Opened 10 years ago
Closed 6 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)
Change History (10)
Changed 10 years ago by cooljeanius (Eric Gallager)
Attachment: | patch-libcob_Makefile.am.diff added |
---|
Changed 10 years ago by cooljeanius (Eric Gallager)
example COBOL source file that goes in ${filespath} that gets used in post-test step
Changed 10 years ago by cooljeanius (Eric Gallager)
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:3 Changed 10 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 6 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 6 years ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
comment:6 Changed 6 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.3.1 |
Note: See
TracTickets for help on using
tickets.
patch needed to fix buggy upstream Makefile