pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Don't install lib/charset.alias



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd6f327af545
branches:  trunk
changeset: 621956:fd6f327af545
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sun Jul 21 10:31:26 2013 +0000

description:
Don't install lib/charset.alias

diffstat:

 archivers/gcpio/Makefile       |  6 ++----
 archivers/gcpio/PLIST          |  3 +--
 textproc/libunistring/Makefile |  4 ++--
 textproc/libunistring/PLIST    |  3 +--
 textproc/wdiff/Makefile        |  4 ++--
 textproc/wdiff/PLIST           |  3 +--
 6 files changed, 9 insertions(+), 14 deletions(-)

diffs (103 lines):

diff -r 0651f337080d -r fd6f327af545 archivers/gcpio/Makefile
--- a/archivers/gcpio/Makefile  Sun Jul 21 10:11:27 2013 +0000
+++ b/archivers/gcpio/Makefile  Sun Jul 21 10:31:26 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.47 2013/06/23 13:46:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.48 2013/07/21 10:31:26 shattered Exp $
 #
 
 DISTNAME=      cpio-2.11
 PKGNAME=       g${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GNU:=cpio/}
 
@@ -32,8 +32,6 @@
 
 PLIST_VARS+=   rmt
 
-CHECK_FILES_SKIP+=     lib/charset.alias
-
 .include "../../mk/bsd.prefs.mk"
 
 # don't include rmt if gtar won't build it
diff -r 0651f337080d -r fd6f327af545 archivers/gcpio/PLIST
--- a/archivers/gcpio/PLIST     Sun Jul 21 10:11:27 2013 +0000
+++ b/archivers/gcpio/PLIST     Sun Jul 21 10:31:26 2013 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.13 2013/06/23 13:46:28 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.14 2013/07/21 10:31:26 shattered Exp $
 bin/gcpio
 gnu/bin/cpio
 gnu/man/man1/cpio.1
 gnu/man/man1/mt.1
 info/cpio.info
-lib/charset.alias
 libexec/grmt
 man/man1/gcpio.1
 man/man1/gmt.1
diff -r 0651f337080d -r fd6f327af545 textproc/libunistring/Makefile
--- a/textproc/libunistring/Makefile    Sun Jul 21 10:11:27 2013 +0000
+++ b/textproc/libunistring/Makefile    Sun Jul 21 10:31:26 2013 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2012/12/06 00:10:26 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2013/07/21 10:31:26 shattered Exp $
 #
 
 DISTNAME=      libunistring-0.9.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  http://ftp.gnu.org/gnu/libunistring/
 
diff -r 0651f337080d -r fd6f327af545 textproc/libunistring/PLIST
--- a/textproc/libunistring/PLIST       Sun Jul 21 10:11:27 2013 +0000
+++ b/textproc/libunistring/PLIST       Sun Jul 21 10:31:26 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/14 23:06:50 gdt Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/07/21 10:31:26 shattered Exp $
 include/unicase.h
 include/uniconv.h
 include/unictype.h
@@ -19,7 +19,6 @@
 include/uniwbrk.h
 include/uniwidth.h
 info/libunistring.info
-lib/charset.alias
 lib/libunistring.la
 share/doc/libunistring/libunistring_1.html
 share/doc/libunistring/libunistring_10.html
diff -r 0651f337080d -r fd6f327af545 textproc/wdiff/Makefile
--- a/textproc/wdiff/Makefile   Sun Jul 21 10:11:27 2013 +0000
+++ b/textproc/wdiff/Makefile   Sun Jul 21 10:31:26 2013 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2013/06/09 06:10:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2013/07/21 10:31:26 shattered Exp $
 #
 
 DISTNAME=              wdiff-1.2.1
+PKGREVISION=           1
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GNU:=wdiff/}
 
@@ -14,7 +15,6 @@
 
 USE_TOOLS+=            makeinfo
 INFO_FILES=            yes
-CHECK_FILES_SKIP+=     lib/charset.alias
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/termcap.buildlink3.mk"
diff -r 0651f337080d -r fd6f327af545 textproc/wdiff/PLIST
--- a/textproc/wdiff/PLIST      Sun Jul 21 10:11:27 2013 +0000
+++ b/textproc/wdiff/PLIST      Sun Jul 21 10:31:26 2013 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.11 2013/06/09 06:10:22 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.12 2013/07/21 10:31:26 shattered Exp $
 bin/wdiff
 info/wdiff.info
-lib/charset.alias
 man/man1/wdiff.1
 share/locale/af/LC_MESSAGES/wdiff-gnulib.mo
 share/locale/be/LC_MESSAGES/wdiff-gnulib.mo



Home | Main Index | Thread Index | Old Index