diff options
author | John Fieber <jfieber@FreeBSD.org> | 1997-07-06 02:54:02 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1997-07-06 02:54:02 +0000 |
commit | 1ea29620e1c8852abb0bfaa7ed7e4fb6a55b7b99 (patch) | |
tree | 7eaee53ae328ec5ef02941715073926c7cd400f0 /textproc | |
parent | Upgrade 1.9 -> 1.26. (diff) |
Mark as BROKEN.
It appears that some change between 2.2.1 and 2.2.2 is causing
problems for C++ libraries.
Notes
Notes:
svn path=/head/; revision=7220
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jade/Makefile | 4 | ||||
-rw-r--r-- | textproc/openjade/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index de8911456a7a..45ac15a73f0d 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.1.1.1 1997/06/22 20:28:11 jfieber Exp $ +# $Id: Makefile,v 1.2 1997/06/29 09:49:49 obrien Exp $ # DISTNAME= jade0_8 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .zip MAINTAINER= jfieber@FreeBSD.ORG +BROKEN= C++ library problems on pre and post 2.2.1 systems + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip EXTRACT_CMD= unzip diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index de8911456a7a..45ac15a73f0d 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.1.1.1 1997/06/22 20:28:11 jfieber Exp $ +# $Id: Makefile,v 1.2 1997/06/29 09:49:49 obrien Exp $ # DISTNAME= jade0_8 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .zip MAINTAINER= jfieber@FreeBSD.ORG +BROKEN= C++ library problems on pre and post 2.2.1 systems + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip EXTRACT_CMD= unzip |