diff options
author | kris <kris@FreeBSD.org> | 2003-11-03 11:56:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-11-03 11:56:42 +0800 |
commit | 2954f6a4f30fd58baf4d3899079e57e4092f8063 (patch) | |
tree | 3e5ef27876330e25a0a8c5b605b4833bd4ddee45 /palm | |
parent | b4ede343c897b6a16f74a517b9bf2cc5f4e97ccd (diff) | |
download | freebsd-ports-gnome-2954f6a4f30fd58baf4d3899079e57e4092f8063.tar.gz freebsd-ports-gnome-2954f6a4f30fd58baf4d3899079e57e4092f8063.tar.zst freebsd-ports-gnome-2954f6a4f30fd58baf4d3899079e57e4092f8063.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 'palm')
-rw-r--r-- | palm/prc-tools/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index 0a41bbaff2cc..e411a6944249 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -21,6 +21,8 @@ COMMENT= Collection of tools supporting C and C++ programming for Palm OS BUILD_DEPENDS= ${LOCALBASE}/bin/autoheader:${PORTSDIR}/devel/autoconf +BROKEN= "Broken pkg-plist on 4.x, does not compile on 5.x; will be removed after Feb 2" + # it is unknown whether it could actually be made to work elsewhere, # but right now it does not. ONLY_FOR_ARCHS= i386 @@ -52,10 +54,6 @@ MAN1= cccp.1 m68k-palmos-g++.1 m68k-palmos-gcc.1 \ CFLAGS:= ${CFLAGS:C/-m[-=0-9a-z]*//g} -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-extract: @(cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}.tar.gz ${EXTRACT_AFTER_ARGS}) |