diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-07-24 08:44:32 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-07-24 08:44:32 +0000 |
commit | b817a5b90ecda36f868b684f228214fafcab35ab (patch) | |
tree | 751612430d8a08dd5989d9992db1e4cabdd5ea9c | |
parent | c97e9ce392ce8ff98e10df04c30fbd7a326bcd0f (diff) | |
download | ports-b817a5b90ecda36f868b684f228214fafcab35ab.tar.gz ports-b817a5b90ecda36f868b684f228214fafcab35ab.zip |
Notes
124 files changed, 248 insertions, 0 deletions
diff --git a/archivers/php71-bz2/Makefile b/archivers/php71-bz2/Makefile index b3b961e8457d..b2172c21b897 100644 --- a/archivers/php71-bz2/Makefile +++ b/archivers/php71-bz2/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -bz2 +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php71-phar/Makefile b/archivers/php71-phar/Makefile index 5e76f4c710bc..7ddc5051bef3 100644 --- a/archivers/php71-phar/Makefile +++ b/archivers/php71-phar/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -phar +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php71-zip/Makefile b/archivers/php71-zip/Makefile index 2de9fd13bf4e..4728bf25a24f 100644 --- a/archivers/php71-zip/Makefile +++ b/archivers/php71-zip/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -zip +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php71-zlib/Makefile b/archivers/php71-zlib/Makefile index 24e808153df0..045af271f1f5 100644 --- a/archivers/php71-zlib/Makefile +++ b/archivers/php71-zlib/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -zlib +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php72-bz2/Makefile b/archivers/php72-bz2/Makefile index 2193091f43da..e1f3440bf741 100644 --- a/archivers/php72-bz2/Makefile +++ b/archivers/php72-bz2/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -bz2 +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php72-phar/Makefile b/archivers/php72-phar/Makefile index 8adfdb8f76aa..a150a9e24779 100644 --- a/archivers/php72-phar/Makefile +++ b/archivers/php72-phar/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -phar +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php72-zip/Makefile b/archivers/php72-zip/Makefile index 3b4f0a2b308f..4710e06e1454 100644 --- a/archivers/php72-zip/Makefile +++ b/archivers/php72-zip/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -zip +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php72-zlib/Makefile b/archivers/php72-zlib/Makefile index 65f534fc0c81..eab91ee6346e 100644 --- a/archivers/php72-zlib/Makefile +++ b/archivers/php72-zlib/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -zlib +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/converters/php71-iconv/Makefile b/converters/php71-iconv/Makefile index 0f5ed83c3272..bc64697b0458 100644 --- a/converters/php71-iconv/Makefile +++ b/converters/php71-iconv/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -iconv +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/converters/php71-mbstring/Makefile b/converters/php71-mbstring/Makefile index 4674db771e06..3bb35c966931 100644 --- a/converters/php71-mbstring/Makefile +++ b/converters/php71-mbstring/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -mbstring +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/converters/php71-recode/Makefile b/converters/php71-recode/Makefile index bc38fc9ca78f..eba1fe298b84 100644 --- a/converters/php71-recode/Makefile +++ b/converters/php71-recode/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -recode +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/converters/php72-iconv/Makefile b/converters/php72-iconv/Makefile index 68b4efbc19bd..4df5c1fa7ca9 100644 --- a/converters/php72-iconv/Makefile +++ b/converters/php72-iconv/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -iconv +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/converters/php72-mbstring/Makefile b/converters/php72-mbstring/Makefile index bd7d7fd9776e..aae82640d250 100644 --- a/converters/php72-mbstring/Makefile +++ b/converters/php72-mbstring/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -mbstring +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/converters/php72-recode/Makefile b/converters/php72-recode/Makefile index c5845b7f7ae2..592b37f46e14 100644 --- a/converters/php72-recode/Makefile +++ b/converters/php72-recode/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -recode +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-dba/Makefile b/databases/php71-dba/Makefile index 9a703014ab69..e0d822ad7be4 100644 --- a/databases/php71-dba/Makefile +++ b/databases/php71-dba/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -dba +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-interbase/Makefile b/databases/php71-interbase/Makefile index 56a144afbfb1..a7b6e6fbc66a 100644 --- a/databases/php71-interbase/Makefile +++ b/databases/php71-interbase/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -interbase +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-mysqli/Makefile b/databases/php71-mysqli/Makefile index 19a7aac96938..1b3021e5dcaf 100644 --- a/databases/php71-mysqli/Makefile +++ b/databases/php71-mysqli/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -mysqli +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-odbc/Makefile b/databases/php71-odbc/Makefile index 4940e6e5e9bf..714f00c9be1e 100644 --- a/databases/php71-odbc/Makefile +++ b/databases/php71-odbc/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -odbc +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-pdo/Makefile b/databases/php71-pdo/Makefile index 22957a277880..2934de548b82 100644 --- a/databases/php71-pdo/Makefile +++ b/databases/php71-pdo/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -pdo +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-pdo_dblib/Makefile b/databases/php71-pdo_dblib/Makefile index 61757abb76b5..dcdc7bf5bc55 100644 --- a/databases/php71-pdo_dblib/Makefile +++ b/databases/php71-pdo_dblib/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -pdo_dblib +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-pdo_firebird/Makefile b/databases/php71-pdo_firebird/Makefile index 2de5fd1bb7d6..fef55a44ab41 100644 --- a/databases/php71-pdo_firebird/Makefile +++ b/databases/php71-pdo_firebird/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -pdo_firebird +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-pdo_mysql/Makefile b/databases/php71-pdo_mysql/Makefile index 6ee0a82b0c1b..cd17b9d2ad8a 100644 --- a/databases/php71-pdo_mysql/Makefile +++ b/databases/php71-pdo_mysql/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -pdo_mysql +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-pdo_odbc/Makefile b/databases/php71-pdo_odbc/Makefile index e79a1eb86f79..ca035c0f36e5 100644 --- a/databases/php71-pdo_odbc/Makefile +++ b/databases/php71-pdo_odbc/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -pdo_odbc +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-pdo_pgsql/Makefile b/databases/php71-pdo_pgsql/Makefile index 792a7b1dbe3a..e2253cf27bfa 100644 --- a/databases/php71-pdo_pgsql/Makefile +++ b/databases/php71-pdo_pgsql/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -pdo_pgsql +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-pdo_sqlite/Makefile b/databases/php71-pdo_sqlite/Makefile index a743518e1eda..602712bd1460 100644 --- a/databases/php71-pdo_sqlite/Makefile +++ b/databases/php71-pdo_sqlite/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -pdo_sqlite +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-pgsql/Makefile b/databases/php71-pgsql/Makefile index fb1b09c4ef31..9bdb2b928cc9 100644 --- a/databases/php71-pgsql/Makefile +++ b/databases/php71-pgsql/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -pgsql +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php71-sqlite3/Makefile b/databases/php71-sqlite3/Makefile index cc14c1336f14..25ce98e0f744 100644 --- a/databases/php71-sqlite3/Makefile +++ b/databases/php71-sqlite3/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -sqlite3 +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-dba/Makefile b/databases/php72-dba/Makefile index b352d80e52d6..633fd0869c12 100644 --- a/databases/php72-dba/Makefile +++ b/databases/php72-dba/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -dba +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-interbase/Makefile b/databases/php72-interbase/Makefile index 7ed88ca3ade3..307d8cef3881 100644 --- a/databases/php72-interbase/Makefile +++ b/databases/php72-interbase/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -interbase +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-mysqli/Makefile b/databases/php72-mysqli/Makefile index 6dc65aca9008..de63145796cd 100644 --- a/databases/php72-mysqli/Makefile +++ b/databases/php72-mysqli/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -mysqli +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-odbc/Makefile b/databases/php72-odbc/Makefile index f7b533287e45..159b44c5f3c2 100644 --- a/databases/php72-odbc/Makefile +++ b/databases/php72-odbc/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -odbc +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-pdo/Makefile b/databases/php72-pdo/Makefile index 772441dca07f..769517a7c075 100644 --- a/databases/php72-pdo/Makefile +++ b/databases/php72-pdo/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pdo +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-pdo_dblib/Makefile b/databases/php72-pdo_dblib/Makefile index 3f12ac594893..39a6c3990e82 100644 --- a/databases/php72-pdo_dblib/Makefile +++ b/databases/php72-pdo_dblib/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pdo_dblib +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-pdo_firebird/Makefile b/databases/php72-pdo_firebird/Makefile index d742ba1d892f..65181ef20dd6 100644 --- a/databases/php72-pdo_firebird/Makefile +++ b/databases/php72-pdo_firebird/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pdo_firebird +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-pdo_mysql/Makefile b/databases/php72-pdo_mysql/Makefile index f9a73ae8dd0a..9d1df0174bcb 100644 --- a/databases/php72-pdo_mysql/Makefile +++ b/databases/php72-pdo_mysql/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pdo_mysql +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-pdo_odbc/Makefile b/databases/php72-pdo_odbc/Makefile index db4ed6fb2a75..e326aa96d1c5 100644 --- a/databases/php72-pdo_odbc/Makefile +++ b/databases/php72-pdo_odbc/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pdo_odbc +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-pdo_pgsql/Makefile b/databases/php72-pdo_pgsql/Makefile index 00de102e7d34..3752ad682333 100644 --- a/databases/php72-pdo_pgsql/Makefile +++ b/databases/php72-pdo_pgsql/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pdo_pgsql +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-pdo_sqlite/Makefile b/databases/php72-pdo_sqlite/Makefile index 1e14f9add0bb..1b1fc4a08d35 100644 --- a/databases/php72-pdo_sqlite/Makefile +++ b/databases/php72-pdo_sqlite/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pdo_sqlite +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-pgsql/Makefile b/databases/php72-pgsql/Makefile index 2184de0cfbd3..5e9e2ffc2407 100644 --- a/databases/php72-pgsql/Makefile +++ b/databases/php72-pgsql/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pgsql +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/databases/php72-sqlite3/Makefile b/databases/php72-sqlite3/Makefile index ac33a9dcacc3..199b7edd087c 100644 --- a/databases/php72-sqlite3/Makefile +++ b/databases/php72-sqlite3/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -sqlite3 +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php71-gettext/Makefile b/devel/php71-gettext/Makefile index 465b8f042982..03d21122f547 100644 --- a/devel/php71-gettext/Makefile +++ b/devel/php71-gettext/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -gettext +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php71-intl/Makefile b/devel/php71-intl/Makefile index 4a753441db3d..65630203cbb1 100644 --- a/devel/php71-intl/Makefile +++ b/devel/php71-intl/Makefile @@ -11,4 +11,6 @@ USE_CXXSTD= gnu++11 CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php71-json/Makefile b/devel/php71-json/Makefile index 5bf524943afd..a10deaa389c0 100644 --- a/devel/php71-json/Makefile +++ b/devel/php71-json/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -json +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php71-pcntl/Makefile b/devel/php71-pcntl/Makefile index c19b222f6c48..73ee358fde77 100644 --- a/devel/php71-pcntl/Makefile +++ b/devel/php71-pcntl/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -pcntl +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php71-readline/Makefile b/devel/php71-readline/Makefile index e42513610a12..489fbbd9c85d 100644 --- a/devel/php71-readline/Makefile +++ b/devel/php71-readline/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -readline +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php71-shmop/Makefile b/devel/php71-shmop/Makefile index 8b3fba13ea76..75bdb33f9f35 100644 --- a/devel/php71-shmop/Makefile +++ b/devel/php71-shmop/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -shmop +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php71-sysvmsg/Makefile b/devel/php71-sysvmsg/Makefile index a48ebc656940..f35ca65bc059 100644 --- a/devel/php71-sysvmsg/Makefile +++ b/devel/php71-sysvmsg/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -sysvmsg +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php71-sysvsem/Makefile b/devel/php71-sysvsem/Makefile index 27d9aeeb8aeb..c7837e64b3cd 100644 --- a/devel/php71-sysvsem/Makefile +++ b/devel/php71-sysvsem/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -sysvsem +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php71-sysvshm/Makefile b/devel/php71-sysvshm/Makefile index cea19b4e25d5..3a50797bfbfa 100644 --- a/devel/php71-sysvshm/Makefile +++ b/devel/php71-sysvshm/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -sysvshm +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php71-tokenizer/Makefile b/devel/php71-tokenizer/Makefile index 041e58293445..fb900296747b 100644 --- a/devel/php71-tokenizer/Makefile +++ b/devel/php71-tokenizer/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -tokenizer +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php72-gettext/Makefile b/devel/php72-gettext/Makefile index f5c53650999b..f94f96dcad07 100644 --- a/devel/php72-gettext/Makefile +++ b/devel/php72-gettext/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -gettext +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php72-intl/Makefile b/devel/php72-intl/Makefile index a50ac6b4d9c0..4862fded8d55 100644 --- a/devel/php72-intl/Makefile +++ b/devel/php72-intl/Makefile @@ -11,4 +11,6 @@ USE_CXXSTD= gnu++11 CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php72-json/Makefile b/devel/php72-json/Makefile index 06c22ec213e4..a1c9bda59e7d 100644 --- a/devel/php72-json/Makefile +++ b/devel/php72-json/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -json +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php72-pcntl/Makefile b/devel/php72-pcntl/Makefile index 5a5ccd0491f1..f5cd065fe82c 100644 --- a/devel/php72-pcntl/Makefile +++ b/devel/php72-pcntl/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pcntl +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php72-readline/Makefile b/devel/php72-readline/Makefile index fa92d5ef94a0..4e4a214e87f3 100644 --- a/devel/php72-readline/Makefile +++ b/devel/php72-readline/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -readline +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php72-shmop/Makefile b/devel/php72-shmop/Makefile index e63f9c7aad20..8add0d651f16 100644 --- a/devel/php72-shmop/Makefile +++ b/devel/php72-shmop/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -shmop +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php72-sysvmsg/Makefile b/devel/php72-sysvmsg/Makefile index 087ea907a4dc..c90ddc08a95a 100644 --- a/devel/php72-sysvmsg/Makefile +++ b/devel/php72-sysvmsg/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -sysvmsg +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php72-sysvsem/Makefile b/devel/php72-sysvsem/Makefile index 18bb3eb8f5cb..9f78a83f98fb 100644 --- a/devel/php72-sysvsem/Makefile +++ b/devel/php72-sysvsem/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -sysvsem +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php72-sysvshm/Makefile b/devel/php72-sysvshm/Makefile index b894a809062a..6a5c60ff6ddf 100644 --- a/devel/php72-sysvshm/Makefile +++ b/devel/php72-sysvshm/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -sysvshm +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/devel/php72-tokenizer/Makefile b/devel/php72-tokenizer/Makefile index c4f14e87e3e4..f5dd3c11f759 100644 --- a/devel/php72-tokenizer/Makefile +++ b/devel/php72-tokenizer/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -tokenizer +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/ftp/php71-curl/Makefile b/ftp/php71-curl/Makefile index 61f26cd2bfbc..48433d380894 100644 --- a/ftp/php71-curl/Makefile +++ b/ftp/php71-curl/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -curl +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/ftp/php71-ftp/Makefile b/ftp/php71-ftp/Makefile index 15111ceec0e1..a386ccca011f 100644 --- a/ftp/php71-ftp/Makefile +++ b/ftp/php71-ftp/Makefile @@ -6,6 +6,8 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -ftp +TEST_TARGET= test + post-patch: @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* diff --git a/ftp/php72-curl/Makefile b/ftp/php72-curl/Makefile index 8a12b6d81e60..d23338f7cbe8 100644 --- a/ftp/php72-curl/Makefile +++ b/ftp/php72-curl/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -curl +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/ftp/php72-ftp/Makefile b/ftp/php72-ftp/Makefile index c6e87f56b104..8679bac9be12 100644 --- a/ftp/php72-ftp/Makefile +++ b/ftp/php72-ftp/Makefile @@ -6,6 +6,8 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -ftp +TEST_TARGET= test + post-patch: @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* diff --git a/graphics/php71-exif/Makefile b/graphics/php71-exif/Makefile index cdec2198f850..c155c0b1ff45 100644 --- a/graphics/php71-exif/Makefile +++ b/graphics/php71-exif/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -exif +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/graphics/php71-gd/Makefile b/graphics/php71-gd/Makefile index e2108f99c317..08ca65c31f63 100644 --- a/graphics/php71-gd/Makefile +++ b/graphics/php71-gd/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -gd +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/graphics/php72-exif/Makefile b/graphics/php72-exif/Makefile index 1670b029f91a..083e6f34f423 100644 --- a/graphics/php72-exif/Makefile +++ b/graphics/php72-exif/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -exif +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/graphics/php72-gd/Makefile b/graphics/php72-gd/Makefile index 4abdf73bdb58..1f3f26dd37c7 100644 --- a/graphics/php72-gd/Makefile +++ b/graphics/php72-gd/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -gd +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/mail/php71-imap/Makefile b/mail/php71-imap/Makefile index 5eca0839451e..7c56e35e9865 100644 --- a/mail/php71-imap/Makefile +++ b/mail/php71-imap/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -imap +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/mail/php72-imap/Makefile b/mail/php72-imap/Makefile index 4fde951dc1a6..0d9e7835f449 100644 --- a/mail/php72-imap/Makefile +++ b/mail/php72-imap/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -imap +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/math/php71-bcmath/Makefile b/math/php71-bcmath/Makefile index 8d0bdfa31457..f2fd416bb333 100644 --- a/math/php71-bcmath/Makefile +++ b/math/php71-bcmath/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -bcmath +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/math/php71-gmp/Makefile b/math/php71-gmp/Makefile index 75463e34b782..781f536d1824 100644 --- a/math/php71-gmp/Makefile +++ b/math/php71-gmp/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -gmp +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/math/php72-bcmath/Makefile b/math/php72-bcmath/Makefile index 6d4e999abef4..70f98ca40c47 100644 --- a/math/php72-bcmath/Makefile +++ b/math/php72-bcmath/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -bcmath +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/math/php72-gmp/Makefile b/math/php72-gmp/Makefile index 348407a42c7f..cc16c269be0d 100644 --- a/math/php72-gmp/Makefile +++ b/math/php72-gmp/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -gmp +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/misc/php71-calendar/Makefile b/misc/php71-calendar/Makefile index 646a8217d605..f6da89c85800 100644 --- a/misc/php71-calendar/Makefile +++ b/misc/php71-calendar/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -calendar +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/misc/php72-calendar/Makefile b/misc/php72-calendar/Makefile index c2e6852d1f41..81a371eec0a2 100644 --- a/misc/php72-calendar/Makefile +++ b/misc/php72-calendar/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -calendar +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/php71-snmp/Makefile b/net-mgmt/php71-snmp/Makefile index d90d03d66c88..d21707e175fb 100644 --- a/net-mgmt/php71-snmp/Makefile +++ b/net-mgmt/php71-snmp/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -snmp +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/php72-snmp/Makefile b/net-mgmt/php72-snmp/Makefile index 65f90b09b7f3..4791de2894bf 100644 --- a/net-mgmt/php72-snmp/Makefile +++ b/net-mgmt/php72-snmp/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -snmp +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/net/php71-ldap/Makefile b/net/php71-ldap/Makefile index 1edcb04d0de5..4f318bb213ab 100644 --- a/net/php71-ldap/Makefile +++ b/net/php71-ldap/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -ldap +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/net/php71-soap/Makefile b/net/php71-soap/Makefile index 8f0142f7d728..55c2013f0164 100644 --- a/net/php71-soap/Makefile +++ b/net/php71-soap/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -soap +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/net/php71-sockets/Makefile b/net/php71-sockets/Makefile index 9284f2d9c7ae..1a26abfa436b 100644 --- a/net/php71-sockets/Makefile +++ b/net/php71-sockets/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -sockets +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/net/php71-xmlrpc/Makefile b/net/php71-xmlrpc/Makefile index 961bb83a703c..f1c28d03e6c0 100644 --- a/net/php71-xmlrpc/Makefile +++ b/net/php71-xmlrpc/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -xmlrpc +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/net/php72-ldap/Makefile b/net/php72-ldap/Makefile index 930af552e593..756ea8eaf8b4 100644 --- a/net/php72-ldap/Makefile +++ b/net/php72-ldap/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -ldap +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/net/php72-soap/Makefile b/net/php72-soap/Makefile index 2fb49fe37328..36fd246a11c9 100644 --- a/net/php72-soap/Makefile +++ b/net/php72-soap/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -soap +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/net/php72-sockets/Makefile b/net/php72-sockets/Makefile index 7ae4fafe9e71..80afc8848316 100644 --- a/net/php72-sockets/Makefile +++ b/net/php72-sockets/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -sockets +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/net/php72-xmlrpc/Makefile b/net/php72-xmlrpc/Makefile index 21440fea888b..6fbfcbe9e4b1 100644 --- a/net/php72-xmlrpc/Makefile +++ b/net/php72-xmlrpc/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -xmlrpc +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/security/php71-filter/Makefile b/security/php71-filter/Makefile index 8be3655c9d5e..372eeac3e2a1 100644 --- a/security/php71-filter/Makefile +++ b/security/php71-filter/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -filter +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/security/php71-hash/Makefile b/security/php71-hash/Makefile index ee41b199dc0b..e007b2cf9f51 100644 --- a/security/php71-hash/Makefile +++ b/security/php71-hash/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -hash +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/security/php71-mcrypt/Makefile b/security/php71-mcrypt/Makefile index 7d326baba8de..7753cdc08f4c 100644 --- a/security/php71-mcrypt/Makefile +++ b/security/php71-mcrypt/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -mcrypt +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/security/php71-openssl/Makefile b/security/php71-openssl/Makefile index d488d29c194b..9f3275642b9d 100644 --- a/security/php71-openssl/Makefile +++ b/security/php71-openssl/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -openssl +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/security/php72-filter/Makefile b/security/php72-filter/Makefile index 12d6c66e2c88..abf178b2a4c6 100644 --- a/security/php72-filter/Makefile +++ b/security/php72-filter/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -filter +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/security/php72-hash/Makefile b/security/php72-hash/Makefile index c4a1b2792fd0..bffd3c975f1c 100644 --- a/security/php72-hash/Makefile +++ b/security/php72-hash/Makefile @@ -6,6 +6,8 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -hash +TEST_TARGET= test + BROKEN_mips64= fails to compile: KeccakHash.h: No such file or directory .include "${MASTERDIR}/Makefile" diff --git a/security/php72-openssl/Makefile b/security/php72-openssl/Makefile index b22bdfefe348..fa6f4cc6e02c 100644 --- a/security/php72-openssl/Makefile +++ b/security/php72-openssl/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -openssl +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/security/php72-sodium/Makefile b/security/php72-sodium/Makefile index 2399cf8d3572..eed9de3c025f 100644 --- a/security/php72-sodium/Makefile +++ b/security/php72-sodium/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -sodium +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/sysutils/php71-fileinfo/Makefile b/sysutils/php71-fileinfo/Makefile index 557d54063c63..78fb5f5dc4a0 100644 --- a/sysutils/php71-fileinfo/Makefile +++ b/sysutils/php71-fileinfo/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -fileinfo +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/sysutils/php71-posix/Makefile b/sysutils/php71-posix/Makefile index d2734136a02b..d9a039822936 100644 --- a/sysutils/php71-posix/Makefile +++ b/sysutils/php71-posix/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -posix +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/sysutils/php72-fileinfo/Makefile b/sysutils/php72-fileinfo/Makefile index d423ff3e9c6b..3ca5305cd6e3 100644 --- a/sysutils/php72-fileinfo/Makefile +++ b/sysutils/php72-fileinfo/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -fileinfo +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/sysutils/php72-posix/Makefile b/sysutils/php72-posix/Makefile index 02d5050d8073..5c0f9ad4ec67 100644 --- a/sysutils/php72-posix/Makefile +++ b/sysutils/php72-posix/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -posix +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-ctype/Makefile b/textproc/php71-ctype/Makefile index e49199b94ce7..e5495e2dfcbc 100644 --- a/textproc/php71-ctype/Makefile +++ b/textproc/php71-ctype/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -ctype +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-dom/Makefile b/textproc/php71-dom/Makefile index dd695bee8d85..12b78c9dfda0 100644 --- a/textproc/php71-dom/Makefile +++ b/textproc/php71-dom/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -dom +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-enchant/Makefile b/textproc/php71-enchant/Makefile index 877eacc520c1..0adf665ba5ae 100644 --- a/textproc/php71-enchant/Makefile +++ b/textproc/php71-enchant/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -enchant +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-pspell/Makefile b/textproc/php71-pspell/Makefile index 88bbb59885b3..ed11ff89817b 100644 --- a/textproc/php71-pspell/Makefile +++ b/textproc/php71-pspell/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -pspell +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-simplexml/Makefile b/textproc/php71-simplexml/Makefile index de86001c09fc..804990e003c0 100644 --- a/textproc/php71-simplexml/Makefile +++ b/textproc/php71-simplexml/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -simplexml +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-wddx/Makefile b/textproc/php71-wddx/Makefile index 7243bf74e5ab..88878fd98c79 100644 --- a/textproc/php71-wddx/Makefile +++ b/textproc/php71-wddx/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -wddx +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-xml/Makefile b/textproc/php71-xml/Makefile index 703803a865bc..153a2760626a 100644 --- a/textproc/php71-xml/Makefile +++ b/textproc/php71-xml/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -xml +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-xmlreader/Makefile b/textproc/php71-xmlreader/Makefile index 087340030e85..8728ef004470 100644 --- a/textproc/php71-xmlreader/Makefile +++ b/textproc/php71-xmlreader/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -xmlreader +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-xmlwriter/Makefile b/textproc/php71-xmlwriter/Makefile index 4284c734aa90..f8ff86d144f0 100644 --- a/textproc/php71-xmlwriter/Makefile +++ b/textproc/php71-xmlwriter/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -xmlwriter +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php71-xsl/Makefile b/textproc/php71-xsl/Makefile index 00f0b650491f..2a2ad0760e0e 100644 --- a/textproc/php71-xsl/Makefile +++ b/textproc/php71-xsl/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -xsl +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php72-ctype/Makefile b/textproc/php72-ctype/Makefile index 7e0a6a41d4c3..2ce07d8ca2c9 100644 --- a/textproc/php72-ctype/Makefile +++ b/textproc/php72-ctype/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -ctype +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php72-dom/Makefile b/textproc/php72-dom/Makefile index 9490429213eb..8c51a4736470 100644 --- a/textproc/php72-dom/Makefile +++ b/textproc/php72-dom/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -dom +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php72-enchant/Makefile b/textproc/php72-enchant/Makefile index 2a5f23de3bcf..fe30e1377254 100644 --- a/textproc/php72-enchant/Makefile +++ b/textproc/php72-enchant/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -enchant +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php72-pspell/Makefile b/textproc/php72-pspell/Makefile index cb71c608908c..e1ed2ea52b22 100644 --- a/textproc/php72-pspell/Makefile +++ b/textproc/php72-pspell/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pspell +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php72-simplexml/Makefile b/textproc/php72-simplexml/Makefile index 3a798f5e5b7c..e8836a183999 100644 --- a/textproc/php72-simplexml/Makefile +++ b/textproc/php72-simplexml/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -simplexml +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php72-wddx/Makefile b/textproc/php72-wddx/Makefile index cb657c48ed3e..40a18cd05649 100644 --- a/textproc/php72-wddx/Makefile +++ b/textproc/php72-wddx/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -wddx +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php72-xml/Makefile b/textproc/php72-xml/Makefile index 0e4e6674d31a..b5e2ffd71f69 100644 --- a/textproc/php72-xml/Makefile +++ b/textproc/php72-xml/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -xml +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php72-xmlreader/Makefile b/textproc/php72-xmlreader/Makefile index 6f6f41d8a9c8..1dcca2cac09a 100644 --- a/textproc/php72-xmlreader/Makefile +++ b/textproc/php72-xmlreader/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -xmlreader +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php72-xmlwriter/Makefile b/textproc/php72-xmlwriter/Makefile index db54ceccaa06..0d47832ecd2d 100644 --- a/textproc/php72-xmlwriter/Makefile +++ b/textproc/php72-xmlwriter/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -xmlwriter +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/textproc/php72-xsl/Makefile b/textproc/php72-xsl/Makefile index 64f250ef2e0b..915d6fa83892 100644 --- a/textproc/php72-xsl/Makefile +++ b/textproc/php72-xsl/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -xsl +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/www/php71-opcache/Makefile b/www/php71-opcache/Makefile index 732536ae9d02..416a3540249f 100644 --- a/www/php71-opcache/Makefile +++ b/www/php71-opcache/Makefile @@ -6,6 +6,8 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -opcache +TEST_TARGET= test + USES= php:zend,noflavors .include "${MASTERDIR}/Makefile" diff --git a/www/php71-session/Makefile b/www/php71-session/Makefile index 04d66615707d..555b487453f0 100644 --- a/www/php71-session/Makefile +++ b/www/php71-session/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -session +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/www/php71-tidy/Makefile b/www/php71-tidy/Makefile index 9812d425ba90..a22fe3945fc2 100644 --- a/www/php71-tidy/Makefile +++ b/www/php71-tidy/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -tidy +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/www/php72-opcache/Makefile b/www/php72-opcache/Makefile index 5e1f01b8b5d0..134d41a04e51 100644 --- a/www/php72-opcache/Makefile +++ b/www/php72-opcache/Makefile @@ -6,6 +6,8 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -opcache +TEST_TARGET= test + USES= php:zend,noflavors .include "${MASTERDIR}/Makefile" diff --git a/www/php72-session/Makefile b/www/php72-session/Makefile index d4886620ea20..acf7755f1ed5 100644 --- a/www/php72-session/Makefile +++ b/www/php72-session/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -session +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/www/php72-tidy/Makefile b/www/php72-tidy/Makefile index c822add61de4..4ec107d3fd72 100644 --- a/www/php72-tidy/Makefile +++ b/www/php72-tidy/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -tidy +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" |