head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.36 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.34 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.32 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.30 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.28 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.26 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.24 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.22 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.20 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.18 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.16 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.14 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.12 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.10 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.8 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.6 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.4 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.2 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.4.0.20 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.18 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.16 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.14 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.12 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.10 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.8 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.6 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.4 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.2 netbsd-1-6-1-base:1.4 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1; locks; strict; comment @# @; 1.5 date 2006.02.05.22.45.53; author joerg; state dead; branches; next 1.4; 1.4 date 2002.11.27.17.41.06; author drochner; state Exp; branches; next 1.3; 1.3 date 2002.08.19.19.20.32; author seb; state Exp; branches; next 1.2; 1.2 date 2000.11.29.05.05.29; author itojun; state Exp; branches 1.2.8.1; next 1.1; 1.1 date 2000.06.30.17.07.36; author danw; state Exp; branches; next ; 1.2.8.1 date 2002.08.20.12.57.25; author agc; state Exp; branches; next ; desc @@ 1.5 log @Update gettext to 0.14.5. Many bugfixes and improvements, including support for relocable programs, Qt support, separation of the PO processing functions into a separate library and more. Reorganise the gettext infrastructure by splitting of the tools into devel/gettext-tools, which will be used by the tools framework. The remaining devel/gettext package contains gettextize and autopoint aka the infrastructure to embbed gettext into a package. Due to the ABI and API changes, a recursive revision bump will follow. Take blaim by receiving the maintainer hat. With input from jlam@@, reed@@ and wiz@@. @ text @$NetBSD: patch-ac,v 1.4 2002/11/27 17:41:06 drochner Exp $ --- intl/Makefile.in.orig Thu Jul 25 14:49:57 2002 +++ intl/Makefile.in Sun Sep 1 14:13:47 2002 @@@@ -181,7 +181,7 @@@@ else \ : ; \ fi -install-data: all +install-data: if test "$(PACKAGE)" = "gettext"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \ @ 1.4 log @bite the bullet and upgrade to 0.11.5 There are too many changes to list in a sensible way. The most visible change for me is that libintl requires libiconv now. Also untangled the 3 sub-pkgs -- a common patch dir makes it too complex. This pkg used to expose buildlink2 problems - the pkg libintl was pulled in in cases where USE_GNU_GETTEXT was not set. There were some improvements to libtool filtering, and x11/gtk builds now, so I hope this is settled. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Solaris fix... Now that gettext-lib's buildlink.mk makes it required on Solaris fix build and PLIST: - obey PKGLOCALEDIR - fix libtool's install mode invocation. @ text @d3 3 a5 8 --- intl/Makefile.in.orig Mon Apr 27 23:53:18 1998 +++ intl/Makefile.in @@@@ -119,11 +119,11 @@@@ install-exec: all $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \ fi; \ $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \ - $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \ + $(LIBTOOL) --mode=install ${INSTALL_DATA} libintl.la $(libdir); \ d12 2 a13 2 if test -r $(MKINSTALLDIRS); then \ $(MKINSTALLDIRS) $(gettextsrcdir); \ @ 1.2 log @move installation of gettextize files to devel/gettext. repair gettext build on fresh install. re-introduce gettextize file installation. reported by: mycroft @ text @d3 5 a7 3 --- intl/Makefile.in.orig Mon Apr 27 14:53:18 1998 +++ intl/Makefile.in Tue Nov 28 21:02:03 2000 @@@@ -121,3 +121,3 @@@@ d10 1 a10 1 + $(LIBTOOL) install -c libintl.la $(libdir); \ d12 1 a12 1 @@@@ -125,3 +125,3 @@@@ d17 2 @ 1.2.8.1 log @Pullup versions 1.36 pkgsrc/devel/gettext/Makefile 1.5 pkgsrc/devel/gettext/distinfo 1.13 pkgsrc/devel/gettext-lib/Makefile 1.4 pkgsrc/devel/gettext-m4/Makefile 1.8 pkgsrc/devel/gettext/patches/patch-aa 1.3 pkgsrc/devel/gettext/patches/patch-ac 1.2 pkgsrc/devel/gettext/patches/patch-ak to the pkgsrc 1.6 branch. Requested by Stoned Elipot. > From: Stoned Elipot > Date: Mon, 19 Aug 2002 22:20:35 +0300 (EEST) > > Module Name: pkgsrc > Committed By: seb > Date: Mon Aug 19 19:20:35 UTC 2002 > > Modified Files: > pkgsrc/devel/gettext: Makefile distinfo > pkgsrc/devel/gettext-lib: Makefile > pkgsrc/devel/gettext-m4: Makefile > pkgsrc/devel/gettext/patches: patch-aa patch-ac patch-ak > > Log Message: > Solaris fix... Now that gettext-lib's buildlink.mk makes it required on Solaris > fix build and PLIST: > - obey PKGLOCALEDIR > - fix libtool's install mode invocation. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2002/08/19 19:20:32 seb Exp $ d3 3 a5 5 --- intl/Makefile.in.orig Mon Apr 27 23:53:18 1998 +++ intl/Makefile.in @@@@ -119,11 +119,11 @@@@ install-exec: all $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \ fi; \ d8 1 a8 1 + $(LIBTOOL) --mode=install ${INSTALL_DATA} libintl.la $(libdir); \ d10 1 a10 1 : ; \ a14 2 if test -r $(MKINSTALLDIRS); then \ $(MKINSTALLDIRS) $(gettextsrcdir); \ @ 1.1 log @Add bugfixes from glibc and build a shared library version of libintl. Bump version to 0.10.35nb1. @ text @d3 3 a5 7 Fix for shared libintl --- intl/Makefile.in.orig Fri Jun 23 03:38:59 2000 +++ intl/Makefile.in Fri Jun 23 03:54:52 2000 @@@@ -119,7 +119,7 @@@@ $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \ fi; \ d10 1 a10 1 : ; \ d12 3 @