pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gettext Remove localestatedir fragment, it gets ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b94adab305c0
branches:  trunk
changeset: 507945:b94adab305c0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 11 17:44:39 2006 +0000

description:
Remove localestatedir fragment, it gets handled properly automatically.
Fix pkglint warning for SHLIBTOOL.

diffstat:

 devel/gettext/Makefile         |   4 ++--
 devel/gettext/distinfo         |   4 ++--
 devel/gettext/patches/patch-ah |  11 +----------
 3 files changed, 5 insertions(+), 14 deletions(-)

diffs (61 lines):

diff -r 302d3929d49d -r b94adab305c0 devel/gettext/Makefile
--- a/devel/gettext/Makefile    Sat Feb 11 17:29:58 2006 +0000
+++ b/devel/gettext/Makefile    Sat Feb 11 17:44:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2006/02/11 17:18:17 joerg Exp $
+# $NetBSD: Makefile,v 1.68 2006/02/11 17:44:39 joerg Exp $
 
 DISTNAME=              gettext-0.14.5
 CATEGORIES=            devel
@@ -15,7 +15,7 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-SHLIBTOOL_OVERRIDE=    libtool
+SHLIBTOOL_OVERRIDE+=   libtool
 CONFIGURE_ARGS+=       --without-included-gettext
 
 CONFIGURE_ENV+=                GCJ= ac_cv_prog_GCJ=
diff -r 302d3929d49d -r b94adab305c0 devel/gettext/distinfo
--- a/devel/gettext/distinfo    Sat Feb 11 17:29:58 2006 +0000
+++ b/devel/gettext/distinfo    Sat Feb 11 17:44:39 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2006/02/05 22:45:53 joerg Exp $
+$NetBSD: distinfo,v 1.14 2006/02/11 17:44:39 joerg Exp $
 
 SHA1 (gettext-0.14.5.tar.gz) = 68737eee1a6427044eef901dc88e4144d371fb6b
 RMD160 (gettext-0.14.5.tar.gz) = d31c8e49671f00623ce1e6f73716a5abcd1c7ec2
@@ -8,7 +8,7 @@
 SHA1 (patch-ad) = 53bf06d6073cd2ff4a09a688b1df3d294ef7ddb4
 SHA1 (patch-ae) = f2efed6024ef1aa3fb972c043e0900676659c766
 SHA1 (patch-ag) = 1979c71e9a65e85ca9bad63bb905b46d4e2a4046
-SHA1 (patch-ah) = a3a46efae0cb2b61344bcff7788765928a43c285
+SHA1 (patch-ah) = 93532219a032e55fd740fd8c223b062fd66f3aa9
 SHA1 (patch-aj) = 5a28ee9299b5c0e7ba10621bf73b638cafdcfa7e
 SHA1 (patch-ak) = 3f2aa72291aae5e024a3bb833b46973221be3b95
 SHA1 (patch-al) = 2ed0cbf8e2e9a03ac3f8aaff447a07f578010472
diff -r 302d3929d49d -r b94adab305c0 devel/gettext/patches/patch-ah
--- a/devel/gettext/patches/patch-ah    Sat Feb 11 17:29:58 2006 +0000
+++ b/devel/gettext/patches/patch-ah    Sat Feb 11 17:44:39 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.5 2006/02/05 22:45:54 joerg Exp $
+$NetBSD: patch-ah,v 1.6 2006/02/11 17:44:39 joerg Exp $
 
 --- gettext-tools/src/Makefile.in.orig 2006-02-03 14:37:39.000000000 +0000
 +++ gettext-tools/src/Makefile.in
@@ -13,15 +13,6 @@
  am_msgmerge_OBJECTS = msgmerge-msgmerge.$(OBJEXT) \
        msgmerge-plural-count.$(OBJEXT)
  msgmerge_OBJECTS = $(am_msgmerge_OBJECTS)
-@@ -449,7 +447,7 @@ install_sh = @install_sh@
- libdir = @libdir@
- libexecdir = @libexecdir@
- lispdir = @lispdir@
--localedir = $(datadir)/locale
-+localedir = /usr/pkg/share/locale
- localstatedir = @localstatedir@
- mandir = @mandir@
- mkdir_p = @mkdir_p@
 @@ -592,7 +590,7 @@ urlget_SOURCES = urlget.c
  # use iconv().
  libgettextsrc_la_LDFLAGS = \



Home | Main Index | Thread Index | Old Index