diff options
author | jdp <jdp@FreeBSD.org> | 1998-06-04 02:08:11 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-06-04 02:08:11 +0800 |
commit | 6e71bc978bf9f5f94ec341d64389f83cc9ecbf44 (patch) | |
tree | 779e50562f8077b183a46b97bbaa6aed055536e3 /textproc | |
parent | 8cbdbbd4d339896b8b87392e7785fca8a9e23be7 (diff) | |
download | freebsd-ports-gnome-6e71bc978bf9f5f94ec341d64389f83cc9ecbf44.tar.gz freebsd-ports-gnome-6e71bc978bf9f5f94ec341d64389f83cc9ecbf44.tar.zst freebsd-ports-gnome-6e71bc978bf9f5f94ec341d64389f83cc9ecbf44.zip |
Make this port build under -current again. Rather than add extra
tests for /usr/lib/aout, I took the easy way out and deleted the
attempted support of FreeBSD-2.1.x. That branch is dead, dead,
dead, and support for it in this port was broken anyway.
Another "make release" killer bites the dust.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jade/Makefile | 8 | ||||
-rw-r--r-- | textproc/openjade/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 9d33e4e53f76..70eb80b8ed45 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.8 1997/10/14 00:21:53 jfieber Exp $ +# $Id: Makefile,v 1.9 1998/03/13 15:05:20 jfieber Exp $ # DISTNAME= jade1_1 @@ -20,12 +20,6 @@ EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -a -U -qq NO_WRKSUBDIR= yes -# Unfortunately, jade needs a more modern C++ compiler than -# comes with FreeBSD 2.1.x. -.if !exists(/usr/lib/libstdc++.a) -BROKEN= Requires FreeBSD 2.2 or later. -.endif - # Shared libraries are currently broken for this port. # post-install: # ${LDCONFIG} -m ${PREFIX}/lib diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 9d33e4e53f76..70eb80b8ed45 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.8 1997/10/14 00:21:53 jfieber Exp $ +# $Id: Makefile,v 1.9 1998/03/13 15:05:20 jfieber Exp $ # DISTNAME= jade1_1 @@ -20,12 +20,6 @@ EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -a -U -qq NO_WRKSUBDIR= yes -# Unfortunately, jade needs a more modern C++ compiler than -# comes with FreeBSD 2.1.x. -.if !exists(/usr/lib/libstdc++.a) -BROKEN= Requires FreeBSD 2.2 or later. -.endif - # Shared libraries are currently broken for this port. # post-install: # ${LDCONFIG} -m ${PREFIX}/lib |