diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/freenet/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/freenet05/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/libfreenet/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/net-p2p/freenet/Makefile b/net-p2p/freenet/Makefile index 2b0d36e9a075..b76a74837336 100644 --- a/net-p2p/freenet/Makefile +++ b/net-p2p/freenet/Makefile @@ -24,6 +24,9 @@ JAVA_VERSION= 1.4+ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} +DEPRECATED= Does not work with existing Freenet network +EXPIRATION_DATE=2007-04-22 + JAVAVM= ${LOCALBASE}/bin/java # DATA_FILES= seednodes.ref diff --git a/net-p2p/freenet05/Makefile b/net-p2p/freenet05/Makefile index 2b0d36e9a075..b76a74837336 100644 --- a/net-p2p/freenet05/Makefile +++ b/net-p2p/freenet05/Makefile @@ -24,6 +24,9 @@ JAVA_VERSION= 1.4+ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} +DEPRECATED= Does not work with existing Freenet network +EXPIRATION_DATE=2007-04-22 + JAVAVM= ${LOCALBASE}/bin/java # DATA_FILES= seednodes.ref diff --git a/net-p2p/libfreenet/Makefile b/net-p2p/libfreenet/Makefile index 1ddce309e0ff..58c583e574a9 100644 --- a/net-p2p/libfreenet/Makefile +++ b/net-p2p/libfreenet/Makefile @@ -22,6 +22,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet USE_LDCONFIG= yes +DEPRECATED= Does not work with existing Freenet network +EXPIRATION_DATE=2007-04-22 + post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |