pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core Fix another problem on PLIST for gnu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d4ab828b676
branches:  trunk
changeset: 645581:3d4ab828b676
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jan 30 15:02:23 2015 +0000

description:
Fix another problem on PLIST for gnuradio-*.
Add PLIST.oss to be anonther removing PLIST other than gnuradio-core packages.
(One more, move the line location of comment lines next to the line to explain)

diffstat:

 ham/gnuradio-core/Nocore.mk |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 8fb0b2f43282 -r 3d4ab828b676 ham/gnuradio-core/Nocore.mk
--- a/ham/gnuradio-core/Nocore.mk       Fri Jan 30 14:29:27 2015 +0000
+++ b/ham/gnuradio-core/Nocore.mk       Fri Jan 30 15:02:23 2015 +0000
@@ -1,7 +1,10 @@
-# $NetBSD: Nocore.mk,v 1.5 2015/01/27 06:03:17 dbj Exp $
+# $NetBSD: Nocore.mk,v 1.6 2015/01/30 15:02:23 mef Exp $
+
+DEPENDS+=      gnuradio-core-[0-9]*:../../ham/gnuradio-core
+
 # Default list for reducing PLIST
+# gnuradio-* names to be common (to get the list to reduce)
 PLIST_MINUS=   core
-DEPENDS+=      gnuradio-core-[0-9]*:../../ham/gnuradio-core
 
 # Remove the same files gnuradio-core installs
 # Do a part of PLIST_SUBST and remove non real file listings
@@ -11,7 +14,7 @@
        ${MV}               ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \
                            ${DESTDIR}${PREFIX}/${EGDIR}/
        for i in ${PLIST_MINUS} ; do                            \
-         for p in PLIST PLIST.${OPSYS} ; do                    \
+         for p in PLIST PLIST.oss PLIST.${OPSYS} ; do          \
            f="${PKGDIR}/../../ham/gnuradio-$${i}/$${p}";       \
            if [ -f "$${f}" ]; then                             \
              ${SED} -e 's,$${PYSITELIB},${PYSITELIB},'         \



Home | Main Index | Thread Index | Old Index