summaryrefslogtreecommitdiff
path: root/palm/prc-tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-11-03 03:56:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-11-03 03:56:42 +0000
commit09b69954f24d0f10d715c8902b6bd9bb63b0d469 (patch)
tree510258d636dce8c3debfa152cdc7e8079a6b5e79 /palm/prc-tools
parentupdate to 031101 (diff)
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.
Notes
Notes: svn path=/head/; revision=92921
Diffstat (limited to 'palm/prc-tools')
-rw-r--r--palm/prc-tools/Makefile6
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})