aboutsummaryrefslogtreecommitdiff
path: root/sysutils/php71-fileinfo
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-12-17 20:21:15 +0000
committerRene Ladan <rene@FreeBSD.org>2019-12-17 20:21:15 +0000
commitb51b839969daf3b42232476460514c9cccc9053e (patch)
tree8c19b30b436d791294a59eca8ba267af39c6b719 /sysutils/php71-fileinfo
parent51169c8152bd75f8ab3bee9e0bc7245f2f0223af (diff)
downloadports-b51b839969daf3b42232476460514c9cccc9053e.tar.gz
ports-b51b839969daf3b42232476460514c9cccc9053e.zip
Remove PHP 7.1 ports, upstream security support ended on 2019-12-01 :
2019-12-01 archivers/php71-bz2 2019-12-01 archivers/php71-phar 2019-12-01 archivers/php71-zip 2019-12-01 archivers/php71-zlib 2019-12-01 converters/php71-iconv 2019-12-01 converters/php71-mbstring 2019-12-01 converters/php71-recode 2019-12-01 databases/php71-dba 2019-12-01 databases/php71-interbase 2019-12-01 databases/php71-mysqli 2019-12-01 databases/php71-odbc 2019-12-01 databases/php71-pdo 2019-12-01 databases/php71-pdo_dblib 2019-12-01 databases/php71-pdo_firebird 2019-12-01 databases/php71-pdo_mysql 2019-12-01 databases/php71-pdo_odbc 2019-12-01 databases/php71-pdo_pgsql 2019-12-01 databases/php71-pdo_sqlite 2019-12-01 databases/php71-pgsql 2019-12-01 databases/php71-sqlite3 2019-12-01 devel/php71-gettext 2019-12-01 devel/php71-intl 2019-12-01 devel/php71-json 2019-12-01 devel/php71-pcntl 2019-12-01 devel/php71-readline 2019-12-01 devel/php71-shmop 2019-12-01 devel/php71-sysvmsg 2019-12-01 devel/php71-sysvsem 2019-12-01 devel/php71-sysvshm 2019-12-01 devel/php71-tokenizer 2019-12-01 ftp/php71-curl 2019-12-01 ftp/php71-ftp 2019-12-01 graphics/php71-exif 2019-12-01 graphics/php71-gd 2019-12-01 lang/php71 2019-12-01 mail/php71-imap 2019-12-01 math/php71-bcmath 2019-12-01 math/php71-gmp 2019-12-01 misc/php71-calendar 2019-12-01 net/php71-ldap 2019-12-01 net/php71-soap 2019-12-01 net/php71-sockets 2019-12-01 net/php71-xmlrpc 2019-12-01 net-mgmt/php71-snmp 2019-12-01 security/php71-filter 2019-12-01 security/php71-hash 2019-12-01 security/php71-mcrypt 2019-12-01 security/php71-openssl 2019-12-01 sysutils/php71-fileinfo 2019-12-01 sysutils/php71-posix 2019-12-01 textproc/php71-ctype 2019-12-01 textproc/php71-dom 2019-12-01 textproc/php71-enchant 2019-12-01 textproc/php71-pspell 2019-12-01 textproc/php71-simplexml 2019-12-01 textproc/php71-wddx 2019-12-01 textproc/php71-xml 2019-12-01 textproc/php71-xmlreader 2019-12-01 textproc/php71-xmlwriter 2019-12-01 textproc/php71-xsl 2019-12-01 www/mod_php71 2019-12-01 www/php71-opcache 2019-12-01 www/php71-session 2019-12-01 www/php71-tidy
Notes
Notes: svn path=/head/; revision=520344
Diffstat (limited to 'sysutils/php71-fileinfo')
-rw-r--r--sysutils/php71-fileinfo/Makefile11
-rw-r--r--sysutils/php71-fileinfo/files/patch-config.m421
2 files changed, 0 insertions, 32 deletions
diff --git a/sysutils/php71-fileinfo/Makefile b/sysutils/php71-fileinfo/Makefile
deleted file mode 100644
index 78fb5f5dc4a0..000000000000
--- a/sysutils/php71-fileinfo/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= sysutils
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -fileinfo
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/php71-fileinfo/files/patch-config.m4 b/sysutils/php71-fileinfo/files/patch-config.m4
deleted file mode 100644
index 1348023ccf64..000000000000
--- a/sysutils/php71-fileinfo/files/patch-config.m4
+++ /dev/null
@@ -1,21 +0,0 @@
---- config.m4.orig 2010-09-07 15:45:30.000000000 +0200
-+++ config.m4 2010-09-07 15:46:50.000000000 +0200
-@@ -4,6 +4,9 @@
- PHP_ARG_ENABLE(fileinfo, for fileinfo support,
- [ --disable-fileinfo Disable fileinfo support], yes)
-
-+PHP_ARG_WITH(pcre-dir, pcre install prefix,
-+[ --with-pcre-dir FILEINFO: pcre install prefix], no, no)
-+
- if test "$PHP_FILEINFO" != "no"; then
-
- libmagic_sources=" \
-@@ -13,6 +16,8 @@
- libmagic/is_tar.c libmagic/magic.c libmagic/print.c \
- libmagic/readcdf.c libmagic/readelf.c libmagic/softmagic.c"
-
-+ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include)
-+
- PHP_NEW_EXTENSION(fileinfo, fileinfo.c $libmagic_sources, $ext_shared,,-I@ext_srcdir@/libmagic)
- PHP_ADD_BUILD_DIR($ext_builddir/libmagic)
-