diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-11-03 11:56:42 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-11-03 11:56:42 +0800 |
commit | 09b69954f24d0f10d715c8902b6bd9bb63b0d469 (patch) | |
tree | 510258d636dce8c3debfa152cdc7e8079a6b5e79 /devel | |
parent | c757f436f607cdb2bd0b6442a5c13b4ef9bd76e6 (diff) | |
download | freebsd-ports-gnome-09b69954f24d0f10d715c8902b6bd9bb63b0d469.tar.gz freebsd-ports-gnome-09b69954f24d0f10d715c8902b6bd9bb63b0d469.tar.zst freebsd-ports-gnome-09b69954f24d0f10d715c8902b6bd9bb63b0d469.zip |
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boost/Makefile | 2 | ||||
-rw-r--r-- | devel/clo++/Makefile | 2 | ||||
-rw-r--r-- | devel/newfile/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/Makefile | 2 | ||||
-rw-r--r-- | devel/swarm/Makefile | 2 |
5 files changed, 8 insertions, 2 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 3ebbaf5d817a..4bec1ad1f890 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} MAINTAINER= pmarquis@pobox.com COMMENT= Free peer-reviewed portable C++ source libraries -BROKEN= Does not build +BROKEN= "Does not build, will be removed after Feb 2" MAKE_ENV+= BOOST_ROOT=${WRKSRC} BUILD="debug release" MAKE_ENV+= BOOST_BUILD_PATH="${WRKDIR}/gcc-custom" TOOLS="gcc-custom" diff --git a/devel/clo++/Makefile b/devel/clo++/Makefile index 0a568b8aa4bc..784f7a6cca51 100644 --- a/devel/clo++/Makefile +++ b/devel/clo++/Makefile @@ -15,7 +15,7 @@ COMMENT= Command line parser generator LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -BROKEN= Does not compile +BROKEN= "Does not compile, will be removed after Feb 2" USE_GCC= 3.2 USE_PERL5= yes diff --git a/devel/newfile/Makefile b/devel/newfile/Makefile index 87637780ae7c..9a80eb788be4 100644 --- a/devel/newfile/Makefile +++ b/devel/newfile/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ rdoc:${PORTSDIR}/textproc/ruby-rdoc \ pod2man:${PORTSDIR}/lang/perl5 +BROKEN= "Does not build on 4.x/Broken pkg-plist on 5.x, will be removed after Feb 2" + USE_RUBY= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/devel/p5-Algorithm-Evolutionary/Makefile b/devel/p5-Algorithm-Evolutionary/Makefile index 12468e1f42df..664cd9f49d65 100644 --- a/devel/p5-Algorithm-Evolutionary/Makefile +++ b/devel/p5-Algorithm-Evolutionary/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Algorithm/Permute.pm:${PORTSDIR}/devel/ ${SITE_PERL}/XML/Parser/EasyTree:${PORTSDIR}/textproc/p5-XML-Parser-EasyTree RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Broken dependency, will be removed after Feb 2 + PERL_CONFIGURE= yes MAN3= Algorithm::Evolutionary.3 \ diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index f8353e35dc35..29675cf1f734 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -23,6 +23,8 @@ BROKEN= undefined references in hdf5, please deinstall hdf5 package \ before continue .endif +BROKEN= "Does not configure; will be removed after Feb 2" + .if defined(WITH_JAVA) USE_JAVA= 1.3+ .endif |