diff options
author | kris <kris@FreeBSD.org> | 2005-07-23 10:53:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-23 10:53:43 +0800 |
commit | f33dfa67985953b3bdf963cbe8ecb7f317f50041 (patch) | |
tree | 2db37fa3a53b9f4b88787ec17afe90e22dc02ccf /www | |
parent | f52d0b7316d6addc7be1b2676994bf22e824ef37 (diff) | |
download | freebsd-ports-gnome-f33dfa67985953b3bdf963cbe8ecb7f317f50041.tar.gz freebsd-ports-gnome-f33dfa67985953b3bdf963cbe8ecb7f317f50041.tar.zst freebsd-ports-gnome-f33dfa67985953b3bdf963cbe8ecb7f317f50041.zip |
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
Diffstat (limited to 'www')
-rw-r--r-- | www/akregator/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_pgsql/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_pwcheck/Makefile | 2 | ||||
-rw-r--r-- | www/mod_pcgi2/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-GopherHandler/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-ParseFormData/Makefile | 2 | ||||
-rw-r--r-- | www/p5-GtkHTML/Makefile | 2 | ||||
-rw-r--r-- | www/p5-MasonX-Apache2Handler/Makefile | 2 | ||||
-rw-r--r-- | www/pgdriver/Makefile | 2 | ||||
-rw-r--r-- | www/ruby-webunit/Makefile | 2 | ||||
-rw-r--r-- | www/tasks/Makefile | 2 | ||||
-rw-r--r-- | www/w3/Makefile | 2 | ||||
-rw-r--r-- | www/zope-cmfphoto/Makefile | 2 | ||||
-rw-r--r-- | www/zope-mysqluserfolder/Makefile | 2 | ||||
-rw-r--r-- | www/zope-parsedxml/Makefile | 2 | ||||
-rw-r--r-- | www/zope-portaltransforms/Makefile | 2 | ||||
-rw-r--r-- | www/zope-soapmethod/Makefile | 2 | ||||
-rw-r--r-- | www/zope-zmysqlda/Makefile | 2 | ||||
-rw-r--r-- | www/zope-zpt/Makefile | 2 |
19 files changed, 38 insertions, 0 deletions
diff --git a/www/akregator/Makefile b/www/akregator/Makefile index 8e4ee8197500..fdb9c053133a 100644 --- a/www/akregator/Makefile +++ b/www/akregator/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An RSS aggregator for KDE BROKEN= Does not compile +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 CONFLICTS= kdepim-3.4.* diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile index 8bcf408ea15f..cfad072dea22 100644 --- a/www/mod_auth_pgsql/Makefile +++ b/www/mod_auth_pgsql/Makefile @@ -17,6 +17,8 @@ BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_PGSQL= yes diff --git a/www/mod_auth_pwcheck/Makefile b/www/mod_auth_pwcheck/Makefile index 03cb3b030c01..bc8c383c861b 100644 --- a/www/mod_auth_pwcheck/Makefile +++ b/www/mod_auth_pwcheck/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 WRKSRC= ${WRKDIR}/${PORTNAME} APACHE_PORT?= ${AP_CATEGORY}/${AP_PORT} diff --git a/www/mod_pcgi2/Makefile b/www/mod_pcgi2/Makefile index 0db7d341acb8..3be2b7615f8e 100644 --- a/www/mod_pcgi2/Makefile +++ b/www/mod_pcgi2/Makefile @@ -17,6 +17,8 @@ COMMENT= Persistent CGI module for Apache and Zope RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope BROKEN= Does not install +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 .if defined(WITH_APACHE13) BUILD_DEPENDS= ${LOCALBASE}/include/apache/httpd.h:${PORTSDIR}/${APACHE_PORT} diff --git a/www/p5-Apache-GopherHandler/Makefile b/www/p5-Apache-GopherHandler/Makefile index 8f54eec30ce2..78a95fbfa708 100644 --- a/www/p5-Apache-GopherHandler/Makefile +++ b/www/p5-Apache-GopherHandler/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes BROKEN= Broken due the new mod_perl2 API +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 MAN3= Apache::GopherHandler.3 \ Apache::GopherHandler::TiedSocket.3 diff --git a/www/p5-Apache-ParseFormData/Makefile b/www/p5-Apache-ParseFormData/Makefile index eaedcd2ca557..2eceedb28d65 100644 --- a/www/p5-Apache-ParseFormData/Makefile +++ b/www/p5-Apache-ParseFormData/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes BROKEN= Broken due the new mod_perl2 API +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 MAN3= Apache::ParseFormData.3 diff --git a/www/p5-GtkHTML/Makefile b/www/p5-GtkHTML/Makefile index ba16bb2d378c..adf248067f1e 100644 --- a/www/p5-GtkHTML/Makefile +++ b/www/p5-GtkHTML/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gn RUN_DEPENDS= ${BUILD_DEPENDS} BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_GNOME= gnomeprefix gtkhtml PERL_CONFIGURE= yes diff --git a/www/p5-MasonX-Apache2Handler/Makefile b/www/p5-MasonX-Apache2Handler/Makefile index 2a44fcc94a91..70db3f3e5e57 100644 --- a/www/p5-MasonX-Apache2Handler/Makefile +++ b/www/p5-MasonX-Apache2Handler/Makefile @@ -24,6 +24,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes BROKEN= Broken due the new mod_perl2 API +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 MAN3= MasonX::Apache2Handler.3 MasonX::Mason-with-mod_perl2.3 diff --git a/www/pgdriver/Makefile b/www/pgdriver/Makefile index 6d5062ed4d6f..354960aec269 100644 --- a/www/pgdriver/Makefile +++ b/www/pgdriver/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver RUN_DEPENDS= ${BUILD_DEPENDS} BROKEN= Size mismatch +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_PGSQL= yes diff --git a/www/ruby-webunit/Makefile b/www/ruby-webunit/Makefile index 659745b059ff..d01d55989840 100644 --- a/www/ruby-webunit/Makefile +++ b/www/ruby-webunit/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/html-parser.rb:${PORTSDIR}/textproc/ruby-html-pa ${RUBY_SITELIBDIR}/htmlsplit.rb:${PORTSDIR}/textproc/ruby-htmlsplit BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_RUBY= yes USE_RUBY_FEATURES= rexml testunit diff --git a/www/tasks/Makefile b/www/tasks/Makefile index 6ccc38abe3cd..17e8b179b3a0 100644 --- a/www/tasks/Makefile +++ b/www/tasks/Makefile @@ -15,6 +15,8 @@ MAINTAINER= gioria@FreeBSD.org COMMENT= A web based, hierarchical task manager BROKEN= Unfetchable +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 RESTRICTED= No redistribution or repackaging allowed USE_APACHE= yes diff --git a/www/w3/Makefile b/www/w3/Makefile index 05c5002cf6f3..1f8e8f25078d 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS?= emacs-19.34:${PORTSDIR}/editors/emacs19 RUN_DEPENDS?= emacs-19.34:${PORTSDIR}/editors/emacs19 BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 WRKSRC= ${WRKDIR}/w3 MAKE_ENV+= EMACSCMD=${EMACSCMD} ELISPDIR=${ELISPDIR} \ diff --git a/www/zope-cmfphoto/Makefile b/www/zope-cmfphoto/Makefile index 14775e4bfdbf..addbacafc38e 100644 --- a/www/zope-cmfphoto/Makefile +++ b/www/zope-cmfphoto/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFDefault/__init__. ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging BROKEN= Broken dependency +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_PYTHON= yes USE_ZOPE= yes diff --git a/www/zope-mysqluserfolder/Makefile b/www/zope-mysqluserfolder/Makefile index 003c00534ee9..66149a57e56b 100644 --- a/www/zope-mysqluserfolder/Makefile +++ b/www/zope-mysqluserfolder/Makefile @@ -18,6 +18,8 @@ COMMENT= A Zope user folder which uses MySQL database to store user information RUN_DEPENDS= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_PYTHON= yes USE_ZOPE= yes diff --git a/www/zope-parsedxml/Makefile b/www/zope-parsedxml/Makefile index 95a24815bf3f..95fb11ac019c 100644 --- a/www/zope-parsedxml/Makefile +++ b/www/zope-parsedxml/Makefile @@ -19,6 +19,8 @@ COMMENT= ParsedXML - access and manipulated XML documents within Zope RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml BROKEN= Broken dependency +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_PYTHON= yes USE_ZOPE= yes diff --git a/www/zope-portaltransforms/Makefile b/www/zope-portaltransforms/Makefile index b75f01ecb562..4d1d1358064d 100644 --- a/www/zope-portaltransforms/Makefile +++ b/www/zope-portaltransforms/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFDefault/__init__. ${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils BROKEN= Broken dependency +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_PYTHON= yes USE_ZOPE= yes diff --git a/www/zope-soapmethod/Makefile b/www/zope-soapmethod/Makefile index fa0344501521..ebc1a932ba82 100644 --- a/www/zope-soapmethod/Makefile +++ b/www/zope-soapmethod/Makefile @@ -17,6 +17,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The SOAP Method product provides support for remote SOAP methods BROKEN= Broken dependency +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/SOAPpy/__init__.py:${PORTSDIR}/net/py-soappy diff --git a/www/zope-zmysqlda/Makefile b/www/zope-zmysqlda/Makefile index 618caf9e7584..6ffe739474b4 100644 --- a/www/zope-zmysqlda/Makefile +++ b/www/zope-zmysqlda/Makefile @@ -21,6 +21,8 @@ COMMENT= MySQL Database Adapter for the Zope web application framework RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_PYTHON= yes USE_ZOPE= yes diff --git a/www/zope-zpt/Makefile b/www/zope-zpt/Makefile index f539899049e1..5249dea79255 100644 --- a/www/zope-zpt/Makefile +++ b/www/zope-zpt/Makefile @@ -24,6 +24,8 @@ USE_PYTHON= yes DIST_SUBDIR= zope BROKEN= Does not build after python 2.4 update +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 ZTUVERSION= 1.1.3 |