summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/froxlor/Makefile2
-rw-r--r--sysutils/ldap-account-manager/Makefile4
-rw-r--r--sysutils/n98-magerun/Makefile2
-rw-r--r--sysutils/pear-File/Makefile1
-rw-r--r--sysutils/pear-I18Nv2/Makefile2
-rw-r--r--sysutils/racktables/Makefile6
6 files changed, 7 insertions, 10 deletions
diff --git a/sysutils/froxlor/Makefile b/sysutils/froxlor/Makefile
index 228903a6de38..fc0c32b77989 100644
--- a/sysutils/froxlor/Makefile
+++ b/sysutils/froxlor/Makefile
@@ -10,7 +10,7 @@ WWW= https://www.froxlor.org/
LICENSE= GPLv2
USES= cpe php:cli shebangfix
-USE_PHP= bcmath curl filter ftp json pdo_mysql posix session xml zip
+USE_PHP= bcmath curl filter ftp pdo_mysql posix session xml zip
SUB_FILES= pkg-deinstall pkg-message
SUB_LIST= PORTNAME=${PORTNAME} \
diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile
index ec4ca94dec19..a1de8d4d0f8e 100644
--- a/sysutils/ldap-account-manager/Makefile
+++ b/sysutils/ldap-account-manager/Makefile
@@ -14,8 +14,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap \
p5-Quota>=0:sysutils/p5-Quota
USES= perl5 php:web tar:bzip2
-USE_PHP= curl filter gd gettext gmp hash iconv json ldap mbstring \
- openssl pcre session simplexml xml xmlreader xmlwriter zip
+USE_PHP= curl filter gd gettext gmp iconv ldap mbstring \
+ session simplexml xml xmlreader xmlwriter zip
WWWDIR= ${PREFIX}/www/${SHORTNAME}
NO_ARCH= yes
diff --git a/sysutils/n98-magerun/Makefile b/sysutils/n98-magerun/Makefile
index fa3a7bf0c252..990eb41ec979 100644
--- a/sysutils/n98-magerun/Makefile
+++ b/sysutils/n98-magerun/Makefile
@@ -12,7 +12,7 @@ WWW= https://magerun.net/
LICENSE= MIT
USES= mysql:client php:cli
-USE_PHP= phar bz2 simplexml pdo_mysql json zlib ctype dom posix
+USE_PHP= phar bz2 simplexml pdo_mysql zlib ctype dom posix
NO_ARCH= yes
NO_BUILD= yes
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile
index 7f9defa7170a..0adf45745f70 100644
--- a/sysutils/pear-File/Makefile
+++ b/sysutils/pear-File/Makefile
@@ -8,6 +8,5 @@ COMMENT= PEAR common file and directory routines
WWW= https://pear.php.net/package/File
USES= pear php
-USE_PHP= pcre
.include <bsd.port.mk>
diff --git a/sysutils/pear-I18Nv2/Makefile b/sysutils/pear-I18Nv2/Makefile
index 730721828116..457b9bef487b 100644
--- a/sysutils/pear-I18Nv2/Makefile
+++ b/sysutils/pear-I18Nv2/Makefile
@@ -9,7 +9,7 @@ WWW= https://pear.php.net/package/I18Nv2
LICENSE= PHP30
USES= pear
-USE_PHP= iconv pcre
+USE_PHP= iconv
NO_ARCH= yes
diff --git a/sysutils/racktables/Makefile b/sysutils/racktables/Makefile
index c5cc27cc6bce..5429bbd9a98d 100644
--- a/sysutils/racktables/Makefile
+++ b/sysutils/racktables/Makefile
@@ -23,20 +23,18 @@ USE_PERL5= run
SHEBANG_FILES= gateways/*
CPE_VENDOR= racktables_project
-USE_PHP= bcmath gd json mbstring mysqli pdo_mysql session
+USE_PHP= bcmath gd mbstring mysqli pdo_mysql session
SUB_FILES= pkg-message
PLIST_SUB= WWWDIR_REL=${WWWDIR_REL} WWWDIR=${WWWDIR}
WWWUSER?= www
WWWGRP?= www
-OPTIONS_DEFINE= LDAP SNMP CURL PCNTL PCRE EXAMPLES
-PCRE_DESC= Regular Expression Support
+OPTIONS_DEFINE= LDAP SNMP CURL PCNTL EXAMPLES
PCNTL_DESC= pcntl Support
LDAP_USE= PHP=ldap
SNMP_USE= PHP=snmp
CURL_USE= PHP=curl
PCNTL_USE= PHP=pcntl
-PCRE_USE= PHP=pcre
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -type f -delete