diff options
author | lioux <lioux@FreeBSD.org> | 2002-01-22 03:27:13 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-01-22 03:27:13 +0800 |
commit | 79c51bbbb826bcccfa62ff73dc95ed9e91d691c7 (patch) | |
tree | 32045ffbbb74ef830b1f1883fc7560f761ba951f | |
parent | 6f76139617760ab6402b4c1f691efb24c719f1f8 (diff) | |
download | freebsd-ports-gnome-79c51bbbb826bcccfa62ff73dc95ed9e91d691c7.tar.gz freebsd-ports-gnome-79c51bbbb826bcccfa62ff73dc95ed9e91d691c7.tar.zst freebsd-ports-gnome-79c51bbbb826bcccfa62ff73dc95ed9e91d691c7.zip |
Released gift is not compatible with FastTrack protocol. Development
versions are still in CVS only status. Therefore, make it as BROKEN
for now.
-rw-r--r-- | net-p2p/gift/Makefile | 2 | ||||
-rw-r--r-- | net/gift/Makefile | 2 | ||||
-rw-r--r-- | net/jift/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index 94cae5417671..dff24b7d3782 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME:L} MAINTAINER= lioux@FreeBSD.org +BROKEN= 'Does not currently work' + GNU_CONFIGURE= yes DOC_FILES= AUTHORS COPYING ChangeLog \ diff --git a/net/gift/Makefile b/net/gift/Makefile index 94cae5417671..dff24b7d3782 100644 --- a/net/gift/Makefile +++ b/net/gift/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME:L} MAINTAINER= lioux@FreeBSD.org +BROKEN= 'Does not currently work' + GNU_CONFIGURE= yes DOC_FILES= AUTHORS COPYING ChangeLog \ diff --git a/net/jift/Makefile b/net/jift/Makefile index e69bf7c27875..07991cacabc8 100644 --- a/net/jift/Makefile +++ b/net/jift/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \ ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre \ ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk12-beta +BROKEN= 'Does not currently work' + USE_ZIP= yes NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/classes |