File tree Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
31
31
| [ ` genemu ` ] ( genemu ) | Genesis / MegaDrive Emulator | | https://github.com/rasky/genemu |
32
32
| [ ` git ` ] ( git/ ) | Git | 2.26.0 | https://git-scm.com/ |
33
33
| [ ` gmp ` ] ( gmp/ ) | GNU Multiple Precision Arithmetic Library | 6.2.1 | https://gmplib.org/ |
34
+ | [ ` gnucobol ` ] ( gnucobol/ ) | GnuCOBOL | 3.1.2 | https://gnucobol.sourceforge.io/ |
34
35
| [ ` gnuplot ` ] ( gnuplot/ ) | Gnuplot | 5.2.8 | http://www.gnuplot.info/ |
35
36
| [ ` grep ` ] ( grep/ ) | GNU Grep | 2.5.4 | https://www.gnu.org/software/grep/ |
36
37
| [ ` hatari ` ] ( hatari/ ) | Atari ST/STE/TT/Falcon emulator | 2.4.0-devel | https://hatari.tuxfamily.org/ |
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env -S bash ../.port_include.sh
2
+ port=gnucobol
3
+ version=3.1.2
4
+ useconfigure=" true"
5
+ depends=" gmp gcc bash"
6
+ files=" https://ftp.gnu.org/gnu/gnucobol/gnucobol-${version} .tar.bz2 gnucobol-${version} .tar.bz2
7
+ https://ftp.gnu.org/gnu/gnucobol/gnucobol-${version} .tar.bz2.sig gnucobol-${version} .tar.bz2.sig
8
+ https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
9
+ auth_type=" sig"
10
+ auth_opts=" --keyring ./gnu-keyring.gpg gnucobol-${version} .tar.bz2.sig"
11
+ configopts=" --prefix=/usr/local --enable-hardening --disable-rpath --with-gnu-ld --with-dl --with-math=gmp --with-db=no --with-json=no --with-curses=curses"
Original file line number Diff line number Diff line change
1
+ --- gnucobol-3.1.2/bin/cob-config.in 2020-12-23 02:51:16.000000000 -0800
2
+ +++ gnucobol-3.1.2/bin/cob-config.in 2021-04-08 03:05:22.989720870 -0700
3
+ @@ -1,4 +1,4 @@
4
+ - #!/bin/sh
5
+ + #!/bin/bash
6
+ #
7
+ # cob-config
8
+ #
Original file line number Diff line number Diff line change
1
+ --- gnucobol-3.1.2/build_aux/config.sub 2021-04-08 02:49:20.863867201 -0700
2
+ +++ gnucobol-3.1.2/build_aux/config.sub 2021-04-08 02:49:22.715869376 -0700
3
+ @@ -1339,6 +1339,7 @@
4
+ # Each alternative MUST end in a * to match a version number.
5
+ # sysv* is not here because it comes later, after sysvr4.
6
+ gnu* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
7
+ + | serenity* \
8
+ | *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\
9
+ | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
10
+ | sym* | kopensolaris* | plan9* \
You can’t perform that action at this time.
0 commit comments