summaryrefslogtreecommitdiff
path: root/lang/php72/Makefile.common
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-01-03 15:18:58 +0000
committertaca <taca@pkgsrc.org>2021-01-03 15:18:58 +0000
commitc57c18bc8d627307ee4ff3b43ae6cf0c23485a2e (patch)
tree21d3ad02c2a68b0eb0278470023efbea7d721296 /lang/php72/Makefile.common
parent0b04877f2ba5b0d0d49f3f3fa3856b1833d6081d (diff)
downloadpkgsrc-c57c18bc8d627307ee4ff3b43ae6cf0c23485a2e.tar.gz
lang/php72: remove php72
Remove php72 package which is EOL on 1st December 2020.
Diffstat (limited to 'lang/php72/Makefile.common')
-rw-r--r--lang/php72/Makefile.common28
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/php72/Makefile.common b/lang/php72/Makefile.common
deleted file mode 100644
index 68e8e47a1e0..00000000000
--- a/lang/php72/Makefile.common
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2020/05/16 20:42:37 rillig Exp $
-# used by lang/php72/Makefile.php
-# used by lang/php/ext.mk
-# used by meta-pkgs/php72-extensions/Makefile
-
-PHP_VERSION_REQD= 72
-
-.include "../../lang/php/common.mk"
-
-CATEGORIES+= www
-MAINTAINER?= pkgsrc-users@NetBSD.org
-
-# needed due to (broken?) configure checks in php-xmlrpc and php5-dom
-CONFIGURE_ENV+= PHP_LIBXML_SHARED="1"
-
-.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
-# configure test gets confused by wrappers dropping -R /usr/lib
-CONFIGURE_ARGS+= php_cv_cc_dashr=no
-.endif
-
-# not every extension actually depend on PCRE, and those which do
-# don't use internal pcre structures, so default to build-time
-# dependency only
-BUILDLINK_DEPMETHOD.pcre?= build
-CONFIGURE_ARGS+= --with-pcre-dir=${BUILDLINK_PREFIX.pcre}
-GNU_CONFIGURE_STRICT= no
-.include "../../devel/pcre/buildlink3.mk"