diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/axis/Makefile | 2 | ||||
-rw-r--r-- | www/jakarta-tomcat3/Makefile | 2 | ||||
-rw-r--r-- | www/jetspeed/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-bonobo/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-SizeLimit/Makefile | 2 | ||||
-rw-r--r-- | www/rt3-elixus/Makefile | 2 | ||||
-rw-r--r-- | www/swfdec-plugin/Makefile | 2 | ||||
-rw-r--r-- | www/webcalendar/Makefile | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/www/axis/Makefile b/www/axis/Makefile index 5dc5a2739bff..555b36b19136 100644 --- a/www/axis/Makefile +++ b/www/axis/Makefile @@ -16,6 +16,8 @@ MAINTAINER= hq@FreeBSD.org COMMENT= Java SOAP implementation by Apache BROKEN= Incorrect pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 # # Change webapp directory by TOMCAT version diff --git a/www/jakarta-tomcat3/Makefile b/www/jakarta-tomcat3/Makefile index 625290fa53ac..5fbb9be14646 100644 --- a/www/jakarta-tomcat3/Makefile +++ b/www/jakarta-tomcat3/Makefile @@ -18,6 +18,8 @@ COMMENT= Open-source Java web server by Apache, stable 3.x branch PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/jakarta-tomcat4:pre-everything BROKEN= Does not build +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 .if !defined(NOPORTDOCS) MAN1= ${CONTROL_SCRIPT_NAME}.1 diff --git a/www/jetspeed/Makefile b/www/jetspeed/Makefile index b1def80c352d..06b6a1c120c2 100644 --- a/www/jetspeed/Makefile +++ b/www/jetspeed/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Jetspeed is an Open Source Portal, written in Java and XML BROKEN= Does not build +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 RUN_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \ ${JAKARTA_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/jakarta-tomcat41 diff --git a/www/mozilla-bonobo/Makefile b/www/mozilla-bonobo/Makefile index d2d23e0d0818..61aa5014ad72 100644 --- a/www/mozilla-bonobo/Makefile +++ b/www/mozilla-bonobo/Makefile @@ -44,6 +44,8 @@ CONFIGURE_ARGS= --with-plugin-install-dir="${PREFIX}/lib/browser_plugins" \ GCONF_SCHEMAS= mozilla-bonobo.schemas BROKEN= "Does not build with new Mozilla" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 pre-everything:: @${ECHO_MSG} "" diff --git a/www/p5-Apache-SizeLimit/Makefile b/www/p5-Apache-SizeLimit/Makefile index f15fa3959401..c07de23db950 100644 --- a/www/p5-Apache-SizeLimit/Makefile +++ b/www/p5-Apache-SizeLimit/Makefile @@ -24,5 +24,7 @@ PERL_CONFIGURE= YES MAN3= ${PORTNAME:S/-/::/g}.3 BROKEN= conflicts with www/mod_perl +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 .include <bsd.port.mk> diff --git a/www/rt3-elixus/Makefile b/www/rt3-elixus/Makefile index bcda431637ee..10714915b39e 100644 --- a/www/rt3-elixus/Makefile +++ b/www/rt3-elixus/Makefile @@ -22,6 +22,8 @@ IGNORE= This port is unsuitable to use with Apache 2.x .endif BROKEN= "Install fails" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 MASTERDIR= ${.CURDIR}/../../www/rt3 MD5_FILE= ${.CURDIR}/distinfo diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile index 0a38d4a83026..1bd70339b6ac 100644 --- a/www/swfdec-plugin/Makefile +++ b/www/swfdec-plugin/Makefile @@ -25,6 +25,8 @@ RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${POR .endif BROKEN= Does not compile +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 USE_X_PREFIX= yes USE_SDL= sdl diff --git a/www/webcalendar/Makefile b/www/webcalendar/Makefile index da4b2421e1a4..ceaa8a79011d 100644 --- a/www/webcalendar/Makefile +++ b/www/webcalendar/Makefile @@ -16,6 +16,8 @@ MAINTAINER= glarkin@sourcehosting.net COMMENT= A web-based calendar application BROKEN= fails to deinstall cleanly +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 USE_PHP= pcre session ldap WANT_PHP_WEB= yes |