svn commit: r332429 - in head: archivers/php53-bz2 archivers/php53-phar archivers/php53-zip archivers/php53-zlib converters/php53-iconv converters/php53-mbstring converters/php53-recode databases/p...
Florian Smeets
flo at FreeBSD.org
Fri Nov 1 23:50:12 UTC 2013
Author: flo
Date: Fri Nov 1 23:49:56 2013
New Revision: 332429
URL: http://svnweb.freebsd.org/changeset/ports/332429
Log:
- convert php53 ports to STAGE
- convert to new LIB_DEPENDS format
Added:
head/lang/php53/files/patch-sapi_apache2filter_config.m4 (contents, props changed)
head/lang/php53/files/patch-sapi_apache2handler_config.m4 (contents, props changed)
Modified:
head/archivers/php53-bz2/Makefile (contents, props changed)
head/archivers/php53-phar/Makefile (contents, props changed)
head/archivers/php53-zip/Makefile (contents, props changed)
head/archivers/php53-zlib/Makefile (contents, props changed)
head/converters/php53-iconv/Makefile (contents, props changed)
head/converters/php53-mbstring/Makefile (contents, props changed)
head/converters/php53-recode/Makefile (contents, props changed)
head/databases/php53-dba/Makefile (contents, props changed)
head/databases/php53-interbase/Makefile (contents, props changed)
head/databases/php53-mssql/Makefile (contents, props changed)
head/databases/php53-mysql/Makefile (contents, props changed)
head/databases/php53-mysqli/Makefile (contents, props changed)
head/databases/php53-odbc/Makefile (contents, props changed)
head/databases/php53-pdo/Makefile (contents, props changed)
head/databases/php53-pdo_dblib/Makefile (contents, props changed)
head/databases/php53-pdo_firebird/Makefile (contents, props changed)
head/databases/php53-pdo_mysql/Makefile
head/databases/php53-pdo_odbc/Makefile (contents, props changed)
head/databases/php53-pdo_pgsql/Makefile (contents, props changed)
head/databases/php53-pdo_sqlite/Makefile (contents, props changed)
head/databases/php53-pgsql/Makefile (contents, props changed)
head/databases/php53-redis/Makefile (contents, props changed)
head/databases/php53-sqlite/Makefile (contents, props changed)
head/databases/php53-sqlite3/Makefile (contents, props changed)
head/databases/php53-sybase_ct/Makefile (contents, props changed)
head/devel/php53-gettext/Makefile (contents, props changed)
head/devel/php53-json/Makefile (contents, props changed)
head/devel/php53-pcntl/Makefile (contents, props changed)
head/devel/php53-readline/Makefile (contents, props changed)
head/devel/php53-shmop/Makefile (contents, props changed)
head/devel/php53-sysvmsg/Makefile (contents, props changed)
head/devel/php53-sysvsem/Makefile (contents, props changed)
head/devel/php53-sysvshm/Makefile (contents, props changed)
head/devel/php53-tokenizer/Makefile (contents, props changed)
head/ftp/php53-curl/Makefile
head/ftp/php53-ftp/Makefile
head/graphics/php53-exif/Makefile (contents, props changed)
head/graphics/php53-gd/Makefile (contents, props changed)
head/lang/php53-extensions/Makefile
head/lang/php53/Makefile
head/lang/php53/Makefile.ext
head/lang/php53/pkg-plist (contents, props changed)
head/mail/php53-imap/Makefile (contents, props changed)
head/math/php53-bcmath/Makefile (contents, props changed)
head/math/php53-gmp/Makefile (contents, props changed)
head/misc/php53-calendar/Makefile (contents, props changed)
head/net-mgmt/php53-snmp/Makefile (contents, props changed)
head/net/php53-ldap/Makefile (contents, props changed)
head/net/php53-soap/Makefile (contents, props changed)
head/net/php53-sockets/Makefile (contents, props changed)
head/net/php53-xmlrpc/Makefile (contents, props changed)
head/security/php53-filter/Makefile (contents, props changed)
head/security/php53-hash/Makefile (contents, props changed)
head/security/php53-mcrypt/Makefile (contents, props changed)
head/security/php53-openssl/Makefile
head/sysutils/php53-fileinfo/Makefile (contents, props changed)
head/sysutils/php53-posix/Makefile (contents, props changed)
head/textproc/php53-ctype/Makefile (contents, props changed)
head/textproc/php53-dom/Makefile (contents, props changed)
head/textproc/php53-pspell/Makefile (contents, props changed)
head/textproc/php53-simplexml/Makefile (contents, props changed)
head/textproc/php53-wddx/Makefile (contents, props changed)
head/textproc/php53-xml/Makefile (contents, props changed)
head/textproc/php53-xmlreader/Makefile (contents, props changed)
head/textproc/php53-xmlwriter/Makefile (contents, props changed)
head/textproc/php53-xsl/Makefile (contents, props changed)
head/www/php53-session/Makefile (contents, props changed)
head/www/php53-tidy/Makefile (contents, props changed)
Modified: head/archivers/php53-bz2/Makefile
==============================================================================
--- head/archivers/php53-bz2/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/archivers/php53-bz2/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -2,7 +2,6 @@
CATEGORIES= archivers
-NO_STAGE= yes
MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -bz2
Modified: head/archivers/php53-phar/Makefile
==============================================================================
--- head/archivers/php53-phar/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/archivers/php53-phar/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -2,7 +2,6 @@
CATEGORIES= archivers
-NO_STAGE= yes
MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -phar
Modified: head/archivers/php53-zip/Makefile
==============================================================================
--- head/archivers/php53-zip/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/archivers/php53-zip/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -2,7 +2,6 @@
CATEGORIES= archivers
-NO_STAGE= yes
MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -zip
Modified: head/archivers/php53-zlib/Makefile
==============================================================================
--- head/archivers/php53-zlib/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/archivers/php53-zlib/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -2,7 +2,6 @@
CATEGORIES= archivers
-NO_STAGE= yes
MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -zlib
Modified: head/converters/php53-iconv/Makefile
==============================================================================
--- head/converters/php53-iconv/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/converters/php53-iconv/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -iconv
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/converters/php53-mbstring/Makefile
==============================================================================
--- head/converters/php53-mbstring/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/converters/php53-mbstring/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -mbstring
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/converters/php53-recode/Makefile
==============================================================================
--- head/converters/php53-recode/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/converters/php53-recode/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -recode
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-dba/Makefile
==============================================================================
--- head/databases/php53-dba/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-dba/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -dba
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-interbase/Makefile
==============================================================================
--- head/databases/php53-interbase/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-interbase/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -7,5 +7,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -interbase
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-mssql/Makefile
==============================================================================
--- head/databases/php53-mssql/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-mssql/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -mssql
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-mysql/Makefile
==============================================================================
--- head/databases/php53-mysql/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-mysql/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -mysql
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-mysqli/Makefile
==============================================================================
--- head/databases/php53-mysqli/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-mysqli/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -mysqli
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-odbc/Makefile
==============================================================================
--- head/databases/php53-odbc/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-odbc/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -odbc
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-pdo/Makefile
==============================================================================
--- head/databases/php53-pdo/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-pdo/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -pdo
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-pdo_dblib/Makefile
==============================================================================
--- head/databases/php53-pdo_dblib/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-pdo_dblib/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -pdo_dblib
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-pdo_firebird/Makefile
==============================================================================
--- head/databases/php53-pdo_firebird/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-pdo_firebird/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -7,5 +7,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -pdo_firebird
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-pdo_mysql/Makefile
==============================================================================
--- head/databases/php53-pdo_mysql/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-pdo_mysql/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -pdo_mysql
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-pdo_odbc/Makefile
==============================================================================
--- head/databases/php53-pdo_odbc/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-pdo_odbc/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -pdo_odbc
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-pdo_pgsql/Makefile
==============================================================================
--- head/databases/php53-pdo_pgsql/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-pdo_pgsql/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -pdo_pgsql
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-pdo_sqlite/Makefile
==============================================================================
--- head/databases/php53-pdo_sqlite/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-pdo_sqlite/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -pdo_sqlite
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-pgsql/Makefile
==============================================================================
--- head/databases/php53-pgsql/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-pgsql/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -pgsql
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-redis/Makefile
==============================================================================
--- head/databases/php53-redis/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-redis/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -24,5 +24,4 @@ DEFAULT_PHP_VER=53
PHP_MODNAME= redis
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/databases/php53-sqlite/Makefile
==============================================================================
--- head/databases/php53-sqlite/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-sqlite/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -sqlite
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-sqlite3/Makefile
==============================================================================
--- head/databases/php53-sqlite3/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-sqlite3/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -sqlite3
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/databases/php53-sybase_ct/Makefile
==============================================================================
--- head/databases/php53-sybase_ct/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/databases/php53-sybase_ct/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -sybase_ct
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/devel/php53-gettext/Makefile
==============================================================================
--- head/devel/php53-gettext/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/devel/php53-gettext/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -gettext
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/devel/php53-json/Makefile
==============================================================================
--- head/devel/php53-json/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/devel/php53-json/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -json
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/devel/php53-pcntl/Makefile
==============================================================================
--- head/devel/php53-pcntl/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/devel/php53-pcntl/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -pcntl
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/devel/php53-readline/Makefile
==============================================================================
--- head/devel/php53-readline/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/devel/php53-readline/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -readline
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/devel/php53-shmop/Makefile
==============================================================================
--- head/devel/php53-shmop/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/devel/php53-shmop/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -shmop
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/devel/php53-sysvmsg/Makefile
==============================================================================
--- head/devel/php53-sysvmsg/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/devel/php53-sysvmsg/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -sysvmsg
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/devel/php53-sysvsem/Makefile
==============================================================================
--- head/devel/php53-sysvsem/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/devel/php53-sysvsem/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -sysvsem
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/devel/php53-sysvshm/Makefile
==============================================================================
--- head/devel/php53-sysvshm/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/devel/php53-sysvshm/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -sysvshm
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/devel/php53-tokenizer/Makefile
==============================================================================
--- head/devel/php53-tokenizer/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/devel/php53-tokenizer/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -tokenizer
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/ftp/php53-curl/Makefile
==============================================================================
--- head/ftp/php53-curl/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/ftp/php53-curl/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -7,5 +7,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -curl
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/ftp/php53-ftp/Makefile
==============================================================================
--- head/ftp/php53-ftp/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/ftp/php53-ftp/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,7 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -ftp
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
Modified: head/graphics/php53-exif/Makefile
==============================================================================
--- head/graphics/php53-exif/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/graphics/php53-exif/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -exif
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/graphics/php53-gd/Makefile
==============================================================================
--- head/graphics/php53-gd/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/graphics/php53-gd/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -gd
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/lang/php53-extensions/Makefile
==============================================================================
--- head/lang/php53-extensions/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/lang/php53-extensions/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -16,6 +16,7 @@ IGNORE_WITH_PHP=5 52
USE_PHP_BUILD= yes
NO_BUILD= yes
+NO_MTREE= yes
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
@@ -111,7 +112,6 @@ XSL_DESC= XSL support (Implies DOM)
ZIP_DESC= ZIP support
ZLIB_DESC= ZLIB support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.for opt in ${OPTIONS_DEFINE}
Modified: head/lang/php53/Makefile
==============================================================================
--- head/lang/php53/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/lang/php53/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -18,7 +18,7 @@ USE_BZIP2= yes
.if !defined(PKGNAMESUFFIX)
USE_AUTOTOOLS= autoconf
-LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS= \
--with-layout=GNU \
@@ -51,9 +51,8 @@ LINKTHR_DESC= Link thread lib (for threa
CONFLICTS= php52-5* php5-5*
-MAN1= php-config.1 phpize.1
+DESTDIRNAME= INSTALL_ROOT
-NO_STAGE= yes
.include <bsd.port.pre.mk>
PATCH_DIST_STRIP= -p1
@@ -77,7 +76,6 @@ PATCH_SITES+= http://choon.net/opensourc
.if ${PORT_OPTIONS:MCLI}
PHP_SAPI+= cli
PLIST_SUB+= CLI=""
-MAN1+= php.1
.else
PLIST_SUB+= CLI="@comment "
CONFIGURE_ARGS+=--disable-cli
@@ -93,7 +91,6 @@ CONFIGURE_ARGS+=--disable-cgi
.if ${PORT_OPTIONS:MFPM}
PHP_SAPI+= fpm
-MAN8+= php-fpm.8
USE_RC_SUBR+= php-fpm
CONFIGURE_ARGS+=--enable-fpm \
--with-fpm-user=${WWWOWN} \
@@ -180,16 +177,8 @@ test: build
@(cd ${WRKSRC} && ${MAKE} test)
post-install:
- @${INSTALL_DATA} ${WRKSRC}/php.ini-development ${PREFIX}/etc
- @${INSTALL_DATA} ${WRKSRC}/php.ini-production ${PREFIX}/etc
- @${INSTALL_DATA} ${WRKDIR}/php.conf ${PREFIX}/etc
- @${TOUCH} ${PREFIX}/include/php/ext/php_config.h
-.if ${PORT_OPTIONS:MFPM}
- @${CP} -n ${PREFIX}/etc/php-fpm.conf.default ${PREFIX}/etc/php-fpm.conf || ${TRUE}
-.endif
-.if ${PORT_OPTIONS:MAPACHE}
- @${CAT} ${PKGMESSAGE}
-.endif
+ @${INSTALL_DATA} ${WRKSRC}/php.ini-development ${WRKSRC}/php.ini-production \
+ ${WRKDIR}/php.conf ${STAGEDIR}/${PREFIX}/etc
.else
.include "${MASTERDIR}/Makefile.ext"
Modified: head/lang/php53/Makefile.ext
==============================================================================
--- head/lang/php53/Makefile.ext Fri Nov 1 23:48:38 2013 (r332428)
+++ head/lang/php53/Makefile.ext Fri Nov 1 23:49:56 2013 (r332429)
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+=--enable-ctype
.endif
.if ${PHP_MODNAME} == "curl"
-LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+=--with-curl=${LOCALBASE}
.endif
@@ -87,9 +87,9 @@ USE_OPENSSL= yes
.endif
.if ${PHP_MODNAME} == "gd"
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
- png15:${PORTSDIR}/graphics/png \
- jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libfreetype.so.9:${PORTSDIR}/print/freetype2 \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libjpeg.so.11:${PORTSDIR}/graphics/jpeg
CONFIGURE_ARGS+=--with-gd \
--with-freetype-dir=${LOCALBASE} \
@@ -114,7 +114,7 @@ USES+= gettext
.endif
.if ${PHP_MODNAME} == "gmp"
-LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS+= libgmp.so.10:${PORTSDIR}/math/gmp
CONFIGURE_ARGS+=--with-gmp=${LOCALBASE}
.endif
@@ -133,7 +133,7 @@ USES+= iconv
.if ${PHP_MODNAME} == "imap"
OPTIONS_DEFINE= SSL
OPTIONS_DEFAULT= SSL
-LIB_DEPENDS+= c-client4.9:${PORTSDIR}/mail/cclient
+LIB_DEPENDS+= libc-client4.so.9:${PORTSDIR}/mail/cclient
CONFIGURE_ARGS+=--with-imap=${LOCALBASE} \
--with-pcre-dir=${LOCALBASE}
@@ -174,7 +174,7 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters
.endif
.if ${PHP_MODNAME} == "mcrypt"
-LIB_DEPENDS+= mcrypt.8:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS+= libmcrypt.so.8:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
@@ -182,7 +182,7 @@ USE_AUTOTOOLS= libltdl
.endif
.if ${PHP_MODNAME} == "mssql"
-LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds-msdblib
+LIB_DEPENDS+= libsybdb.so.5:${PORTSDIR}/databases/freetds-msdblib
CONFIGURE_ARGS+=--with-mssql=${LOCALBASE}
.endif
@@ -297,7 +297,7 @@ CONFIGURE_ARGS+=--enable-posix
.endif
.if ${PHP_MODNAME} == "pspell"
-LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
+LIB_DEPENDS+= libaspell.so.16:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+=--with-pspell=${LOCALBASE}
@@ -311,7 +311,7 @@ CONFIGURE_ARGS+=--with-readline=/usr
.endif
.if ${PHP_MODNAME} == "recode"
-LIB_DEPENDS+= recode.3:${PORTSDIR}/converters/recode
+LIB_DEPENDS+= librecode.so.3:${PORTSDIR}/converters/recode
CONFIGURE_ARGS+=--with-recode=${LOCALBASE}
.endif
@@ -338,7 +338,7 @@ CONFIGURE_ARGS+=--with-snmp=${LOCALBASE}
--with-openssl-dir=${OPENSSLBASE} \
--enable-ucd-snmp-hack
-LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= libnetsnmp.so.30:${PORTSDIR}/net-mgmt/net-snmp
LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl
USE_OPENSSL= yes
.endif
@@ -375,7 +375,7 @@ CONFIGURE_ARGS+=--with-sqlite3=${LOCALBA
.endif
.if ${PHP_MODNAME} == "sybase_ct"
-LIB_DEPENDS+= ct.4:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= libct.so.4:${PORTSDIR}/databases/freetds
CONFIGURE_ARGS+=--with-sybase-ct=${LOCALBASE}
.endif
@@ -395,7 +395,7 @@ CONFIGURE_ARGS+=--enable-sysvshm
.if ${PHP_MODNAME} == "tidy"
CONFIGURE_ARGS+=--with-tidy=${LOCALBASE}
-LIB_DEPENDS+= tidy-0.99.0:${PORTSDIR}/www/tidy-lib
+LIB_DEPENDS+= libtidy-0.99.so.0:${PORTSDIR}/www/tidy-lib
.endif
.if ${PHP_MODNAME} == "tokenizer"
@@ -480,12 +480,12 @@ USE_BDB= 40+
WITH_BDB_HIGHEST= yes
. endif
. if ${PORT_OPTIONS:MGDBM}
-LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= libgdbm.so.4:${PORTSDIR}/databases/gdbm
CONFIGURE_ARGS+=--with-gdbm=${LOCALBASE}
. endif
. if ${PORT_OPTIONS:MQDBM}
-LIB_DEPENDS+= qdbm.14:${PORTSDIR}/databases/qdbm
+LIB_DEPENDS+= libqdbm.so.14:${PORTSDIR}/databases/qdbm
CONFIGURE_ARGS+=--with-qdbm=${LOCALBASE}
. endif
@@ -507,7 +507,7 @@ CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBA
. endif
. if ${PORT_OPTIONS:MT1LIB}
-LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib
+LIB_DEPENDS+= libt1.so.5:${PORTSDIR}/devel/t1lib
CONFIGURE_ARGS+=--with-t1lib=${LOCALBASE}
. endif
@@ -528,7 +528,7 @@ LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl
.if ${PHP_MODNAME} == "mbstring"
. if ${PORT_OPTIONS:MREGEX}
-LIB_DEPENDS+= onig.1:${PORTSDIR}/devel/oniguruma4
+LIB_DEPENDS+= libonig.so.1:${PORTSDIR}/devel/oniguruma4
CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
. else
CONFIGURE_ARGS+=--disable-mbregex
@@ -563,11 +563,11 @@ post-extract:
.if ${PHP_MODNAME} == "odbc"
.if ${PORT_OPTIONS:MIODBC}
-LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS+= libiodbc.so.3:${PORTSDIR}/databases/libiodbc
CONFIGURE_ARGS+=--with-iodbc=${LOCALBASE}
.else
-LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so.2:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+=--with-unixODBC=${LOCALBASE}
.endif
@@ -575,19 +575,19 @@ CONFIGURE_ARGS+=--with-unixODBC=${LOCALB
.if ${PHP_MODNAME} == "pdo_dblib"
.if ${PORT_OPTIONS:MMSSQL}
-LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds-msdblib
+LIB_DEPENDS+= libsybdb.so.5:${PORTSDIR}/databases/freetds-msdblib
.else
-LIB_DEPENDS+= ct.4:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= libct.so.4:${PORTSDIR}/databases/freetds
.endif
.endif
.if ${PHP_MODNAME} == "pdo_odbc"
.if ${PORT_OPTIONS:MIODBC}
-LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS+= libiodbc.so.3:${PORTSDIR}/databases/libiodbc
CONFIGURE_ARGS+=--with-pdo-odbc=iODBC,${LOCALBASE}
.else
-LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so.2:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+=--with-pdo-odbc=unixODBC,${LOCALBASE}
.endif
Added: head/lang/php53/files/patch-sapi_apache2filter_config.m4
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/php53/files/patch-sapi_apache2filter_config.m4 Fri Nov 1 23:49:56 2013 (r332429)
@@ -0,0 +1,11 @@
+--- sapi/apache2filter/config.m4.orig 2013-10-18 12:17:14.622544934 +0000
++++ sapi/apache2filter/config.m4 2013-10-18 12:22:13.032234760 +0000
+@@ -68,7 +68,7 @@
+ fi
+
+ APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
+- if test -z `$APXS -q SYSCONFDIR`; then
++ if true; then
+ INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \
+ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
+ -i -n php5"
Added: head/lang/php53/files/patch-sapi_apache2handler_config.m4
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/php53/files/patch-sapi_apache2handler_config.m4 Fri Nov 1 23:49:56 2013 (r332429)
@@ -0,0 +1,11 @@
+--- sapi/apache2handler/config.m4.orig 2013-10-18 12:22:26.576545216 +0000
++++ sapi/apache2handler/config.m4 2013-10-18 12:23:00.903131412 +0000
+@@ -67,7 +67,7 @@
+ fi
+
+ APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
+- if test -z `$APXS -q SYSCONFDIR`; then
++ if true; then
+ INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \
+ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
+ -i -n php5"
Modified: head/lang/php53/pkg-plist
==============================================================================
--- head/lang/php53/pkg-plist Fri Nov 1 23:48:38 2013 (r332428)
+++ head/lang/php53/pkg-plist Fri Nov 1 23:49:56 2013 (r332429)
@@ -233,6 +233,10 @@ lib/php/build/phpize.m4
lib/php/build/run-tests.php
lib/php/build/scan_makefile_in.awk
lib/php/build/shtool
+man/man1/php-config.1.gz
+man/man1/phpize.1.gz
+%%CLI%%man/man1/php.1.gz
+%%FPM%%man/man8/php-fpm.8.gz
%%APACHE%%%%APACHEMODDIR%%/%%AP_MODULE%%
%%APACHE%%@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
%%APACHE%%@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f
Modified: head/mail/php53-imap/Makefile
==============================================================================
--- head/mail/php53-imap/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/mail/php53-imap/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -imap
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/math/php53-bcmath/Makefile
==============================================================================
--- head/math/php53-bcmath/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/math/php53-bcmath/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -bcmath
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/math/php53-gmp/Makefile
==============================================================================
--- head/math/php53-gmp/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/math/php53-gmp/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -gmp
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/misc/php53-calendar/Makefile
==============================================================================
--- head/misc/php53-calendar/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/misc/php53-calendar/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -calendar
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/net-mgmt/php53-snmp/Makefile
==============================================================================
--- head/net-mgmt/php53-snmp/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/net-mgmt/php53-snmp/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -snmp
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/net/php53-ldap/Makefile
==============================================================================
--- head/net/php53-ldap/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/net/php53-ldap/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -ldap
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/net/php53-soap/Makefile
==============================================================================
--- head/net/php53-soap/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/net/php53-soap/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -soap
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/net/php53-sockets/Makefile
==============================================================================
--- head/net/php53-sockets/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/net/php53-sockets/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -sockets
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/net/php53-xmlrpc/Makefile
==============================================================================
--- head/net/php53-xmlrpc/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/net/php53-xmlrpc/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -xmlrpc
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/security/php53-filter/Makefile
==============================================================================
--- head/security/php53-filter/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/security/php53-filter/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -filter
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/security/php53-hash/Makefile
==============================================================================
--- head/security/php53-hash/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/security/php53-hash/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -hash
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/security/php53-mcrypt/Makefile
==============================================================================
--- head/security/php53-mcrypt/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/security/php53-mcrypt/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -mcrypt
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/security/php53-openssl/Makefile
==============================================================================
--- head/security/php53-openssl/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/security/php53-openssl/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -8,5 +8,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -openssl
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/sysutils/php53-fileinfo/Makefile
==============================================================================
--- head/sysutils/php53-fileinfo/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/sysutils/php53-fileinfo/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -fileinfo
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/sysutils/php53-posix/Makefile
==============================================================================
--- head/sysutils/php53-posix/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/sysutils/php53-posix/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -posix
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/textproc/php53-ctype/Makefile
==============================================================================
--- head/textproc/php53-ctype/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/textproc/php53-ctype/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -ctype
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/textproc/php53-dom/Makefile
==============================================================================
--- head/textproc/php53-dom/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/textproc/php53-dom/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -dom
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/textproc/php53-pspell/Makefile
==============================================================================
--- head/textproc/php53-pspell/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/textproc/php53-pspell/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -pspell
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/textproc/php53-simplexml/Makefile
==============================================================================
--- head/textproc/php53-simplexml/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/textproc/php53-simplexml/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -simplexml
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/textproc/php53-wddx/Makefile
==============================================================================
--- head/textproc/php53-wddx/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/textproc/php53-wddx/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -wddx
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/textproc/php53-xml/Makefile
==============================================================================
--- head/textproc/php53-xml/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/textproc/php53-xml/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -xml
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/textproc/php53-xmlreader/Makefile
==============================================================================
--- head/textproc/php53-xmlreader/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/textproc/php53-xmlreader/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -xmlreader
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/textproc/php53-xmlwriter/Makefile
==============================================================================
--- head/textproc/php53-xmlwriter/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/textproc/php53-xmlwriter/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -xmlwriter
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/textproc/php53-xsl/Makefile
==============================================================================
--- head/textproc/php53-xsl/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/textproc/php53-xsl/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -xsl
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/www/php53-session/Makefile
==============================================================================
--- head/www/php53-session/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/www/php53-session/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -session
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/www/php53-tidy/Makefile
==============================================================================
--- head/www/php53-tidy/Makefile Fri Nov 1 23:48:38 2013 (r332428)
+++ head/www/php53-tidy/Makefile Fri Nov 1 23:49:56 2013 (r332429)
@@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -tidy
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-head
mailing list