diff options
Diffstat (limited to 'lang/open-cobol-devel')
-rw-r--r-- | lang/open-cobol-devel/Makefile | 36 | ||||
-rw-r--r-- | lang/open-cobol-devel/distinfo | 1 | ||||
-rw-r--r-- | lang/open-cobol-devel/files/patch-fileio.h | 11 | ||||
-rw-r--r-- | lang/open-cobol-devel/files/patch-ltmain.sh | 41 | ||||
-rw-r--r-- | lang/open-cobol-devel/pkg-comment | 1 | ||||
-rw-r--r-- | lang/open-cobol-devel/pkg-descr | 4 | ||||
-rw-r--r-- | lang/open-cobol-devel/pkg-plist | 25 |
7 files changed, 0 insertions, 119 deletions
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile deleted file mode 100644 index 1a4e30e5afe7..000000000000 --- a/lang/open-cobol-devel/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: open-cobol -# Date created: Aug 6, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= open-cobol -PORTVERSION= 0.9.7 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ - intl.4:${PORTSDIR}/devel/gettext \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - ltdl.1:${PORTSDIR}/devel/libtool \ - gmp.6:${PORTSDIR}/math/libgmp4 - -USE_BISON= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt -lintl" -CONFIGURE_ARGS= --with-readline -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e "s|-ldb|-ldb4|g" ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/lang/open-cobol-devel/distinfo b/lang/open-cobol-devel/distinfo deleted file mode 100644 index 8d27ba88212b..000000000000 --- a/lang/open-cobol-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (open-cobol-0.9.7.tar.gz) = 399a9cf4f6cf8226ba6b8e424df56e2e diff --git a/lang/open-cobol-devel/files/patch-fileio.h b/lang/open-cobol-devel/files/patch-fileio.h deleted file mode 100644 index fd46730f0058..000000000000 --- a/lang/open-cobol-devel/files/patch-fileio.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libcob/fileio.h.orig Tue Aug 6 15:19:11 2002 -+++ libcob/fileio.h Tue Aug 6 15:19:18 2002 -@@ -21,7 +21,7 @@ - #define COB_FILEIO_H - - #include <stdio.h> --#include <db.h> -+#include <db4/db.h> - #include <libcob/common.h> - - #define COB_EQ 1 /* x == y */ diff --git a/lang/open-cobol-devel/files/patch-ltmain.sh b/lang/open-cobol-devel/files/patch-ltmain.sh deleted file mode 100644 index d2bc925b6736..000000000000 --- a/lang/open-cobol-devel/files/patch-ltmain.sh +++ /dev/null @@ -1,41 +0,0 @@ ---- ltmain.sh.orig Thu May 16 15:14:23 2002 -+++ ltmain.sh Sat Nov 9 18:07:04 2002 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4210,10 +4210,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/lang/open-cobol-devel/pkg-comment b/lang/open-cobol-devel/pkg-comment deleted file mode 100644 index 2e108a1ed7aa..000000000000 --- a/lang/open-cobol-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An open-source COBOL compiler diff --git a/lang/open-cobol-devel/pkg-descr b/lang/open-cobol-devel/pkg-descr deleted file mode 100644 index b2a60776171f..000000000000 --- a/lang/open-cobol-devel/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -OpenCOBOL is an open-source COBOL compiler, which translates COBOL programs -o C code and compiles it using GCC. - -WWW: http://open-cobol.sourceforge.net/ diff --git a/lang/open-cobol-devel/pkg-plist b/lang/open-cobol-devel/pkg-plist deleted file mode 100644 index 9def41d0855a..000000000000 --- a/lang/open-cobol-devel/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/cob-config -bin/cobc -bin/cobpp -etc/open-cobol/libcob.conf -include/libcob.h -include/libcob/call.h -include/libcob/cobconfig.h -include/libcob/common.h -include/libcob/fileio.h -include/libcob/move.h -include/libcob/numeric.h -include/libcob/screenio.h -include/libcob/strings.h -include/libcob/support.h -include/libcob/termio.h -@unexec install-info --delete %D/info/open-cobol.info %D/info/dir -info/open-cobol.info -@exec install-info %D/info/open-cobol.info %D/info/dir -lib/libcob.a -lib/libcob.so -lib/libcob.so.0 -share/aclocal/cob.m4 -share/locale/ja/LC_MESSAGES/open-cobol.mo -@dirrm include/libcob -@dirrm etc/open-cobol |