pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove superfluous specification characters from pax i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e8abbfb5f77
branches:  trunk
changeset: 442662:2e8abbfb5f77
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Nov 28 01:20:03 2020 +0000

description:
Remove superfluous specification characters from pax invocations

A bunch of packages had an extra "p" specification character passed to
the pax -p option. One is enough. Committed to reduce the human parsing
costs, should someone else need to examine this. (In my case because it
seems recent Linux distros have changed such that some -p arguments can
now cause an error to occur, where previously they were accepted.)

diffstat:

 devel/ltsa/Makefile               |  6 +++---
 devel/mantis/Makefile             |  6 +++---
 fonts/mplayer-fonts/Makefile      |  4 ++--
 graphics/netpbm/Makefile          |  4 ++--
 multimedia/mplayer-share/Makefile |  4 ++--
 textproc/xhtml/Makefile           |  4 ++--
 6 files changed, 14 insertions(+), 14 deletions(-)

diffs (122 lines):

diff -r 216d04407918 -r 2e8abbfb5f77 devel/ltsa/Makefile
--- a/devel/ltsa/Makefile       Fri Nov 27 23:21:49 2020 +0000
+++ b/devel/ltsa/Makefile       Sat Nov 28 01:20:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/08/16 20:45:35 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/11/28 01:20:03 gutteridge Exp $
 #
 
 DISTNAME=      ltsa2.2
@@ -28,11 +28,11 @@
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/ltsa.sh ${DESTDIR}${PREFIX}/bin/ltsa
-       cd ${WRKSRC}/lib && pax -rwpppm . ${DESTDIR}${PREFIX}/lib/ltsa
+       cd ${WRKSRC}/lib && pax -rwppm . ${DESTDIR}${PREFIX}/lib/ltsa
        ${CHMOD} -R og-w ${DESTDIR}${PREFIX}/lib/ltsa
        ${INSTALL_DATA} ${WRKSRC}/fspv2.pdf ${DESTDIR}${PREFIX}/share/doc/ltsa
        ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DESTDIR}${PREFIX}/share/doc/ltsa
-       cd ${WRKSRC}/Examples && pax -rwpppm . ${DESTDIR}${PREFIX}/share/examples/ltsa
+       cd ${WRKSRC}/Examples && pax -rwppm . ${DESTDIR}${PREFIX}/share/examples/ltsa
        ${CHMOD} -R og-w ${DESTDIR}${PREFIX}/share/examples/ltsa
 
 .include "../../mk/java-vm.mk"
diff -r 216d04407918 -r 2e8abbfb5f77 devel/mantis/Makefile
--- a/devel/mantis/Makefile     Fri Nov 27 23:21:49 2020 +0000
+++ b/devel/mantis/Makefile     Sat Nov 28 01:20:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/01/26 17:31:00 rillig Exp $
+# $NetBSD: Makefile,v 1.55 2020/11/28 01:20:03 gutteridge Exp $
 
 DISTNAME=      mantisbt-2.4.1
 PKGNAME=       ${DISTNAME:S/mantisbt/mantis/}
@@ -55,7 +55,7 @@
 
 do-install:
        cd ${WRKSRC}/doc && \
-               pax -rwpppm en-US ${DESTDIR}${PREFIX}/share/doc/mantis
+               pax -rwppm en-US ${DESTDIR}${PREFIX}/share/doc/mantis
 
        ${MV} ${WRKSRC}/config/config_inc.php.sample \
                ${WRKSRC}/config_inc.php
@@ -66,7 +66,7 @@
 .endfor
 
        cd ${WRKSRC} && ${FIND} . -name .cvsignore -print | ${XARGS} ${RM} -f
-       cd ${WRKSRC} && pax -rwpppm . ${DESTDIR}${MANTIS_HOME}
+       cd ${WRKSRC} && pax -rwppm . ${DESTDIR}${MANTIS_HOME}
 
        cd ${DESTDIR}${MANTIS_HOME} && \
                ${FIND} . -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
diff -r 216d04407918 -r 2e8abbfb5f77 fonts/mplayer-fonts/Makefile
--- a/fonts/mplayer-fonts/Makefile      Fri Nov 27 23:21:49 2020 +0000
+++ b/fonts/mplayer-fonts/Makefile      Sat Nov 28 01:20:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/11/02 22:24:42 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2020/11/28 01:20:03 gutteridge Exp $
 
 DISTNAME=      mplayer-fonts-20030714
 PKGREVISION=   1
@@ -30,7 +30,7 @@
        for D in font-arial-cp1250 font-arial-iso-8859-1 \
                font-arial-iso-8859-2 font-arial-iso-8859-7; do \
                (cd ${WRKDIR}/$$D && \
-                       pax -rwpppm * ${DESTDIR}${PREFIX}/share/mplayer/fonts); \
+                       pax -rwppm * ${DESTDIR}${PREFIX}/share/mplayer/fonts); \
        done
        ${LN} -s ${PREFIX}/share/mplayer/fonts/font-arial-18-iso-8859-1 \
                ${DESTDIR}${PREFIX}/share/mplayer/font
diff -r 216d04407918 -r 2e8abbfb5f77 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Fri Nov 27 23:21:49 2020 +0000
+++ b/graphics/netpbm/Makefile  Sat Nov 28 01:20:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.227 2020/11/05 09:08:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.228 2020/11/28 01:20:03 gutteridge Exp $
 
 DISTNAME=      netpbm-10.79.04
 PKGREVISION=   6
@@ -118,7 +118,7 @@
        ${MKDIR} share &&                                       \
        ${MV} misc share/netpbm &&                              \
        ${CHOWN} -R ${BINOWN}:${BINGRP} . &&                    \
-       pax -rwpppm . ${DESTDIR}${PREFIX}
+       pax -rwppm . ${DESTDIR}${PREFIX}
        ${RM} -fr ${STAGEDIR}
        ${INSTALL_DATA} ${WRKDIR}/netpbm-userguide/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
        ${INSTALL_DATA} ${WRKDIR}/netpbm-userguide/*.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
diff -r 216d04407918 -r 2e8abbfb5f77 multimedia/mplayer-share/Makefile
--- a/multimedia/mplayer-share/Makefile Fri Nov 27 23:21:49 2020 +0000
+++ b/multimedia/mplayer-share/Makefile Sat Nov 28 01:20:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2020/08/18 17:58:10 leot Exp $
+# $NetBSD: Makefile,v 1.73 2020/11/28 01:20:03 gutteridge Exp $
 
 .include "Makefile.common"
 
@@ -20,7 +20,7 @@
        ${INSTALL_DATA} ${WRKSRC}/etc/codecs.conf ${DESTDIR}${PREFIX}/share/mplayer
        ${INSTALL_DATA} ${WRKSRC}/etc/input.conf ${DESTDIR}${PREFIX}/share/mplayer
        (set -e; cd ${WRKSRC}/DOCS && \
-               pax -rwpppm * ${DESTDIR}${PREFIX}/share/mplayer/DOCS); \
+               pax -rwppm * ${DESTDIR}${PREFIX}/share/mplayer/DOCS); \
        ${FIND} ${DESTDIR}${PREFIX}/share/mplayer/DOCS -type d -print | \
                ${XARGS} ${CHMOD} ${PKGDIRMODE}
        ${FIND} ${DESTDIR}${PREFIX}/share/mplayer/DOCS -type f -print | \
diff -r 216d04407918 -r 2e8abbfb5f77 textproc/xhtml/Makefile
--- a/textproc/xhtml/Makefile   Fri Nov 27 23:21:49 2020 +0000
+++ b/textproc/xhtml/Makefile   Sat Nov 28 01:20:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/26 17:32:18 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2020/11/28 01:20:03 gutteridge Exp $
 #
 
 DISTNAME=      xhtml1
@@ -23,7 +23,7 @@
 INSTALLATION_DIRS=     share/xml/xhtml/1.0
 
 do-install:
-       cd ${WRKSRC}/DTD && pax -rwpppm . ${DESTDIR}${PREFIX}/share/xml/xhtml/1.0
+       cd ${WRKSRC}/DTD && pax -rwppm . ${DESTDIR}${PREFIX}/share/xml/xhtml/1.0
        ${INSTALL_DATA} ${FILESDIR}/catalog10 \
            ${DESTDIR}${PREFIX}/share/xml/xhtml/1.0/catalog
 



Home | Main Index | Thread Index | Old Index