pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Oct 30 10:50:01 UTC 2022

Modified Files:
        pkgsrc/lang/php56: Makefile
        pkgsrc/lang/php74: Makefile
        pkgsrc/lang/php80: Makefile
        pkgsrc/lang/php81: Makefile

Log Message:
lang/php: post-install clean up

Do not manually install executable files and manual.
These are already done by php's Makefile from some time ago.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/php56/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/php74/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/php80/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/php81/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/php56/Makefile
diff -u pkgsrc/lang/php56/Makefile:1.29 pkgsrc/lang/php56/Makefile:1.30
--- pkgsrc/lang/php56/Makefile:1.29     Mon Apr 18 19:09:56 2022
+++ pkgsrc/lang/php56/Makefile  Sun Oct 30 10:50:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2022/04/18 19:09:56 adam Exp $
+# $NetBSD: Makefile,v 1.30 2022/10/30 10:50:01 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -49,10 +49,10 @@ CFLAGS+=    -DSQLITE_ENABLE_LOCKING_STYLE=0
 .endif
 
 post-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
-       ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
-               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
-       ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
+#      ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
+#      ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
+#              ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
+#      ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
        cd ${WRKSRC}; ${INSTALL_DATA} php.ini-development php.ini-production \
                ${DESTDIR}${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/php.gif ${DESTDIR}${PREFIX}/share/php

Index: pkgsrc/lang/php74/Makefile
diff -u pkgsrc/lang/php74/Makefile:1.16 pkgsrc/lang/php74/Makefile:1.17
--- pkgsrc/lang/php74/Makefile:1.16     Thu Jun  9 15:00:38 2022
+++ pkgsrc/lang/php74/Makefile  Sun Oct 30 10:50:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/06/09 15:00:38 taca Exp $
+# $NetBSD: Makefile,v 1.17 2022/10/30 10:50:01 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -66,10 +66,6 @@ CFLAGS+=     -DSQLITE_ENABLE_LOCKING_STYLE=0
 .endif
 
 post-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
-       ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
-               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
-       ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
        cd ${WRKSRC}; ${INSTALL_DATA} php.ini-development php.ini-production \
                ${DESTDIR}${EGDIR}
 

Index: pkgsrc/lang/php80/Makefile
diff -u pkgsrc/lang/php80/Makefile:1.9 pkgsrc/lang/php80/Makefile:1.10
--- pkgsrc/lang/php80/Makefile:1.9      Fri Jun 10 00:00:07 2022
+++ pkgsrc/lang/php80/Makefile  Sun Oct 30 10:50:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/06/10 00:00:07 taca Exp $
+# $NetBSD: Makefile,v 1.10 2022/10/30 10:50:01 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -66,10 +66,6 @@ CFLAGS+=     -DSQLITE_ENABLE_LOCKING_STYLE=0
 .endif
 
 post-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
-       ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
-               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
-       ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
        cd ${WRKSRC}; ${INSTALL_DATA} php.ini-development php.ini-production \
                ${DESTDIR}${EGDIR}
 

Index: pkgsrc/lang/php81/Makefile
diff -u pkgsrc/lang/php81/Makefile:1.7 pkgsrc/lang/php81/Makefile:1.8
--- pkgsrc/lang/php81/Makefile:1.7      Thu Jun  9 15:10:50 2022
+++ pkgsrc/lang/php81/Makefile  Sun Oct 30 10:50:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/06/09 15:10:50 taca Exp $
+# $NetBSD: Makefile,v 1.8 2022/10/30 10:50:01 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -66,10 +66,6 @@ CFLAGS+=     -DSQLITE_ENABLE_LOCKING_STYLE=0
 .endif
 
 post-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
-       ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
-               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
-       ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
        cd ${WRKSRC}; ${INSTALL_DATA} php.ini-development php.ini-production \
                ${DESTDIR}${EGDIR}
 



Home | Main Index | Thread Index | Old Index