diff options
author | mezz <mezz@FreeBSD.org> | 2006-09-25 11:32:25 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-09-25 11:32:25 +0800 |
commit | f20ea46149b2ddd1f30c6a25ddf8af6b74f47990 (patch) | |
tree | 1d22c9d28291a844d06663330b0d6b7d64f05d53 /palm | |
parent | fb83db40eb2755a925958021f571e992f35b0eb0 (diff) | |
download | freebsd-ports-gnome-f20ea46149b2ddd1f30c6a25ddf8af6b74f47990.tar.gz freebsd-ports-gnome-f20ea46149b2ddd1f30c6a25ddf8af6b74f47990.tar.zst freebsd-ports-gnome-f20ea46149b2ddd1f30c6a25ddf8af6b74f47990.zip |
Mark both of ports as BROKEN, doesn't build with new pilot-link. As for
palm/syncal, mark it as deprecated and expiration date at Dec 1, 2006.
PR: ports/103552 and ports/103553
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Diffstat (limited to 'palm')
-rw-r--r-- | palm/malsync/Makefile | 2 | ||||
-rw-r--r-- | palm/syncal/Makefile | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/palm/malsync/Makefile b/palm/malsync/Makefile index 027c771ca619..1a8c4ebf9473 100644 --- a/palm/malsync/Makefile +++ b/palm/malsync/Makefile @@ -19,6 +19,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 + # Code is not 64-bit clean NOT_FOR_ARCH= amd64 diff --git a/palm/syncal/Makefile b/palm/syncal/Makefile index 6d04b74e2ff6..93053f81e5d4 100644 --- a/palm/syncal/Makefile +++ b/palm/syncal/Makefile @@ -18,6 +18,10 @@ COMMENT= Synchronize your PalmPilot with ical LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link RUN_DEPENDS= ical:${PORTSDIR}/deskutils/ical +BROKEN= Does not build with new pilot-link +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 + NO_PACKAGE= patches installed ical port MAN1= syncal.1 |