* [gentoo-commits] gentoo-x86 commit in app-arch/dpkg/files: dpkg-1.14.12-nls.patch digest-dpkg-1.14.12
@ 2007-12-24 11:39 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2007-12-24 11:39 UTC (permalink / raw
To: gentoo-commits
vapier 07/12/24 11:39:13
Added: dpkg-1.14.12-nls.patch digest-dpkg-1.14.12
Log:
Version bump #192113 which includes zlib fix #166437 by Thilo Bangert. Also make nls stuff optional #192819 by Natanael Copa.
(Portage version: 2.1.4_rc11)
Revision Changes Path
1.1 app-arch/dpkg/files/dpkg-1.14.12-nls.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/dpkg/files/dpkg-1.14.12-nls.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/dpkg/files/dpkg-1.14.12-nls.patch?rev=1.1&content-type=text/plain
Index: dpkg-1.14.12-nls.patch
===================================================================
respect the configure nls flag
http://bugs.gentoo.org/192819
--- man/Makefile.in
+++ man/Makefile.in
@@ -223,7 +223,11 @@
top_srcdir = @top_srcdir@
# Extract the list of languages from the po4a config file.
+ifeq ($(USE_NLS),yes)
LINGUAS = $(shell sed -ne 's/^.*\[po4a_langs\] \(.*\)$$/\1/p' $(srcdir)/po/po4a.cfg)
+else
+LINGUAS = C
+endif
dist_man_MANS = \
822-date.1 \
cleanup-info.8 \
1.1 app-arch/dpkg/files/digest-dpkg-1.14.12
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/dpkg/files/digest-dpkg-1.14.12?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/dpkg/files/digest-dpkg-1.14.12?rev=1.1&content-type=text/plain
Index: digest-dpkg-1.14.12
===================================================================
MD5 76bf280f2af1711d159ba33e3024d84a dpkg_1.14.12.tar.gz 6294479
RMD160 a0b4e7260c5394d6ec8beee973fe87672dccec08 dpkg_1.14.12.tar.gz 6294479
SHA256 4b53972170dab48ea387f2af950cfad4793bc97539f6f315a41f239282122a7b dpkg_1.14.12.tar.gz 6294479
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-24 11:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-24 11:39 [gentoo-commits] gentoo-x86 commit in app-arch/dpkg/files: dpkg-1.14.12-nls.patch digest-dpkg-1.14.12 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox