summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-11-25 17:59:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-11-25 17:59:58 +0000
commit4f5544a38b1a9cb3b0735ff410b51e7794dfeed4 (patch)
treee64ba81759aa9c8a89ab66491e9dd72cbf69ebcb /sysutils
parent- Convert to USES=qmake (diff)
Stage support for non-IGNORED pear classes
Tested by: poudriere Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=334871
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pear-Cache/Makefile1
-rw-r--r--sysutils/pear-Cache_Lite/Makefile1
-rw-r--r--sysutils/pear-File/Makefile1
-rw-r--r--sysutils/pear-File_Find/Makefile1
-rw-r--r--sysutils/pear-File_Fstab/Makefile1
-rw-r--r--sysutils/pear-File_Gettext/Makefile1
-rw-r--r--sysutils/pear-Horde_Log/Makefile1
-rw-r--r--sysutils/pear-Horde_Vfs/Makefile1
-rw-r--r--sysutils/pear-I18Nv2/Makefile1
-rw-r--r--sysutils/pear-Log/Makefile1
-rw-r--r--sysutils/pear-Translation2/Makefile1
11 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/pear-Cache/Makefile b/sysutils/pear-Cache/Makefile
index cf1a3a26db48..f3bbbc2ecde7 100644
--- a/sysutils/pear-Cache/Makefile
+++ b/sysutils/pear-Cache/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-Cache_Lite/Makefile b/sysutils/pear-Cache_Lite/Makefile
index 3f8d58ba9e84..b38057a28c26 100644
--- a/sysutils/pear-Cache_Lite/Makefile
+++ b/sysutils/pear-Cache_Lite/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile
index 5cf3bf079150..b221d2953316 100644
--- a/sysutils/pear-File/Makefile
+++ b/sysutils/pear-File/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= pcre
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile
index c5a90adf62a7..a99defb5bb52 100644
--- a/sysutils/pear-File_Find/Makefile
+++ b/sysutils/pear-File_Find/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-File_Fstab/Makefile b/sysutils/pear-File_Fstab/Makefile
index dcf432f321fd..fcd3465472f0 100644
--- a/sysutils/pear-File_Fstab/Makefile
+++ b/sysutils/pear-File_Fstab/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
post-extract:
.for file in ${FILES}
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/File/${file}
diff --git a/sysutils/pear-File_Gettext/Makefile b/sysutils/pear-File_Gettext/Makefile
index 9b3f50d09cf8..37ccc3eddbad 100644
--- a/sysutils/pear-File_Gettext/Makefile
+++ b/sysutils/pear-File_Gettext/Makefile
@@ -15,7 +15,6 @@ USE_PHP= yes
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-Horde_Log/Makefile b/sysutils/pear-Horde_Log/Makefile
index c13552d717e9..91305105fad9 100644
--- a/sysutils/pear-Horde_Log/Makefile
+++ b/sysutils/pear-Horde_Log/Makefile
@@ -15,7 +15,6 @@ SCRIBE_DESC= Enable scribe support
USE_HORDE_RUN= Horde_Constraint \
Horde_Exception
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MSCRIBE}
diff --git a/sysutils/pear-Horde_Vfs/Makefile b/sysutils/pear-Horde_Vfs/Makefile
index 5c230df53419..8249c27a1b05 100644
--- a/sysutils/pear-Horde_Vfs/Makefile
+++ b/sysutils/pear-Horde_Vfs/Makefile
@@ -15,7 +15,6 @@ USE_HORDE_RUN= Horde_Exception \
OPTIONS_DEFINE= FTP
FTP_DESC= Depend on FTP PHP extension
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MFTP}
diff --git a/sysutils/pear-I18Nv2/Makefile b/sysutils/pear-I18Nv2/Makefile
index 09cc3a1d50b7..61957f8a0587 100644
--- a/sysutils/pear-I18Nv2/Makefile
+++ b/sysutils/pear-I18Nv2/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= iconv
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index 858f9289eaab..a408a6cecfc1 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -21,7 +21,6 @@ PEAR_MDB2_DESC= PEAR::MDB2 support
PEAR_MAIL_DESC= PEAR::Mail support
PHP_SQLITE_DESC= PHP sqlite support (php5 only)
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_DB}
diff --git a/sysutils/pear-Translation2/Makefile b/sysutils/pear-Translation2/Makefile
index 13141b9dd99c..ea88a77aa61b 100644
--- a/sysutils/pear-Translation2/Makefile
+++ b/sysutils/pear-Translation2/Makefile
@@ -27,7 +27,6 @@ PEAR_FILE_GETTEXT_DESC= PEAR::File_Gettext support
PEAR_I18NV2_DESC= PEAR::I18Nv2 support
PEAR_XML_SERIALIZER_DESC= PEAR::XML_Serializer support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_CACHE_LITE}