* [gentoo-commits] gentoo-x86 commit in dev-libs/icu/files: icu-4.6.1-parallel_installation.patch
@ 2011-04-27 18:49 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-27 18:49 UTC (permalink / raw
To: gentoo-commits
arfrever 11/04/27 18:49:31
Added: icu-4.6.1-parallel_installation.patch
Log:
Fix parallel installation (bug #272328).
(Portage version: 2.2.0_alpha30_p6/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-libs/icu/files/icu-4.6.1-parallel_installation.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-4.6.1-parallel_installation.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-4.6.1-parallel_installation.patch?rev=1.1&content-type=text/plain
Index: icu-4.6.1-parallel_installation.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=272328
https://ssl.icu-project.org/trac/ticket/7628
https://ssl.icu-project.org/trac/changeset/29657
--- extra/uconv/Makefile.in
+++ extra/uconv/Makefile.in
@@ -1,6 +1,6 @@
## ******************************************************************************
## *
-## * Copyright (C) 1999-2009, International Business Machines
+## * Copyright (C) 1999-2011, International Business Machines
## * Corporation and others. All Rights Reserved.
## *
## *******************************************************************************
@@ -147,7 +147,7 @@
endif
-package-resfiles: $(RESDIR)/$(RESDIR).lst pkgdata.inc
+package-resfiles: $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
$(INVOKE) $(PKGDATA_INVOKE_OPTS) $(TOOLBINDIR)/pkgdata -p $(MSGNAME) $(PKGDATA_OPTS) -m $(PKGMODE) -s $(RESDIR) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
$(RESDIR)/$(RESDIR).lst: Makefile $(srcdir)/resfiles.mk
@@ -159,7 +159,7 @@
# no install for static mode
ifneq ($(UCONVMSG_MODE),static)
-install-resfiles: $(RESFILES)
+install-resfiles: $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
$(MKINSTALLDIRS) $(DESTDIR)$(ICUDATA_DIR)
$(INVOKE) $(TOOLBINDIR)/pkgdata -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -I $(INSTALLTO) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
else
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-27 18:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 18:49 [gentoo-commits] gentoo-x86 commit in dev-libs/icu/files: icu-4.6.1-parallel_installation.patch Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox