summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-02-16 10:30:15 +0000
committerjperkin <jperkin>2015-02-16 10:30:15 +0000
commit067acf3d5fe25d6874127fd0b3be6d150e3f61bb (patch)
treeb31ccfd29c1096c9911fea66de92a235e343481c /lang
parent1c5be1883bfa53c27c5b7e185c6a0e01f486e96e (diff)
downloadpkgsrc-067acf3d5fe25d6874127fd0b3be6d150e3f61bb.tar.gz
Apologies for not noticing sooner, the previous commit was incorrect as
taca has already implemented different handling for zend_extension.
Diffstat (limited to 'lang')
-rw-r--r--lang/php/MESSAGE.zend-module9
-rw-r--r--lang/php/ext.mk6
2 files changed, 1 insertions, 14 deletions
diff --git a/lang/php/MESSAGE.zend-module b/lang/php/MESSAGE.zend-module
deleted file mode 100644
index 15de1b23aac..00000000000
--- a/lang/php/MESSAGE.zend-module
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.zend-module,v 1.3 2015/02/16 10:20:24 jperkin Exp $
-
-To enable this module, add the following to ${PKG_SYSCONFDIR}/php.ini:
-
- zend_extension=${PREFIX}/${PHP_EXTENSION_DIR}/${MODNAME}.so
-
-Then restart your ${PKG_PHP}-enabled HTTP server to load this module.
-===========================================================================
diff --git a/lang/php/ext.mk b/lang/php/ext.mk
index b72149d9f95..45144d1ce65 100644
--- a/lang/php/ext.mk
+++ b/lang/php/ext.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.36 2015/02/16 10:20:24 jperkin Exp $
+# $NetBSD: ext.mk,v 1.37 2015/02/16 10:30:15 jperkin Exp $
#
# PHP extension package framework, for both PECL and bundled PHP extensions.
#
@@ -67,11 +67,7 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
PLIST_SRC+= ${.CURDIR}/../../lang/php/PLIST.module
-.if !empty(PHP_ZEND_EXTENSION:U:M[Yy][Ye][Ss])
-MESSAGE_SRC= ${.CURDIR}/../../lang/php/MESSAGE.zend-module
-.else
MESSAGE_SRC= ${.CURDIR}/../../lang/php/MESSAGE.module
-.endif
MESSAGE_SUBST+= MODNAME=${PKGMODNAME}
MESSAGE_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
.if !empty(PHP_ZEND_EXTENSION:U:M[Yy][Ye][Ss])