diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
commit | b70e8b7e1de586c9f68122d4a37c3533e8b79b8a (patch) | |
tree | daa87464331d7a402c941bab0dc2a11aa17eded2 /deskutils | |
parent | 22062658cbb067b033cde2955d3b2b58d2645691 (diff) |
Notes
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 ecaf98321b15..8e5820378ef6 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 f54ec2931dc0..35bb4dbfd16d 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 76e5e8c843b1..97c8a29b6914 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 |