diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-23 22:32:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-23 22:32:34 +0800 |
commit | 25fd1c11ecb8ea08913ad3aa3362f405bb35b7a1 (patch) | |
tree | 03121685d44414accfbb204328854e4235611b76 | |
parent | 144161a0a41485d991484af40c0e900b7452c701 (diff) | |
download | freebsd-ports-gnome-25fd1c11ecb8ea08913ad3aa3362f405bb35b7a1.tar.gz freebsd-ports-gnome-25fd1c11ecb8ea08913ad3aa3362f405bb35b7a1.tar.zst freebsd-ports-gnome-25fd1c11ecb8ea08913ad3aa3362f405bb35b7a1.zip |
- Mark these ports as stage safe
-rw-r--r-- | net/pecl-amqp/Makefile | 1 | ||||
-rw-r--r-- | net/pecl-cvsclient/Makefile | 1 | ||||
-rw-r--r-- | net/pecl-geoip/Makefile | 1 | ||||
-rw-r--r-- | net/pecl-oauth/Makefile | 1 | ||||
-rw-r--r-- | www/pecl-amfext/Makefile | 1 | ||||
-rw-r--r-- | www/pecl-solr/Makefile | 1 | ||||
-rw-r--r-- | www/pecl-sphinx/Makefile | 1 | ||||
-rw-r--r-- | www/pecl-swish/Makefile | 1 | ||||
-rw-r--r-- | www/pecl-yaf/Makefile | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/net/pecl-amqp/Makefile b/net/pecl-amqp/Makefile index 2c8bd14075eb..fb2a05587c66 100644 --- a/net/pecl-amqp/Makefile +++ b/net/pecl-amqp/Makefile @@ -18,5 +18,4 @@ PHP_MODNAME= ${PORTNAME} USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/pecl-cvsclient/Makefile b/net/pecl-cvsclient/Makefile index deb5f2e19a61..fdcda8e8956a 100644 --- a/net/pecl-cvsclient/Makefile +++ b/net/pecl-cvsclient/Makefile @@ -17,5 +17,4 @@ USE_PHPEXT= yes DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/pecl-geoip/Makefile b/net/pecl-geoip/Makefile index c5c356e0ff6e..0e211a6b18ff 100644 --- a/net/pecl-geoip/Makefile +++ b/net/pecl-geoip/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's/-ldl//g' ${WRKSRC}/config.m4 diff --git a/net/pecl-oauth/Makefile b/net/pecl-oauth/Makefile index 949e770af36c..4f44295f2493 100644 --- a/net/pecl-oauth/Makefile +++ b/net/pecl-oauth/Makefile @@ -21,5 +21,4 @@ CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/pecl-amfext/Makefile b/www/pecl-amfext/Makefile index e9ce92d911ad..d7b1c292e349 100644 --- a/www/pecl-amfext/Makefile +++ b/www/pecl-amfext/Makefile @@ -21,5 +21,4 @@ IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-amf CPPFLAGS+= -I${LOCALBASE}/include/php/ext/standard -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile index e002365a6a48..290de607ab9f 100644 --- a/www/pecl-solr/Makefile +++ b/www/pecl-solr/Makefile @@ -20,5 +20,4 @@ USE_PHPEXT= yes USE_PHPIZE= yes USE_PHP_BUILD= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/pecl-sphinx/Makefile b/www/pecl-sphinx/Makefile index 5bd35d2a97b1..0986d1ae08ad 100644 --- a/www/pecl-sphinx/Makefile +++ b/www/pecl-sphinx/Makefile @@ -22,6 +22,5 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message CFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/pecl-swish/Makefile b/www/pecl-swish/Makefile index 3a6b83d91dde..022feb2e585d 100644 --- a/www/pecl-swish/Makefile +++ b/www/pecl-swish/Makefile @@ -20,5 +20,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --enable-swish --with-swish=${LOCALBASE}/bin -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile index a85c4ced6715..9e2f586a9357 100644 --- a/www/pecl-yaf/Makefile +++ b/www/pecl-yaf/Makefile @@ -23,5 +23,4 @@ USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -NO_STAGE= yes .include <bsd.port.mk> |