mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
- 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)
35 lines
1.4 KiB
Makefile
35 lines
1.4 KiB
Makefile
PORTNAME= PHP_CompatInfo
|
|
PORTVERSION= 1.9.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR class to find out the minimum version and extensions required
|
|
WWW= https://pear.php.net/package/PHP_CompatInfo
|
|
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_Getargs>=1.3.3:devel/pear-Console_Getargs@${PHP_FLAVOR} \
|
|
${PEAR_PKGNAMEPREFIX}Console_Table>=1.1.1:devel/pear-Console_Table@${PHP_FLAVOR} \
|
|
${PEAR_PKGNAMEPREFIX}Event_Dispatcher>=1.0.0:devel/pear-Event_Dispatcher@${PHP_FLAVOR} \
|
|
${PEAR_PKGNAMEPREFIX}File_Find>=1.3.0:sysutils/pear-File_Find@${PHP_FLAVOR}
|
|
|
|
USES= dos2unix pear
|
|
USE_PHP= tokenizer
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= skipv:1.9.0a1,1.9.0b1,1.9.0b2
|
|
|
|
OPTIONS_DEFINE= PEAR_HTML_TABLE PEAR_VAR_DUMP PEAR_XML_BEAUTIFIER PEAR_XML_UTIL PHPUNIT
|
|
OPTIONS_DEFAULT=PEAR_XML_UTIL PHPUNIT
|
|
PEAR_HTML_TABLE_DESC= PEAR::HTML_Table
|
|
PEAR_VAR_DUMP_DESC= PEAR::Var_Dump support
|
|
PEAR_XML_BEAUTIFIER_DESC= PEAR::XML_Beautifier support
|
|
PEAR_XML_UTIL_DESC= PEAR::XML_Util support
|
|
PHPUNIT_DESC= PHPUnit support
|
|
|
|
PEAR_VAR_DUMP_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Var_Dump>=1.0.3:devel/pear-Var_Dump@${PHP_FLAVOR}
|
|
PEAR_XML_BEAUTIFIER_RUN_DEPENDS=${PEAR_PKGNAMEPREFIX}XML_Beautifier>=1.1:textproc/pear-XML_Beautifier@${PHP_FLAVOR}
|
|
PEAR_XML_UTIL_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Util>=1.1.4:devel/pear-XML_Util@${PHP_FLAVOR}
|
|
PHPUNIT_RUN_DEPENDS= phpunit9${PHP_PKGNAMESUFFIX}>=3.2.0:devel/phpunit9@${PHP_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|