mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of all versions of php * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH - Remove USE_PHP=json which is available in default php installation of all versions of php * devel/pear-PHPTAL: Remove OPTION JSON * www/ilias: Remove OPTION SCORM2004 - Remove USE_PHP=mssql which is no longer available in php from php80 and later and has been replaced with sqlsrv module which is Windows only * www/codeigniter: Remove OPTION MSSQL * www/moodle311: Remove OPTION MSSQL * www/moodle39: Remove OPTION MSSQL * www/moodle40: Remove OPTION MSSQL * www/moodle41: Remove OPTION MSSQL - Remove USE_PHP=openssl which is available in default php installation of all versions of php * databases/phpmyadmin: Remove OPTION OPENSSL * databases/phpmyadmin5: Remove OPTION OPENSSL * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL * www/nextcloud: Remove OPTION SSL * www/owncloud: Remove OPTION SSL - Remove USE_PHP=pcre which is available in default php installation of all versions of php * sysutils/racktables: Remove OPTION PCRE - Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update following ports * www/typo3-11 * www/typo3-12 - Remove USE_PHP=pdf which is no longer available as php module * databases/phpmyadmin: Remove OPTION PDF - Remove USE_PHP=spl which is available in default php installation of all versions of php - Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is Windows only php module * www/typo3-11: Remove OPTION SQLSRV * www/typo3-12: Remove OPTION SQLSRV - Bump where DEFAULT OPTIONS are affected Sponsored by: Bounce Experts Approved by: portmgr(blanket)
This commit is contained in:
parent
16a52a343d
commit
0ac3a69555
@ -11,7 +11,7 @@ LICENSE= LGPL3
|
||||
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}MIME_Type>=0:mail/pear-MIME_Type@${PHP_FLAVOR}
|
||||
|
||||
USES= pear
|
||||
USE_PHP= bz2 pcre zlib
|
||||
USE_PHP= bz2 zlib
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -12,8 +12,7 @@ LICENSE= PHP301
|
||||
DEPRECATED= Requires php80 which is set to expire on 2023-11-26
|
||||
EXPIRATION_DATE= 2023-12-31
|
||||
|
||||
USES= compiler:c11 php:pecl
|
||||
USE_PHP= spl:build
|
||||
USES= compiler:c11 php:build,pecl
|
||||
IGNORE_WITH_PHP= 81 82
|
||||
|
||||
CONFIGURE_ARGS= --enable-rar
|
||||
|
@ -13,7 +13,7 @@ WWW= https://ampache.org/
|
||||
LICENSE= AGPLv3+
|
||||
|
||||
USES= cpe zip gettext php:flavors mysql
|
||||
USE_PHP= pdo pdo_mysql hash session json intl simplexml curl dom xml
|
||||
USE_PHP= pdo pdo_mysql session intl simplexml curl dom xml
|
||||
|
||||
CONFLICTS_INSTALL= ampache-php* # etc/periodic/daily/500.ampache-cron man/man1/ampache.1.gz
|
||||
|
||||
|
@ -16,7 +16,7 @@ RUN_DEPENDS= sudo:security/sudo \
|
||||
|
||||
USES= php:cli,build,flavors python shebangfix
|
||||
USE_GITHUB= yes
|
||||
USE_PHP= curl dom gd openssl pcntl posix simplexml zip zlib
|
||||
USE_PHP= curl dom gd pcntl posix simplexml zip zlib
|
||||
NO_BUILD= yes
|
||||
|
||||
PORTDATA= *
|
||||
@ -48,12 +48,6 @@ X11_DESC= Install X11 icons and mimetypes
|
||||
X11_USES= desktop-file-utils shared-mime-info
|
||||
X11_CONFIGURE_OFF= WITHOUT_X11=yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${FLAVOR} != php80
|
||||
USE_PHP+= json
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${SED} -i '' -e "s|/usr/local|${LOCALBASE}|g" \
|
||||
${WRKSRC}/phoronix-test-suite \
|
||||
@ -72,4 +66,4 @@ post-patch:
|
||||
do-install:
|
||||
(cd ${WRKSRC} && ${CONFIGURE_ARGS} DESTDIR="${STAGEDIR}" ./install-sh ${PREFIX})
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -47,7 +47,6 @@ LIBWRAP_CONFIGURE_OFF= --disable-libwrap
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MWWW}
|
||||
USE_PHP= pcre
|
||||
USES+= php:web
|
||||
.if ${PORT_OPTIONS:MWWWGD}
|
||||
USE_PHP+= gd
|
||||
|
@ -13,7 +13,6 @@ LICENSE_COMB= dual
|
||||
|
||||
USES= cpe php:flavors
|
||||
CPE_VENDOR= ${PORTNAME}_project
|
||||
USE_PHP= pcre
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_PROJECT= ADOdb
|
||||
|
@ -17,7 +17,7 @@ USES= php
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
USE_PHP= pcre mysqli session memcache sqlite3 curl redis
|
||||
USE_PHP= mysqli session memcache sqlite3 curl redis
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
|
@ -15,7 +15,7 @@ LICENSE= GPLv2
|
||||
|
||||
USES= php:flavors
|
||||
USE_GITHUB= nodefault
|
||||
USE_PHP= fileinfo filter hash json mbstring pcre session xml
|
||||
USE_PHP= fileinfo filter mbstring session xml
|
||||
|
||||
DATADIR= ${WWWDIR}
|
||||
NO_ARCH= yes
|
||||
|
@ -7,7 +7,7 @@ COMMENT= Horde Memcache API
|
||||
WWW= https://pear.horde.org
|
||||
|
||||
USES= horde php
|
||||
USE_PHP= memcache hash
|
||||
USE_PHP= memcache
|
||||
USE_HORDE_RUN= Horde_Exception
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,6 +13,5 @@ LICENSE= APACHE20
|
||||
BUILD_DEPENDS= cmake:devel/cmake-core
|
||||
|
||||
USES= compiler:c++17-lang php:build,pecl
|
||||
USE_PHP= json:build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,8 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
BUILD_DEPENDS= libmemcached>=1.0.18:databases/libmemcached
|
||||
LIB_DEPENDS= libmemcached.so:databases/libmemcached
|
||||
|
||||
USES= php:pecl pkgconfig
|
||||
USE_PHP= json:build session:build
|
||||
USES= php:build,pecl pkgconfig
|
||||
USE_PHP= session:build
|
||||
|
||||
CONFIGURE_ARGS= --enable-memcached-json \
|
||||
--enable-memcached-protocol \
|
||||
|
@ -8,8 +8,6 @@ WWW= https://docs.mongodb.org/ecosystem/drivers/php/
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= gmake php:pecl ssl
|
||||
USE_PHP= spl:build
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
USES= gmake localbase php:build,pecl ssl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,8 +9,8 @@ WWW= https://pecl.php.net/package/redis
|
||||
LICENSE= PHP301
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= php:pecl
|
||||
USE_PHP= hash:build json:build session:build
|
||||
USES= php:build,pecl
|
||||
USE_PHP= session:build
|
||||
|
||||
OPTIONS_DEFINE= IGBINARY
|
||||
IGBINARY_DESC= Build with Igbinary serializer
|
||||
|
@ -10,8 +10,8 @@ WWW= http://pgfouine.projects.postgresql.org/
|
||||
|
||||
USES+= php
|
||||
|
||||
NO_BUILD= Yes
|
||||
USE_PHP= gd pcre
|
||||
NO_BUILD= yes
|
||||
USE_PHP= gd
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -18,7 +18,7 @@ NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USES= cpe php
|
||||
CPE_VENDOR= ${PORTNAME}_project
|
||||
USE_PHP= mysqli pcre session
|
||||
USE_PHP= mysqli session
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= ${WWWDIR_REL}/phpminiadmin.php
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= phpMyAdmin
|
||||
DISTVERSION= 4.9.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages
|
||||
@ -27,16 +28,16 @@ NO_BUILD= yes
|
||||
# could, in principle, also use the PHP dbase extension, but it's not
|
||||
# available for PHP >= 7.0 and of only minority interest.
|
||||
|
||||
USE_PHP= ctype filter hash iconv json mysqli session spl xml
|
||||
USE_PHP= ctype filter iconv mysqli session xml
|
||||
.endif
|
||||
|
||||
# Note: default settings will pull in X11 client support. If you don't
|
||||
# want this, either turn off GD in the config dialog, or else turn off
|
||||
# FONTCONFIG in the graphics/gd port options.
|
||||
|
||||
OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE OPENSSL \
|
||||
OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE \
|
||||
SODIUM ZIP ZLIB
|
||||
OPTIONS_DEFAULT= BZ2 GD MBSTRING OPENSSL ZIP ZLIB
|
||||
OPTIONS_DEFAULT= BZ2 GD MBSTRING ZIP ZLIB
|
||||
|
||||
BZ2_DESC= PHP bzip2 library support
|
||||
CURL_DESC= PHP curl support
|
||||
@ -44,9 +45,7 @@ GD_DESC= PHP GD library support (requires X11)
|
||||
GMP_DESC= PHP GMP library support
|
||||
MBSTRING_DESC= PHP Multi-byte String support
|
||||
OPCACHE_DESC= PHP Opcache support
|
||||
OPENSSL_DESC= PHP OpenSSL support
|
||||
PDF_DESC= PHP PDFlib support
|
||||
SODIUM_DESC= PHP libsodium support (only available for PHP >= 7.2)
|
||||
SODIUM_DESC= PHP libsodium support
|
||||
ZIP_DESC= PHP Zip compression support
|
||||
ZLIB_DESC= PHP ZLIB support
|
||||
|
||||
@ -62,10 +61,6 @@ SUB_LIST+= PKGNAME=${PKGNAME} \
|
||||
CFG_FILE=${WWWDIR}/${CFG_FILE}
|
||||
SUB_FILES+= pkg-message
|
||||
|
||||
.if ${FLAVOR} != php80
|
||||
OPTIONS_DEFINE+= PDF
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_PHP_DEPENDS)
|
||||
|
||||
.for opt in ${OPTIONS_DEFINE}
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= phpMyAdmin
|
||||
DISTVERSION= 5.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages
|
||||
@ -23,20 +24,21 @@ NO_BUILD= yes
|
||||
|
||||
# Note: composer.json files in the source list pcre as a required
|
||||
# extension, but pcre is compiled into PHP as standard on FreeBSD.
|
||||
# spl, libsodium are only required in the bundled vendor code. PMA
|
||||
# The same goes for the spl library.
|
||||
# libsodium are only required in the bundled vendor code. PMA
|
||||
# could, in principle, also use the PHP dbase extension, but it's not
|
||||
# available for PHP >= 7.0 and of only minority interest.
|
||||
|
||||
USE_PHP= ctype filter hash iconv json mysqli session spl xml xmlwriter
|
||||
USE_PHP= ctype filter iconv mysqli session xml xmlwriter
|
||||
.endif
|
||||
|
||||
# Note: default settings will pull in X11 client support. If you don't
|
||||
# want this, either turn off GD in the config dialog, or else turn off
|
||||
# FONTCONFIG in the graphics/gd port options.
|
||||
|
||||
OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE OPENSSL \
|
||||
OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE \
|
||||
SODIUM ZIP ZLIB
|
||||
OPTIONS_DEFAULT= BZ2 GD MBSTRING OPENSSL ZIP ZLIB
|
||||
OPTIONS_DEFAULT= BZ2 GD MBSTRING ZIP ZLIB
|
||||
|
||||
BZ2_DESC= PHP bzip2 library support
|
||||
CURL_DESC= PHP curl support
|
||||
@ -44,9 +46,8 @@ GD_DESC= PHP GD library support (requires X11)
|
||||
GMP_DESC= PHP GMP library support
|
||||
MBSTRING_DESC= PHP Multi-byte String support
|
||||
OPCACHE_DESC= PHP Opcache support
|
||||
OPENSSL_DESC= PHP OpenSSL support
|
||||
PDF_DESC= PHP PDFlib support
|
||||
SODIUM_DESC= PHP libsodium support (only available for PHP >= 7.2)
|
||||
SODIUM_DESC= PHP libsodium support
|
||||
ZIP_DESC= PHP Zip compression support
|
||||
ZLIB_DESC= PHP ZLIB support
|
||||
|
||||
|
@ -19,7 +19,7 @@ GH_ACCOUNT= ReimuHakurei
|
||||
WRKSRC= ${WRKDIR}/phpPgAdmin-${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
|
||||
.if !defined(WITHOUT_PHP_DEPENDS)
|
||||
USE_PHP= pgsql pcre session mbstring
|
||||
USE_PHP= pgsql session mbstring
|
||||
.endif
|
||||
|
||||
CPE_VENDOR= phppgadmin_project
|
||||
|
@ -12,7 +12,7 @@ WWW= http://moregroupware.sourceforge.net/
|
||||
USES= gettext php:mod
|
||||
WANT_PGSQL= server
|
||||
# php extensions
|
||||
USE_PHP= curl gd pcre session xml
|
||||
USE_PHP= curl gd session xml
|
||||
|
||||
SHAREOWN= ${WWWOWN}
|
||||
SHAREGRP= ${WWWGRP}
|
||||
|
@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
USES= cpe php tar:bz2
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
USE_PHP= session pcre
|
||||
USE_PHP= session
|
||||
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
||||
SUB_FILES= pkg-message
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -12,7 +12,7 @@ WWW= https://gitlab.code-mesa.com/code-mesa/aphpbreakdown/
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= php:flavors
|
||||
USE_PHP= tokenizer phar hash
|
||||
USE_PHP= tokenizer phar
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -26,7 +26,7 @@ SHEBANG_FILES= bin/arc \
|
||||
support/xhpast/*.php \
|
||||
support/xhpast/bin/*.php
|
||||
|
||||
USE_PHP= curl dom hash json simplexml zlib
|
||||
USE_PHP= curl dom simplexml zlib
|
||||
USE_GITHUB= yes
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
@ -14,7 +14,7 @@ WWW= https://deployer.org/
|
||||
LICENSE= MIT
|
||||
|
||||
USES= php:flavors
|
||||
USE_PHP= curl iconv json openssl pcntl phar posix zlib
|
||||
USE_PHP= curl iconv pcntl phar posix zlib
|
||||
|
||||
CONFLICTS_INSTALL= php*-deployer
|
||||
|
||||
|
@ -10,7 +10,7 @@ WWW= https://www.flyspray.org/
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/adodb/adodb.inc.php:databases/adodb5
|
||||
|
||||
USE_PHP= pcre session zlib xml gd
|
||||
USE_PHP= session zlib xml gd
|
||||
USES= cpe dos2unix php:web zip
|
||||
|
||||
NO_BUILD= yes
|
||||
|
@ -15,7 +15,7 @@ RUN_DEPENDS= git:devel/git
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= cpe php:web zip
|
||||
USE_PHP= ctype hash json simplexml
|
||||
USE_PHP= ctype simplexml
|
||||
|
||||
PLIST= ${WRKDIR}/plist
|
||||
NO_WRKSUBDIR= yes
|
||||
|
@ -8,7 +8,6 @@ WWW= https://pear.horde.org
|
||||
|
||||
USES= horde php cpe
|
||||
USE_HORDE_RUN= Horde_Autoloader
|
||||
USE_PHP= json
|
||||
|
||||
CONFLICTS_INSTALL= php*-pear-horde-Horde_Autoloader_Cache
|
||||
|
||||
|
@ -11,6 +11,5 @@ USE_HORDE_RUN= Horde_Compress_Fast \
|
||||
Horde_Exception \
|
||||
Horde_HashTable \
|
||||
Horde_Util
|
||||
USE_PHP= hash
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,7 +12,6 @@ USE_HORDE_RUN= Horde_Exception \
|
||||
Horde_Mime \
|
||||
Horde_Translation \
|
||||
Horde_Util
|
||||
USE_PHP= json
|
||||
|
||||
CONFLICTS_INSTALL= php*-pear-horde-Horde_Prefs
|
||||
|
||||
|
@ -11,6 +11,5 @@ USE_HORDE_RUN= Horde_Exception \
|
||||
Horde_Translation \
|
||||
Horde_Url \
|
||||
Horde_Util
|
||||
USE_PHP= hash
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,7 +10,7 @@ WWW= https://pear.php.net/package/Net_Gearman
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= pear
|
||||
USE_PHP= json mbstring sockets
|
||||
USE_PHP= mbstring sockets
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -12,7 +12,6 @@ LICENSE= PHP301
|
||||
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_Getargs>=1.3.3:devel/pear-Console_Getargs@${PHP_FLAVOR}
|
||||
|
||||
USES= pear
|
||||
USE_PHP= pcre
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -12,17 +12,15 @@ LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= pear php
|
||||
USE_PHP= ctype hash
|
||||
USE_PHP= ctype
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= GETTEXT JSON SIMPLEXML
|
||||
OPTIONS_DEFINE= GETTEXT SIMPLEXML
|
||||
GETTEXT_DESC= Enable GetText support
|
||||
JSON_DESC= Enable JSON support
|
||||
SIMPLEXML_DESC= Enable SimpleXML support
|
||||
|
||||
GETTEXT_USE= PHP=gettext
|
||||
JSON_USE= PHP=json
|
||||
SIMPLEXML_USE= PHP=simplexml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,7 +13,7 @@ RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_Getargs>=1.3.3:devel/pear-Console_Geta
|
||||
${PEAR_PKGNAMEPREFIX}File_Find>=1.3.0:sysutils/pear-File_Find@${PHP_FLAVOR}
|
||||
|
||||
USES= dos2unix pear
|
||||
USE_PHP= pcre tokenizer
|
||||
USE_PHP= tokenizer
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -11,7 +11,7 @@ LICENSE= LGPL3
|
||||
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_CommandLine>=0:devel/pear-Console_CommandLine@${PHP_FLAVOR}
|
||||
|
||||
USES= pear
|
||||
USE_PHP= spl xsl
|
||||
USE_PHP= xsl
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -10,7 +10,6 @@ LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= pear
|
||||
USE_PHP= pcre
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -9,7 +9,6 @@ WWW= https://pear.php.net/package/XML_Util
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= pear
|
||||
USE_PHP= pcre
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -12,12 +12,12 @@ WWW= https://pear.php.net/
|
||||
|
||||
LICENSE= PHP301
|
||||
|
||||
USES= cpe php:cli,flavors tar:xz
|
||||
USES= cpe php:build,cli,flavors tar:xz
|
||||
CPE_VENDOR= php
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_PHP= pcre:build xml:build zlib:build
|
||||
USE_PHP= xml:build zlib:build
|
||||
|
||||
PEARDIR= ${PREFIX}/share/pear
|
||||
|
||||
|
@ -9,7 +9,6 @@ WWW= https://pecl.php.net/package/ds
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= localbase php:pecl
|
||||
USE_PHP= json:build
|
||||
USES= localbase php:build,pecl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,7 +9,6 @@ WWW= https://pecl.php.net/package/json_post
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= php:pecl
|
||||
USE_PHP= json:build
|
||||
USES= php:build,pecl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,8 +9,7 @@ WWW= https://pecl.php.net/package/swoole
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= compiler:c11 localbase:ldflags php:pecl ssl
|
||||
USE_PHP= hash:build pcre
|
||||
USES= compiler:c11 localbase:ldflags php:build,pecl ssl
|
||||
|
||||
CONFIGURE_ARGS+= --enable-mysqlnd
|
||||
|
||||
@ -26,7 +25,7 @@ CURL_LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
CURL_CONFIGURE_ON= --enable-swoole-curl
|
||||
CURL_USE= PHP=curl
|
||||
JSON_CONFIGURE_ON= --enable-swoole-json
|
||||
JSON_USE= PHP=json:build
|
||||
JSON_USES= php:build
|
||||
PGSQL_CONFIGURE_ON= --enable-swoole-pgsql
|
||||
PGSQL_USES= pgsql
|
||||
BROTLI_CONFIGURE_ON= --enable-brotli
|
||||
|
@ -40,7 +40,7 @@ SHEBANG_FILES= resources/timezones/*.php \
|
||||
scripts/util/*.php \
|
||||
support/aphlict/server/*.php
|
||||
|
||||
USE_PHP= ctype curl fileinfo filter hash iconv mbstring mysqli openssl \
|
||||
USE_PHP= ctype curl fileinfo filter iconv mbstring mysqli \
|
||||
pcntl posix zip
|
||||
|
||||
OPTIONS_DEFINE= GD OPCACHE
|
||||
|
@ -19,7 +19,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
|
||||
|
||||
USES= cpe php:flavors
|
||||
CPE_VENDOR= getcomposer
|
||||
USE_PHP= ctype filter intl json mbstring openssl phar
|
||||
USE_PHP= ctype filter intl mbstring phar
|
||||
|
||||
CONFLICTS_INSTALL= php*-composer php*-composer2
|
||||
|
||||
|
@ -18,7 +18,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
|
||||
|
||||
USES= cpe php:flavors
|
||||
CPE_VENDOR= getcomposer
|
||||
USE_PHP= ctype filter intl json mbstring openssl phar
|
||||
USE_PHP= ctype filter intl mbstring phar
|
||||
|
||||
CONFLICTS_INSTALL= php*-composer php*-composer2
|
||||
|
||||
|
@ -13,7 +13,7 @@ WWW= https://phpunit.de/ \
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= cpe php:flavors
|
||||
USE_PHP= dom json pcre phar spl
|
||||
USE_PHP= dom phar
|
||||
|
||||
IGNORE_WITH_PHP=80
|
||||
NO_ARCH= yes
|
||||
|
@ -15,7 +15,7 @@ CONFLICTS_INSTALL= phpunit7
|
||||
|
||||
USES= cpe php:flavors
|
||||
CPE_VENDOR= phpunit_project
|
||||
USE_PHP= dom json spl pcre phar
|
||||
USE_PHP= dom phar
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -13,7 +13,7 @@ WWW= https://phpunit.de/ \
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= cpe php:flavors
|
||||
USE_PHP= dom json pcre phar spl
|
||||
USE_PHP= dom phar
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -17,7 +17,7 @@ USES= php:web,flavors cpe
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ${PORTNAME}php
|
||||
|
||||
USE_PHP= iconv pcre xml mbstring zlib dom
|
||||
USE_PHP= iconv xml mbstring zlib dom
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= pgsql php:cli
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= operasoftware
|
||||
USE_PHP= curl intl json ldap mbstring pdo_pgsql
|
||||
USE_PHP= curl intl ldap mbstring pdo_pgsql
|
||||
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -11,7 +11,7 @@ LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/doc/license.txt
|
||||
|
||||
USES= cpe
|
||||
USE_PHP+= mysqli openssl session hash ctype zlib
|
||||
USE_PHP+= mysqli session ctype zlib
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
@ -14,7 +14,7 @@ LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/doc/license.txt
|
||||
|
||||
USES= cpe
|
||||
USE_PHP+= mysqli openssl session hash ctype zlib
|
||||
USE_PHP+= mysqli session ctype zlib
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DIST_SUBDIR}
|
||||
NO_BUILD= yes
|
||||
|
@ -12,7 +12,7 @@ USES= cpe php shebangfix zip:infozip
|
||||
NO_BUILD= yes
|
||||
PRESTADIR= www/${PORTNAME}
|
||||
PLIST= ${WRKDIR}/plist
|
||||
USE_PHP= ctype curl dom filter gd hash intl json mcrypt \
|
||||
USE_PHP= ctype curl dom filter gd intl mcrypt \
|
||||
mysqli pdo_mysql posix session simplexml soap
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= cpe php zip
|
||||
.if !defined(WITHOUT_PHP_DEPENDS)
|
||||
USE_PHP= ftp mysqli pcre session zlib
|
||||
USE_PHP= ftp mysqli session zlib
|
||||
.endif
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -13,7 +13,7 @@ USES= cpe php:web
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USE_PHP= ctype iconv imap mbstring openssl pcre session
|
||||
USE_PHP= ctype iconv imap mbstring session
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
NO_ARCH= yes
|
||||
|
@ -8,7 +8,6 @@ COMMENT= Horde IMAP abstraction interface
|
||||
WWW= https://pear.horde.org
|
||||
|
||||
USES= horde php cpe
|
||||
USE_PHP= hash
|
||||
USE_HORDE_RUN= Horde_Exception \
|
||||
Horde_Mail \
|
||||
Horde_Mime \
|
||||
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
|
||||
|
||||
USES= cpe tar:tgz php:web,flavors
|
||||
USE_PHP= curl gd gettext hash iconv imap json mbstring mysqli pcre session xml zlib
|
||||
USE_PHP= curl gd gettext iconv imap mbstring mysqli session xml zlib
|
||||
IGNORE_WITH_PHP= 82
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -20,7 +20,7 @@ CPE_VENDOR= postfix_admin_project
|
||||
CPE_PRODUCT= postfix_admin
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= d3bc1551
|
||||
USE_PHP= mbstring openssl pcre session spl
|
||||
USE_PHP= mbstring session
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -22,7 +22,7 @@ CPE_PRODUCT= postfix_admin
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ${DISTNAME}
|
||||
GH_PROJECT= ${DISTNAME}
|
||||
USE_PHP= mbstring openssl pcre session spl
|
||||
USE_PHP= mbstring session
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -12,7 +12,7 @@ WWW= https://rainloop.net/
|
||||
LICENSE= MIT
|
||||
|
||||
USES= php:web,flavors zip
|
||||
USE_PHP= curl dom iconv json openssl pcre simplexml spl xml zlib
|
||||
USE_PHP= curl dom iconv simplexml xml zlib
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -26,7 +26,7 @@ PORTDOCS= CHANGELOG.md INSTALL README.md UPGRADING
|
||||
CPE_PRODUCT= webmail
|
||||
CPE_VENDOR= roundcube
|
||||
|
||||
USE_PHP= pcre mbstring session iconv dom xml json intl zip filter openssl fileinfo exif ctype
|
||||
USE_PHP= mbstring session iconv dom xml intl zip filter fileinfo exif ctype
|
||||
IGNORE_WITH_PHP=82
|
||||
|
||||
OPTIONS_DEFINE= LDAP GD PSPELL NSC DOCS EXAMPLES
|
||||
|
@ -14,7 +14,7 @@ RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}APCu>0:devel/pecl-APCu@${PHP_FLAVOR} \
|
||||
${PECL_PKGNAMEPREFIX}uuid>0:devel/pecl-uuid@${PHP_FLAVOR}
|
||||
|
||||
USES= php:web,flavors
|
||||
USE_PHP= curl dom gd iconv intl json mbstring openssl phar sodium tidy \
|
||||
USE_PHP= curl dom gd iconv intl mbstring phar sodium tidy \
|
||||
xml zip zlib
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING
|
||||
|
||||
USES= cpe gettext perl5 php:web,flavors tar:bzip2
|
||||
USE_PERL5= run
|
||||
USE_PHP= gettext hash mbstring openssl pcre session xml
|
||||
USE_PHP= gettext mbstring session xml
|
||||
|
||||
CONFLICTS= squirreloutlook
|
||||
|
||||
|
@ -7,6 +7,5 @@ COMMENT= Pure-PHP arbitrary precision integer arithmetic library
|
||||
WWW= https://pear.php.net/package/Math_BigInteger
|
||||
|
||||
USES= pear php
|
||||
USE_PHP= pcre
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE
|
||||
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}HTTP_Request>=1.2.0:www/pear-HTTP_Request@${PHP_FLAVOR}
|
||||
|
||||
USES= pear
|
||||
USE_PHP= ctype pcre
|
||||
USE_PHP= ctype
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -40,7 +40,7 @@ GH_TUPLE= FriendsOfCake:crud:1429237:crud/web/api/app/Plugin/Crud \
|
||||
ZoneMinder:CakePHP-Enum-Behavior:ea90c0c:crud_plugin/web/api/app/Plugin/CakePHP-Enum-Behavior \
|
||||
ZoneMinder:RtspServer:eab3285:rtsp_server/dep/RtspServer
|
||||
USE_RC_SUBR= zoneminder
|
||||
USE_PHP= ctype gd hash intl json opcache openssl pdo_mysql session sockets sysvsem
|
||||
USE_PHP= ctype gd intl opcache pdo_mysql session sockets sysvsem
|
||||
|
||||
OPTIONS_DEFINE= NLS V4L
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -15,7 +15,7 @@ RUN_DEPENDS= rrdtool:databases/rrdtool
|
||||
|
||||
USES= cpe mysql php:web shebangfix
|
||||
|
||||
USE_PHP= ctype filter gd gettext gmp hash json ldap mbstring openssl pcre pdo pdo_mysql posix session simplexml sockets snmp xml zlib
|
||||
USE_PHP= ctype filter gd gettext gmp ldap mbstring pdo pdo_mysql posix session simplexml sockets snmp xml zlib
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -17,8 +17,8 @@ RUN_DEPENDS= icinga-php-library${PHP_PKGNAMESUFFIX}>=0.10.0:net-mgmt/icinga-php-
|
||||
icingaweb2-module-incubator${PHP_PKGNAMESUFFIX}>=0.18.0:net-mgmt/icingaweb2-module-incubator@${PHP_FLAVOR}
|
||||
|
||||
USES= php:build,web,flavors shebangfix
|
||||
USE_PHP= bcmath bitset ctype curl dom gd gettext hash iconv json ldap \
|
||||
mbstring mcrypt memcache memcached opcache openssl pcre pdo \
|
||||
USE_PHP= bcmath bitset ctype curl dom gd gettext iconv ldap \
|
||||
mbstring mcrypt memcache memcached opcache pdo \
|
||||
pdo_sqlite posix session simplexml soap sockets sqlite3 xml \
|
||||
zlib
|
||||
|
||||
|
@ -13,7 +13,7 @@ WWW= https://sourceforge.net/projects/klg/
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= tar:txz php:web,flavors mysql:client
|
||||
USE_PHP= mysqli pcre sockets xml
|
||||
USE_PHP= mysqli sockets xml
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -27,8 +27,8 @@ RUN_DEPENDS+= ${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4@${PHP_FLAVO
|
||||
|
||||
USES= cpe php python shebangfix
|
||||
USE_GITHUB= yes
|
||||
USE_PHP= ctype curl dom fileinfo filter gd hash json ldap mbstring \
|
||||
mysqli openssl pdo pdo_mysql phar posix session simplexml snmp \
|
||||
USE_PHP= ctype curl dom fileinfo filter gd ldap mbstring \
|
||||
mysqli pdo pdo_mysql phar posix session simplexml snmp \
|
||||
sockets tokenizer xml xmlwriter zip
|
||||
USE_RC_SUBR= librenms
|
||||
|
||||
|
@ -11,7 +11,7 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cpe gettext php:web
|
||||
USE_PHP= gd gettext mbstring session json pdo pdo_sqlite
|
||||
USE_PHP= gd gettext mbstring session pdo pdo_sqlite
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
@ -20,7 +20,7 @@ RUN_DEPENDS= rrdtool>=0:databases/rrdtool \
|
||||
USES= cpe iconv shebangfix perl5 php
|
||||
CPE_VENDOR= nfsen
|
||||
CPE_PRODUCT= nfsen
|
||||
USE_PHP= session pcre sockets
|
||||
USE_PHP= session sockets
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
NFSENOWN?= www
|
||||
|
@ -27,7 +27,7 @@ SHEBANG_FILES= \
|
||||
poller.php \
|
||||
scripts/
|
||||
|
||||
USE_PHP= ctype filter gd iconv json mcrypt mysqli openssl posix session snmp tokenizer xml zlib
|
||||
USE_PHP= ctype filter gd iconv mcrypt mysqli posix session snmp tokenizer xml zlib
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -12,7 +12,7 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= php:web
|
||||
USE_PHP= curl gd mbstring mysqli openssl pcre session simplexml soap xml zip zlib
|
||||
USE_PHP= curl gd mbstring mysqli session simplexml soap xml zip zlib
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
GH_ACCOUNT= OCSInventory-NG
|
||||
|
@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS PGSQL
|
||||
DOCS_DESC= Install AUTHORS and ChangeLog
|
||||
PGSQL_DESC= Use PostgreSQL backend (experimental)
|
||||
|
||||
USE_PHP= curl filter gd gettext hash json ldap mbstring mysqli \
|
||||
USE_PHP= curl filter gd gettext ldap mbstring mysqli \
|
||||
snmp session xml zip zlib
|
||||
|
||||
SUB_FILES+= pandora_console.conf pkg-message newsyslog.conf
|
||||
|
@ -16,8 +16,8 @@ IGNORE_WITH_PHP= 82
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= be8a2c4
|
||||
|
||||
USE_PHP= ctype curl dom filter gd gettext gmp iconv json mbstring mcrypt \
|
||||
openssl pcntl pdo pdo_mysql posix session simplexml sockets
|
||||
USE_PHP= ctype curl dom filter gd gettext gmp iconv mbstring mcrypt \
|
||||
pcntl pdo pdo_mysql posix session simplexml sockets
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -26,7 +26,7 @@ PDF_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-disable-pdf
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
USE_PHP= gd iconv json pcre session simplexml sockets xml zlib
|
||||
USE_PHP= gd iconv session simplexml sockets xml zlib
|
||||
|
||||
USE_RC_SUBR= npcd
|
||||
|
||||
|
@ -8,7 +8,6 @@ COMMENT= Horde library for manipulating the Kolab user database
|
||||
WWW= https://pear.horde.org
|
||||
|
||||
USES= horde php cpe
|
||||
USE_PHP= hash
|
||||
USE_HORDE_RUN= Horde_Auth \
|
||||
Horde_Exception
|
||||
|
||||
|
@ -8,7 +8,6 @@ COMMENT= PEAR class that parses HTTP mobile user agent string
|
||||
WWW= https://pear.php.net/package/Net_UserAgent_Mobile
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PHP= pcre
|
||||
USES= pear php
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,7 +10,7 @@ BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
|
||||
RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
|
||||
|
||||
USES= cpe pear php
|
||||
USE_PHP= json simplexml mbstring
|
||||
USE_PHP= simplexml mbstring
|
||||
|
||||
CPE_VENDOR= services_twitter_group
|
||||
|
||||
|
@ -15,7 +15,7 @@ CPE_VENDOR= phpldapadmin_project
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= leenooks
|
||||
GH_PROJECT= phpLDAPadmin
|
||||
USE_PHP= gettext hash iconv ldap openssl pcre session xml
|
||||
USE_PHP= gettext iconv ldap session xml
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -38,7 +38,7 @@ WEB_DESC= Include PHP-based web client interface pre-requisites
|
||||
MYSQL_USES= mysql:server
|
||||
|
||||
WEB_USES= php
|
||||
WEB_USE= PHP=mysqli,spl
|
||||
WEB_USE= PHP=mysqli
|
||||
WEB_SUB_FILES= pkg-message
|
||||
|
||||
post-patch:
|
||||
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/smarty3-${PHP_FLAVOR}/Smarty.class.php:www/smarty3@${PHP_FLAVOR}
|
||||
|
||||
USES= php:flavors,web
|
||||
USE_PHP= filter hash ldap mbstring openssl phar session
|
||||
USE_PHP= filter ldap mbstring phar session
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -102,7 +102,7 @@ USES+= apache:run
|
||||
|
||||
.if ${PORT_OPTIONS:MWEBHOST}
|
||||
USES+= php
|
||||
USE_PHP= bcmath ctype dom gettext hash iconv imap json mbstring \
|
||||
USE_PHP= bcmath ctype dom gettext iconv imap mbstring \
|
||||
mcrypt pdo pdo_sqlite posix session simplexml sockets \
|
||||
sqlite3 tokenizer xml xmlreader xmlwriter xmlrpc
|
||||
|
||||
|
@ -7,6 +7,6 @@ COMMENT= PEAR class for generating CHAP packets
|
||||
WWW= https://pear.php.net/package/Crypt_CHAP
|
||||
|
||||
USES= pear php
|
||||
USE_PHP= mcrypt hash
|
||||
USE_PHP= mcrypt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,6 +10,5 @@ BUILD_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP@${PHP_FLAVOR}
|
||||
RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP@${PHP_FLAVOR}
|
||||
|
||||
USES= pear php
|
||||
USE_PHP= hash
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -8,6 +8,5 @@ WWW= https://pear.horde.org
|
||||
|
||||
USES= horde php cpe
|
||||
USE_HORDE_RUN= Horde_Exception Horde_Util
|
||||
USE_PHP= hash
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,7 +16,6 @@ USE_HORDE_RUN= Horde_Exception \
|
||||
Horde_Stream_Filter \
|
||||
Horde_Translation \
|
||||
Horde_Util
|
||||
USE_PHP= hash openssl
|
||||
|
||||
BCMATH_USE= PHP=bcmath
|
||||
|
||||
|
@ -11,15 +11,6 @@ USES= horde cpe
|
||||
USE_HORDE_RUN= Horde_Exception \
|
||||
Horde_Support
|
||||
|
||||
OPTIONS_DEFINE= MHASH OPENSSL
|
||||
MHASH_DESC= Depend on mhash PHP extension
|
||||
OPENSSL_DESC= Depend on OpenSSL PHP extension
|
||||
|
||||
MHASH_USES= php
|
||||
MHASH_USE= PHP=hash
|
||||
OPENSSL_USES= php
|
||||
OPENSSL_USE= PHP=openssl
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,6 +10,5 @@ USES= horde php cpe
|
||||
USE_HORDE_RUN= Horde_Exception \
|
||||
Horde_Http \
|
||||
Horde_Util
|
||||
USE_PHP= hash openssl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,6 +11,4 @@ USE_HORDE_RUN= Horde_Crypt_Blowfish \
|
||||
Horde_Exception \
|
||||
Horde_Support
|
||||
|
||||
USE_PHP= hash
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,8 +9,7 @@ WWW= https://pecl.php.net/package/scrypt
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= php:pecl
|
||||
USE_PHP= hash:build
|
||||
USES= php:build,pecl
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
|
@ -13,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE
|
||||
|
||||
LIB_DEPENDS= libpcre2-8.so:devel/pcre2
|
||||
|
||||
USES= localbase:ldflags php:ext
|
||||
USES= localbase:ldflags php:build,ext
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jvoisin
|
||||
USE_PHP= hash:build session:build
|
||||
USE_PHP= session:build
|
||||
IGNORE_WITH_PHP= 82
|
||||
|
||||
CONFIGURE_ARGS= --enable-snuffleupagus
|
||||
|
@ -7,7 +7,7 @@ MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Interactive PHP Shell
|
||||
WWW= https://pear.php.net/package/PHP_Shell
|
||||
|
||||
USE_PHP= pcre tokenizer readline
|
||||
USE_PHP= tokenizer readline
|
||||
|
||||
USES= pear php
|
||||
|
||||
|
@ -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} \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -21,7 +21,7 @@ BCL_LOGDIR?= ${BCL_VARDIR}/log/${PORTNAME}
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_PHP+= ctype dom json session xml
|
||||
USE_PHP+= ctype dom session xml
|
||||
|
||||
OPTIONS_DEFINE?=EXAMPLES
|
||||
|
||||
|
@ -12,7 +12,7 @@ LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= php zip
|
||||
USE_PHP= ctype dom filter hash imap json mbstring openssl pdo_sqlite \
|
||||
USE_PHP= ctype dom filter imap mbstring pdo_sqlite \
|
||||
session xml xmlreader xmlwriter
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user