pkgsrc/devel/gettext/patches/patch-al
joerg c53741bc22 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@.
2006-02-05 22:45:53 +00:00

22 lines
778 B
Text

$NetBSD: patch-al,v 1.2 2006/02/05 22:45:54 joerg Exp $
--- gettext-tools/po/Makefile.in.in.orig 2006-02-04 20:52:36.000000000 +0000
+++ gettext-tools/po/Makefile.in.in
@@ -156,7 +156,7 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
install: install-exec install-data
install-exec:
-install-data: install-data-@USE_NLS@
+install-data:
if test "$(PACKAGE)" = "gettext-tools"; then \
$(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
for file in $(DISTFILES.common) Makevars.template; do \
@@ -215,7 +215,7 @@ install-strip: install
installdirs: installdirs-exec installdirs-data
installdirs-exec:
-installdirs-data: installdirs-data-@USE_NLS@
+installdirs-data:
if test "$(PACKAGE)" = "gettext-tools"; then \
$(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
else \