Opened 10 years ago

Closed 5 years ago

#44501 closed update (fixed)

open-cobol @1.1: update to 2.0

Reported by: cooljeanius (Eric Gallager) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch maintainer Cc: kurthindenburg (Kurt Hindenburg), chrstphrchvz (Christopher Chavez)
Port: open-cobol

Description

This update should fix #44485. It also includes a patch to address upstream issue https://sourceforge.net/p/open-cobol/bugs/73/. Attaching a completely new Portfile, a diff against the current Portfile, and the patch needed.

Attachments (4)

patch-libcob_Makefile.am.diff (1.2 KB) - added by cooljeanius (Eric Gallager) 10 years ago.
patch needed to fix buggy upstream Makefile
hello.cob (133 bytes) - added by cooljeanius (Eric Gallager) 10 years ago.
example COBOL source file that goes in ${filespath} that gets used in post-test step
Portfile (4.6 KB) - added by cooljeanius (Eric Gallager) 10 years ago.
New Portfile for open-cobol 2.0
Portfile.diff (5.2 KB) - added by cooljeanius (Eric Gallager) 10 years ago.
diff between my newly-attached Portfile and the Portfile for open-cobol in trunk

Download all attachments as: .zip

Change History (10)

Changed 10 years ago by cooljeanius (Eric Gallager)

patch needed to fix buggy upstream Makefile

Changed 10 years ago by cooljeanius (Eric Gallager)

Attachment: hello.cob added

example COBOL source file that goes in ${filespath} that gets used in post-test step

Changed 10 years ago by cooljeanius (Eric Gallager)

Attachment: Portfile added

New Portfile for open-cobol 2.0

Changed 10 years ago by cooljeanius (Eric Gallager)

Attachment: Portfile.diff added

diff between my newly-attached Portfile and the Portfile for open-cobol in trunk

comment:1 Changed 10 years ago by mf2k (Frank Schima)

A few notes:

  • The revision line needs to be removed.
  • See the output of port lint:
    $ port lint --nitpick 
    --->  Verifying Portfile for open-cobol
    Error: Line 70 hardcodes /opt/local, use ${prefix} instead
    Error: Line 71 hardcodes /opt/local, use ${prefix} instead
    --->  2 errors and 0 warnings found.
    

comment:2 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

comment:3 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)

Are these "issues" enough to blacklist clang?

Warning: open-cobol has issues with clang
--->  Building open-cobol
--->  Testing open-cobol
Warning: cannot run cobc without an installed default.conf
Warning: cobc failed to produce any output

comment:4 Changed 5 years ago by chrstphrchvz (Christopher Chavez)

open-cobol has been renamed to gnucobol and updated to 2.2. Are the remaining changes still relevant, or can this and #44485 be closed?

comment:5 Changed 5 years ago by chrstphrchvz (Christopher Chavez)

Cc: chrstphrchvz added

comment:6 Changed 5 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed
Version: 2.3.1
Note: See TracTickets for help on using tickets.