aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-11-03 11:56:42 +0800
committerkris <kris@FreeBSD.org>2003-11-03 11:56:42 +0800
commit2954f6a4f30fd58baf4d3899079e57e4092f8063 (patch)
tree3e5ef27876330e25a0a8c5b605b4833bd4ddee45 /palm
parentb4ede343c897b6a16f74a517b9bf2cc5f4e97ccd (diff)
downloadfreebsd-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/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})
13:41:37 +0800'>2010-11-053-8/+24 * Add patch to fix h2ph deprecated goto (perl bug #74404)mm2010-10-132-1/+137 * - Fix perl-after-upgrade [1]skv2010-09-163-2/+4 * Update to 5.12.2skv2010-09-164-4/+6 * Cleanup: remove duplicate '@dirrm' entry.skv2010-07-261-1/+0 * [1] Unbreak build with THREADS optionskv2010-07-243-14/+12 * Introduce Perl 5.12.1skv2010-07-159-798/+1037 * Fix my stupidest typo.skv2010-07-151-2/+2 * - Fix generation of '+CONTENTS' file for 'bsdpan-*' packages [1]skv2010-07-153-5/+17 * Correct spell of PORTREVISION.ume2010-05-101-1/+1 * - Add patches for RT 69973 [1], RT 71952 [2]skv2010-05-074-4/+146 * Change default Perl version to 5.10.skv2010-02-061-1/+1 * - Mark MAKE_JOBS_UNSAFEpgollucci2010-01-101-0/+1 * perl-after-upgrade:skv2009-11-231-4/+2 * Fix script "use.perl": correctly check variables 'need_*'.skv2009-11-061-7/+7 * - Fix behaviour of USE_PERL option when it is "off"skv2009-11-032-5/+12 * Update to 5.10.1skv2009-09-1122-584/+319 * - Add option MULTIPLICITYskv2009-07-062-1/+101 * - Add more essential bugfixesskv2009-06-084-2/+65 * Add bugfiux for "Attributes + Unkown Error".skv2009-04-112-1/+49 * Fix packaging with enabled GDBM option.skv2009-04-051-1/+0 * Add several bugfixes, imported from maint-5.10skv2009-04-0412-0/+291 * Fix CONFLICTS.skv2009-03-291-1/+1 * Introduce Perl 5.10.0skv2009-03-298-367/+623 * Add MAKE_JOBS_SAFE variable.skv2009-03-231-0/+1 * Update "perl-after-upgrade": set correct perl package name in @pkgdep.skv2009-03-132-46/+5 * Fix PORTVERSION.skv2009-03-061-1/+1 * Remove variable PERL_VER from the ports tree at all - becauseskv2009-03-062-117/+19 * Update BSDPAN:skv2009-03-042-5/+7 * Fix install of BSDPAN (BSDPAN_WRKSRC) and unbreak.itetcu2009-02-161-1/+1 * * Fix suidperl functionality. [1]skv2009-02-163-4/+15 * Add "regression-test" make target.skv2009-01-271-3/+5 * Unbreak build of threaded perl.skv2009-01-141-1/+1 * Update to 5.8.9skv2009-01-149-308/+280 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-062-35/+0 * - Take maintainership [1]skv2008-11-212-25/+20 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-1/+1 * Fix a possible buffer overflow with ASCII regexes that really aretobez2007-11-072-0/+96 * Remove support for OSVERSION < 5edwin2007-10-041-3/+0 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-0/+7 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1 * Filter out <command-line> from preprocessor output in makedepend.SHkan2007-05-031-0/+10 * 1. Fix breakage due to incorrect objformat-related change.tobez2007-02-202-9/+12 * Default to elf instead of a.out.kris2007-01-291-13/+28 * Add support for DESTDIR part I.erwin2006-08-041-1/+1 * Fix rebuild-xs target. No PORTREVISION bump since plist is nottobez2006-02-211-1/+1 * Upgrade to 5.8.8.tobez2006-02-21