diff options
author | kris <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
commit | f62863c25a041364a32d55be531b4482dc026dc8 (patch) | |
tree | 1271c6aa115afcfcbc3c95fe26593051e9a5ebbc /deskutils | |
parent | f108e4124947ebc2dbf1312e28ad051b4396e33a (diff) | |
download | FreeBSD-ports-f62863c25a041364a32d55be531b4482dc026dc8.zip FreeBSD-ports-f62863c25a041364a32d55be531b4482dc026dc8.tar.gz |
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/kluje/Makefile | 2 | ||||
-rw-r--r-- | deskutils/multisync-evolution/Makefile | 2 | ||||
-rw-r--r-- | deskutils/taskjuggler/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/deskutils/kluje/Makefile b/deskutils/kluje/Makefile index ecaf983..8e58203 100644 --- a/deskutils/kluje/Makefile +++ b/deskutils/kluje/Makefile @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes BROKEN= "Does not compile" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ diff --git a/deskutils/multisync-evolution/Makefile b/deskutils/multisync-evolution/Makefile index f54ec29..35bb4db 100644 --- a/deskutils/multisync-evolution/Makefile +++ b/deskutils/multisync-evolution/Makefile @@ -14,6 +14,8 @@ RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync \ evolution:${PORTSDIR}/mail/evolution IGNORE= does not support Evolution 2. New plugin is in the works and can be obtained from Multisync CVS +EXPIRATION_DATE=2005-02-18 +DEPRECATED= "${IGNORE}" MD5_FILE= ${MASTERDIR}/distinfo PATCHDIR= ${.CURDIR}/files diff --git a/deskutils/taskjuggler/Makefile b/deskutils/taskjuggler/Makefile index 76e5e8c..97c8a29 100644 --- a/deskutils/taskjuggler/Makefile +++ b/deskutils/taskjuggler/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date xsltproc:${PORTSDIR}/textproc/libxslt BROKEN= "fails self-tests during build" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} # KTJView currently doesn't compile #OPTIONS= KTJVIEW "Build KDE KTJView program (Requires KDE)" off |