pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php73



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 11:00:36 UTC 2020

Modified Files:
        pkgsrc/lang/php73: Makefile

Log Message:
lang/php73: remove phar.php from the files to be patched

That file contains neither the word PREFIX nor CGIDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/php73/Makefile

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

Modified files:

Index: pkgsrc/lang/php73/Makefile
diff -u pkgsrc/lang/php73/Makefile:1.9 pkgsrc/lang/php73/Makefile:1.10
--- pkgsrc/lang/php73/Makefile:1.9      Sat Jan 25 17:21:14 2020
+++ pkgsrc/lang/php73/Makefile  Sun Mar 22 11:00:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/01/25 17:21:14 taca Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/22 11:00:36 rillig Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -33,8 +33,7 @@ REPLACE_PHP=          ext/phar/phar/phar.php run
 SUBST_CLASSES+=                path
 SUBST_MESSAGE.path=    Fixing common paths.
 SUBST_STAGE.path=      pre-configure
-SUBST_FILES.path=      ext/phar/phar/phar.php
-SUBST_FILES.path+=     php.ini-development php.ini-production run-tests.php
+SUBST_FILES.path=      php.ini-development php.ini-production run-tests.php
 SUBST_FILES.path+=     sapi/cgi/Makefile.frag
 SUBST_VARS.path=       CGIDIR
 SUBST_VARS.path+=      PREFIX



Home | Main Index | Thread Index | Old Index