pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc resolve lib/charset.alias conflicts. PR pkg/42199



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a1476d48106
branches:  trunk
changeset: 400527:4a1476d48106
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Oct 21 16:51:46 2009 +0000

description:
resolve lib/charset.alias conflicts. PR pkg/42199

diffstat:

 editors/zile/Makefile           |   5 ++++-
 editors/zile/PLIST              |   3 +--
 editors/zile/distinfo           |   3 ++-
 editors/zile/patches/patch-aa   |  12 ++++++++++++
 math/pspp/Makefile              |   5 ++++-
 math/pspp/PLIST                 |   3 +--
 math/pspp/distinfo              |   3 ++-
 math/pspp/patches/patch-ab      |  14 ++++++++++++++
 textproc/groff/Makefile         |  10 ++++++----
 textproc/groff/PLIST            |   3 +--
 textproc/groff/distinfo         |   3 ++-
 textproc/groff/patches/patch-ab |  14 ++++++++++++++
 12 files changed, 63 insertions(+), 15 deletions(-)

diffs (201 lines):

diff -r d61d8b39f366 -r 4a1476d48106 editors/zile/Makefile
--- a/editors/zile/Makefile     Wed Oct 21 16:48:24 2009 +0000
+++ b/editors/zile/Makefile     Wed Oct 21 16:51:46 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2009/07/19 11:49:10 zafer Exp $
+# $NetBSD: Makefile,v 1.25 2009/10/21 16:51:46 tnn Exp $
 
 DISTNAME=      zile-2.3.9
+PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  http://ftp.gnu.org/gnu/zile/
 
@@ -17,6 +18,8 @@
 
 INFO_FILES=    # PLIST
 
+# we only want the charset.alias file, so no buildlinkery for libiconv
+DEPENDS+=       libiconv-[0-9]*:../../converters/libiconv
 .include "../../devel/libgetopt/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d61d8b39f366 -r 4a1476d48106 editors/zile/PLIST
--- a/editors/zile/PLIST        Wed Oct 21 16:48:24 2009 +0000
+++ b/editors/zile/PLIST        Wed Oct 21 16:51:46 2009 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2009/07/19 11:49:10 zafer Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/10/21 16:51:46 tnn Exp $
 bin/zile
-lib/charset.alias
 man/man1/zile.1
 share/zile/FAQ
 share/zile/dotzile.sample
diff -r d61d8b39f366 -r 4a1476d48106 editors/zile/distinfo
--- a/editors/zile/distinfo     Wed Oct 21 16:48:24 2009 +0000
+++ b/editors/zile/distinfo     Wed Oct 21 16:51:46 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2009/07/19 11:49:10 zafer Exp $
+$NetBSD: distinfo,v 1.9 2009/10/21 16:51:46 tnn Exp $
 
 SHA1 (zile-2.3.9.tar.gz) = e3d90bcdfd40ce8ad31e2154fe78a9abf679796b
 RMD160 (zile-2.3.9.tar.gz) = 2d15bc0cd7d58fe75779f9adf5152de646dd7373
 Size (zile-2.3.9.tar.gz) = 706848 bytes
+SHA1 (patch-aa) = 7a955b340c77b4c539b3d5ea7880c06d777dc424
diff -r d61d8b39f366 -r 4a1476d48106 editors/zile/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/zile/patches/patch-aa     Wed Oct 21 16:51:46 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2009/10/21 16:51:46 tnn Exp $
+
+--- lib/Makefile.in.orig       2009-07-08 16:10:42.000000000 +0200
++++ lib/Makefile.in
+@@ -1221,6 +1221,7 @@ install-exec-local: all-local
+       else \
+         need_charset_alias=false ; \
+       fi ; \
++      need_charset_alias=false`# provided by pkgsrc/converters/libiconv`; \
+       if $$need_charset_alias; then \
+         $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
+       fi ; \
diff -r d61d8b39f366 -r 4a1476d48106 math/pspp/Makefile
--- a/math/pspp/Makefile        Wed Oct 21 16:48:24 2009 +0000
+++ b/math/pspp/Makefile        Wed Oct 21 16:51:46 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2009/09/04 21:39:10 asau Exp $
+# $NetBSD: Makefile,v 1.42 2009/10/21 16:51:46 tnn Exp $
 #
 
 DISTNAME=      pspp-0.6.1
+PKGREVISION=   1
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GNU:=pspp/}
 
@@ -28,6 +29,8 @@
 TEST_TARGET=   check
 
 USE_NCURSES=   yes
+# we only want the charset.alias file, so no buildlinkery for libiconv
+DEPENDS+=       libiconv-[0-9]*:../../converters/libiconv
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
diff -r d61d8b39f366 -r 4a1476d48106 math/pspp/PLIST
--- a/math/pspp/PLIST   Wed Oct 21 16:48:24 2009 +0000
+++ b/math/pspp/PLIST   Wed Oct 21 16:51:46 2009 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2009/09/04 21:39:10 asau Exp $
+@comment $NetBSD: PLIST,v 1.9 2009/10/21 16:51:46 tnn Exp $
 bin/pspp
 ${PLIST.x11}bin/psppire
 info/pspp-dev.info
 info/pspp.info.gz
-lib/charset.alias
 ${PLIST.x11}lib/pspp/libpsppire.la
 ${PLIST.x11}lib/pspp/libpsppwidgets.la
 share/examples/pspp/devices
diff -r d61d8b39f366 -r 4a1476d48106 math/pspp/distinfo
--- a/math/pspp/distinfo        Wed Oct 21 16:48:24 2009 +0000
+++ b/math/pspp/distinfo        Wed Oct 21 16:51:46 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.13 2009/09/04 21:39:10 asau Exp $
+$NetBSD: distinfo,v 1.14 2009/10/21 16:51:46 tnn Exp $
 
 SHA1 (pspp-0.6.1.tar.gz) = 22f335053a3e1d3861bfc2d87536b9a6fc5a1ae7
 RMD160 (pspp-0.6.1.tar.gz) = 930fc58b77ff50819cd7449147dab5906e872850
 Size (pspp-0.6.1.tar.gz) = 3217033 bytes
 SHA1 (patch-aa) = c7024562eee77aa558931cab387d250e046f11e4
+SHA1 (patch-ab) = e457be95e8b0658ca225137f4fed5f8bf6d77e4d
 SHA1 (patch-ad) = 34446abc6b187300e22a1fe764ea55df7c3dd43a
diff -r d61d8b39f366 -r 4a1476d48106 math/pspp/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/pspp/patches/patch-ab        Wed Oct 21 16:51:46 2009 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.3 2009/10/21 16:51:46 tnn Exp $
+
+--- gl/Makefile.in.orig        2008-10-10 06:12:08.000000000 +0200
++++ gl/Makefile.in
+@@ -1586,6 +1586,9 @@ iconv_open-osf.h: iconv_open-osf.gperf
+ 
+ all-local: charset.alias ref-add.sed ref-del.sed
+ install-exec-local: all-local
++      # charset.alias provided by pkgsrc/converters/libiconv
++
++install-exec-local_dontuse:
+       test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir)
+       if test -f $(charset_alias); then \
+         sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
diff -r d61d8b39f366 -r 4a1476d48106 textproc/groff/Makefile
--- a/textproc/groff/Makefile   Wed Oct 21 16:48:24 2009 +0000
+++ b/textproc/groff/Makefile   Wed Oct 21 16:51:46 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2009/08/14 15:41:18 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2009/10/21 16:51:46 tnn Exp $
 #
 
 DISTNAME=      groff-1.20.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNU:=groff/}
 
@@ -99,7 +99,9 @@
 post-install:
        ${INSTALL_DATA} ${WRKDIR}/mdoc.local \
                ${DESTDIR}${PREFIX}/share/groff/site-tmac
-       ${FIND} ${PREFIX}/lib/groff/site-tmac -type f -print | \
-               ${SED} 's;${PREFIX}/;;g' > ${WRKDIR}/PLIST-local
+       ${FIND} ${DESTDIR}${PREFIX}/lib/groff/site-tmac -type f -print | \
+               ${SED} 's;${DESTDIR}${PREFIX}/;;g' > ${WRKDIR}/PLIST-local
 
+# we only want the charset.alias file, so no buildlinkery for libiconv
+DEPENDS+=      libiconv-[0-9]*:../../converters/libiconv
 .include "../../mk/bsd.pkg.mk"
diff -r d61d8b39f366 -r 4a1476d48106 textproc/groff/PLIST
--- a/textproc/groff/PLIST      Wed Oct 21 16:48:24 2009 +0000
+++ b/textproc/groff/PLIST      Wed Oct 21 16:51:46 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2009/08/01 19:13:15 dholland Exp $
+@comment $NetBSD: PLIST,v 1.20 2009/10/21 16:51:46 tnn Exp $
 bin/addftinfo
 bin/afmtodit
 bin/${GNU_PREFIX}eqn
@@ -40,7 +40,6 @@
 bin/tfmtodit
 bin/${GNU_PREFIX}troff
 info/groff.info
-lib/charset.alias
 lib/groff/groffer/func.pl
 lib/groff/groffer/man.pl
 lib/groff/groffer/perl_test.pl
diff -r d61d8b39f366 -r 4a1476d48106 textproc/groff/distinfo
--- a/textproc/groff/distinfo   Wed Oct 21 16:48:24 2009 +0000
+++ b/textproc/groff/distinfo   Wed Oct 21 16:51:46 2009 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.13 2009/02/24 20:41:45 wiz Exp $
+$NetBSD: distinfo,v 1.14 2009/10/21 16:51:46 tnn Exp $
 
 SHA1 (groff-1.20.1.tar.gz) = 3066587d73df73c2bda235034f4515cf52d22549
 RMD160 (groff-1.20.1.tar.gz) = ec311727206d183fb04f1b4bd01c1284142fdb52
 Size (groff-1.20.1.tar.gz) = 3594658 bytes
 SHA1 (patch-aa) = 3c74f1b8e809da5359d4702f0f5f299593601209
+SHA1 (patch-ab) = 35f8a7f724ab13bedda8ad8bc54bcbede37f12c7
 SHA1 (patch-ac) = 7c29e3ca0c0a2e5389ff436ff5c15c9a0a4d7581
 SHA1 (patch-ae) = 777b9b4d5f39da5acf8d79616ae9d42025772fc5
diff -r d61d8b39f366 -r 4a1476d48106 textproc/groff/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/groff/patches/patch-ab   Wed Oct 21 16:51:46 2009 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.6 2009/10/21 16:51:46 tnn Exp $
+
+--- src/libs/libgroff/Makefile.sub.orig        2009-01-09 15:25:52.000000000 +0100
++++ src/libs/libgroff/Makefile.sub
+@@ -153,6 +153,9 @@ MKINSTALLDIRS = $(SHELL) $(top_srcdir)/m
+ 
+ install_data: install_charset_data
+ install_charset_data:
++      # provided by pkgsrc/converters/libiconv
++
++install_charset_data_disabled:
+       test $(GLIBC21) != no || $(MKINSTALLDIRS) $(DESTDIR)$(libdir)
+       if test -f $(DESTDIR)$(libdir)/charset.alias; then \
+         sed -f ref-add.sed $(DESTDIR)$(libdir)/charset.alias \



Home | Main Index | Thread Index | Old Index