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 /net | |
parent | 22062658cbb067b033cde2955d3b2b58d2645691 (diff) | |
download | ports-b70e8b7e1de586c9f68122d4a37c3533e8b79b8a.tar.gz ports-b70e8b7e1de586c9f68122d4a37c3533e8b79b8a.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/arla/Makefile | 2 | ||||
-rw-r--r-- | net/atmsupport/Makefile | 2 | ||||
-rw-r--r-- | net/dctc-gui-qt/Makefile | 2 | ||||
-rw-r--r-- | net/ekiga/Makefile | 2 | ||||
-rw-r--r-- | net/gnomemeeting/Makefile | 2 | ||||
-rw-r--r-- | net/opendchub/Makefile | 2 | ||||
-rw-r--r-- | net/ruby-jabber4r/Makefile | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 6dc78e8a6668..370032179f46 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A free AFS client implementation BROKEN= "Does not build" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_XLIB= yes diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile index 533b9cb5c409..77a45353a323 100644 --- a/net/atmsupport/Makefile +++ b/net/atmsupport/Makefile @@ -18,6 +18,8 @@ COMMENT= Tools for testing the ATM subsystem LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 BROKEN= Broken pkg-plist +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_GMAKE= yes USE_LIBTOOL_VER=13 diff --git a/net/dctc-gui-qt/Makefile b/net/dctc-gui-qt/Makefile index 424e03dcbccc..64fd61a04f33 100644 --- a/net/dctc-gui-qt/Makefile +++ b/net/dctc-gui-qt/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake RUN_DEPENDS= dctc:${PORTSDIR}/net/dctc BROKEN= "Build fails" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_QT_VER= 3 USE_REINPLACE= yes diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 502a4f56736b..0a3b656f8f82 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -18,6 +18,8 @@ COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build BROKEN= "Does not build" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} # note, we do not want to clean openh323, otherwise it has to build # it all over again which can take several hours. diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile index 502a4f56736b..0a3b656f8f82 100644 --- a/net/gnomemeeting/Makefile +++ b/net/gnomemeeting/Makefile @@ -18,6 +18,8 @@ COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build BROKEN= "Does not build" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} # note, we do not want to clean openh323, otherwise it has to build # it all over again which can take several hours. diff --git a/net/opendchub/Makefile b/net/opendchub/Makefile index a326f604adfc..e090c1df9f6f 100644 --- a/net/opendchub/Makefile +++ b/net/opendchub/Makefile @@ -22,6 +22,8 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" FORBIDDEN= "http://vuxml.freebsd.org/cdf14b68-3ff9-11d9-8405-00065be4b5b6.html" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${FORBIDDEN} post-install: .if !defined(NOPORTDOCS) diff --git a/net/ruby-jabber4r/Makefile b/net/ruby-jabber4r/Makefile index cc1cd7098e74..0b56fbd9df2f 100644 --- a/net/ruby-jabber4r/Makefile +++ b/net/ruby-jabber4r/Makefile @@ -16,6 +16,8 @@ MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby library to connect to an existing Jabber account BROKEN= Does not build +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_RUBY= yes USE_RUBY_FEATURES= rexml |