pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ap-php



Module Name:    pkgsrc
Committed By:   jdolecek
Date:           Tue Jul  6 18:48:50 UTC 2021

Modified Files:
        pkgsrc/www/ap-php: Makefile
Removed Files:
        pkgsrc/www/ap-php: MESSAGE

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r0 pkgsrc/www/ap-php/MESSAGE
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/ap-php/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ap-php/Makefile
diff -u pkgsrc/www/ap-php/Makefile:1.50 pkgsrc/www/ap-php/Makefile:1.51
--- pkgsrc/www/ap-php/Makefile:1.50     Wed Apr 21 11:42:52 2021
+++ pkgsrc/www/ap-php/Makefile  Tue Jul  6 18:48:50 2021
@@ -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}
 



Home | Main Index | Thread Index | Old Index