diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2021-07-06 18:48:50 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2021-07-06 18:48:50 +0000 |
commit | 24bc7cc50a9f5ec7ab974000227c0a5fa693cb66 (patch) | |
tree | 99739d6c2d1d702c54bd957465e814340294ee6b | |
parent | f9669c61a7095728acbdf9bb5d870f0be93b136d (diff) | |
download | pkgsrc-24bc7cc50a9f5ec7ab974000227c0a5fa693cb66.tar.gz |
remove ap-php MESSAGE
the installation instructions are incorrect for php8, and rather than
fixing it it makes sense to remove what is a duplicate for documentation
-rw-r--r-- | www/ap-php/MESSAGE | 12 | ||||
-rw-r--r-- | www/ap-php/Makefile | 4 |
2 files changed, 1 insertions, 15 deletions
diff --git a/www/ap-php/MESSAGE b/www/ap-php/MESSAGE deleted file mode 100644 index b3b6451d573..00000000000 --- a/www/ap-php/MESSAGE +++ /dev/null @@ -1,12 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.6 2015/03/09 08:57:03 taca Exp $ - -In order to use this module in your Apache 2.x installation, you need to -add the following to your httpd.conf file: - - LoadModule php${PKG_PHP_MAJOR_VERS}_module lib/httpd/mod_php${PKG_PHP_MAJOR_VERS}.so - <FilesMatch \.php$> - SetHandler application/x-httpd-php - </FilesMatch> - -=========================================================================== diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile index c5b589563c0..eac592aff4f 100644 --- a/www/ap-php/Makefile +++ b/www/ap-php/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2021/04/21 11:42:52 adam Exp $ +# $NetBSD: Makefile,v 1.51 2021/07/06 18:48:50 jdolecek Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION} PKGREVISION= 6 @@ -16,8 +16,6 @@ SSP_SUPPORTED= no .include "../../lang/php/phpversion.mk" .include "${PHPPKGSRCDIR}/Makefile.php" -MESSAGE_SUBST+= PKG_PHP_MAJOR_VERS=${PKG_PHP_MAJOR_VERS} - # Ensure we export symbols in the linked shared object. CONFIGURE_ENV+= EXTRA_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q} |