diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:47:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:47:43 +0000 |
commit | dfd8507c963f10c294c2f655be1753cb67601b21 (patch) | |
tree | ed7854f877512cae1e7513d8b01c45340544d21b | |
parent | 49c6d55a5ac2e31e5922029d4f0a17bda94488ba (diff) |
Notes
-rw-r--r-- | MOVED | 4 | ||||
-rw-r--r-- | lang/Makefile | 3 | ||||
-rw-r--r-- | lang/php4-dtc/Makefile | 19 | ||||
-rw-r--r-- | lang/php4-horde/Makefile | 59 | ||||
-rw-r--r-- | lang/php4-nms/Makefile | 19 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_php4-twig/Makefile | 37 |
7 files changed, 4 insertions, 138 deletions
@@ -1193,3 +1193,7 @@ devel/p5-WWW-Mechanize-FormFiller|www/p5-WWW-Mechanize-FormFiller|2004-07-09|mov editors/moleskine||2004-07-09|project officially dead for last 1.5 years mail/sendmail-old|mail/sendmail811|2004-07-17|renamed mail/msmtp-devel|mail/msmtp|2004-07-19|mail/msmtp is now stable again +lang/php4-dtc|lang/php4|2004-07-19|Useless with the new PHP modular infrastructure +lang/php4-horde|lang/php4|2004-07-19|Useless with the new PHP modular infrastructure +lang/php4-nms|lang/php4|2004-07-19|Useless with the new PHP modular infrastructure +www/mod_php4-twig|www/mod_php4|2004-07-19|Useless with the new PHP modular infrastructure diff --git a/lang/Makefile b/lang/Makefile index a53780bdbc4e..5ee3b6a9a3b2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -169,10 +169,7 @@ SUBDIR += php3 SUBDIR += php4 SUBDIR += php4-cli - SUBDIR += php4-dtc SUBDIR += php4-extensions - SUBDIR += php4-horde - SUBDIR += php4-nms SUBDIR += php4-overload SUBDIR += php5 SUBDIR += php5-cli diff --git a/lang/php4-dtc/Makefile b/lang/php4-dtc/Makefile deleted file mode 100644 index 142bfb5d8d06..000000000000 --- a/lang/php4-dtc/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: php4-dtc -# Date created: 11 May 2004 -# Whom: Thomas Goirand <thomas@goirand.fr> -# -# $FreeBSD$ - -CATEGORIES= lang www -PKGNAMESUFFIX= -dtc - -MAINTAINER= thomas@goirand.fr -COMMENT= A default PHP configured for DTC - -WITH_SESSION= yes -WITH_MYSQL= yes -WITH_SOCKET= yes -WITH_GD= yes -MASTERDIR= ${.CURDIR}/../../lang/php4 - -.include "${MASTERDIR}/Makefile" diff --git a/lang/php4-horde/Makefile b/lang/php4-horde/Makefile deleted file mode 100644 index cab0ba402ea9..000000000000 --- a/lang/php4-horde/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: php4-horde -# Date created: 11 September 2003 -# Whom: Thierry Thomas <thierry@pompo.net> -# -# $FreeBSD$ -# - -CATEGORIES= lang www -PKGNAMESUFFIX= -horde - -MAINTAINER= thierry@FreeBSD.org -COMMENT= A default PHP configured for the Horde framework - -#----------------------------------------------------------------------- -# You may define these options: -# -# - WITHOUT_MYSQL: this port is built with MySQL by default -# but you might choose any other database -# supported by PHP (e.g. WITH_POSTGRESQL). -# -# - WITHOUT_IMP: this port is intended to build a default -# package for IMP; use this knob if for -# example you only need Chora. -# -# - WITHOUT_LDAP: if you do not need OpenLDAP. -# -# - WITHOUT_MCAL: if you don't plan to install Kronolith. -# -# - WITHOUT_FTP: if you don't plan to install Gollem. -# -#----------------------------------------------------------------------- - -PHP_PORT= ${PORTSDIR}/lang/php${PHP_VER}${PKGNAMESUFFIX} - -WITH_DOMXML= yes -WITH_GETTEXT= yes -WITH_SESSION= yes -.if !defined(NOCRYPT) -WITH_MCRYPT= yes -.endif -.if !defined(WITHOUT_MYSQL) -WITH_MYSQL= yes -.endif -.if !defined(WITHOUT_LDAP) -WITH_OPENLDAP= yes -.endif -.if !defined(WITHOUT_IMP) -WITH_IMAP= yes -.endif -.if !defined(WITHOUT_MCAL) -WITH_MCAL= yes -.endif -.if !defined(WITHOUT_FTP) -WITH_FTP= yes -.endif - -MASTERDIR= ${.CURDIR}/../../lang/php4 - -.include "${MASTERDIR}/Makefile" diff --git a/lang/php4-nms/Makefile b/lang/php4-nms/Makefile deleted file mode 100644 index b5174175d2ce..000000000000 --- a/lang/php4-nms/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: php4-nms -# Date created: 28 August 2003 -# Whom: Sergey Akifyev <asa@gascom.ru> -# -# $FreeBSD$ -# - -CATEGORIES= lang -PKGNAMESUFFIX= -nms - -MAINTAINER= asa@gascom.ru - -WITH_GD= yes -WITH_SNMP= yes -WITH_SOCKETS= yes - -MASTERDIR= ${.CURDIR}/../php4 - -.include "${MASTERDIR}/Makefile" diff --git a/www/Makefile b/www/Makefile index e491c0dad187..5797c9354cd3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -285,7 +285,6 @@ SUBDIR += mod_perl2 SUBDIR += mod_php3 SUBDIR += mod_php4 - SUBDIR += mod_php4-twig SUBDIR += mod_php5 SUBDIR += mod_proxy_add_forward SUBDIR += mod_put diff --git a/www/mod_php4-twig/Makefile b/www/mod_php4-twig/Makefile deleted file mode 100644 index fc36d2e86b86..000000000000 --- a/www/mod_php4-twig/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: mod_pgp4-twig -# Date created: 09.Oct 2003 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ - -CATEGORIES= www -PKGNAMESUFFIX= -twig - -MAINTAINER= dinoex@FreeBSD.org - -MASTERDIR?= ${.CURDIR}/../../lang/php4 - -BATCH= yes -PKGMESSAGE= ${PORTSDIR}/www/mod_php4/pkg-message -WITHOUT_CLI= yes -WITHOUT_X11= yes -PHP4_OPTIONS= CTYPE IMAP OPENSSL POSTGRESQL PCRE POSIX SESSION TOKENIZER XML ZLIB - -WITHOUT_MYSQL= yes - -WITH_CTYPE= yes -WITH_IMAP= yes -WITH_OPENSSL= yes -WITH_POSTGRESQL= yes -WITH_PCRE= yes -WITH_POSIX= yes -WITH_SESSION= yes -WITH_TOKENIZER= yes -WITH_XML= yes -WITH_ZLIB= yes - -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - -.include "${MASTERDIR}/Makefile" |