diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-11 01:23:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-11 01:23:35 +0000 |
commit | de78dd974bd7eb76aacb869b1abf877eb1d9b412 (patch) | |
tree | a7814aed14ebec8464c69aef2944329a2ed10c78 /palm | |
parent | ff79ef99406823df6c9438b54f8ffe7b9260f64a (diff) |
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
Notes
Notes:
svn path=/head/; revision=184837
Diffstat (limited to 'palm')
-rw-r--r-- | palm/malsync/Makefile | 2 | ||||
-rw-r--r-- | palm/palm-db-tools/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/palm/malsync/Makefile b/palm/malsync/Makefile index 02b26500dd43..df99aaa3ddf6 100644 --- a/palm/malsync/Makefile +++ b/palm/malsync/Makefile @@ -20,6 +20,8 @@ COMMENT= Sync to Mobile Application Link (MAL) compliant servers LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link BROKEN= Does not build with new pilot-link +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2007-04-10 # Code is not 64-bit clean NOT_FOR_ARCH= amd64 diff --git a/palm/palm-db-tools/Makefile b/palm/palm-db-tools/Makefile index 4a5dd07ab04e..d033bfa98065 100644 --- a/palm/palm-db-tools/Makefile +++ b/palm/palm-db-tools/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ijliao@FreeBSD.org COMMENT= Utilities for the PalmOS flat-file database programs BROKEN= Does not build +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2007-04-10 WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes |