Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/icedtea/files: icedtea-6.1.12.0-parallel-unpack.patch icedtea-7.2.3.4-parallel-unpack.patch
Date: Fri, 01 Feb 2013 09:12:50
Message-Id: 20130201091246.EF4CC2171D@flycatcher.gentoo.org
1 sera 13/02/01 09:12:46
2
3 Added: icedtea-6.1.12.0-parallel-unpack.patch
4 icedtea-7.2.3.4-parallel-unpack.patch
5 Log:
6 Fix parallel unpacking for cacao and jamvm. #453608
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
9
10 Revision Changes Path
11 1.1 dev-java/icedtea/files/icedtea-6.1.12.0-parallel-unpack.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/files/icedtea-6.1.12.0-parallel-unpack.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/files/icedtea-6.1.12.0-parallel-unpack.patch?rev=1.1&content-type=text/plain
15
16 Index: icedtea-6.1.12.0-parallel-unpack.patch
17 ===================================================================
18 Author: Ralph Sennhauser <sera@g.o>
19
20 Fix parallel unpacking #453608
21
22 diff --git a/Makefile.am b/Makefile.am
23 index 48029bc..34882a7 100644
24 --- a/Makefile.am
25 +++ b/Makefile.am
26 @@ -1099,7 +1099,7 @@ clean-extract-openjdk:
27 rm -f stamps/patch-fsg.stamp
28 rm -f stamps/patch.stamp
29
30 -stamps/extract-cacao.stamp:
31 +stamps/extract-cacao.stamp: stamps/download-cacao.stamp
32 if BUILD_CACAO
33 if !USE_SYSTEM_CACAO
34 if USE_ALT_CACAO_SRC_DIR
35 @@ -1124,7 +1124,7 @@ endif
36 mkdir -p stamps
37 touch $@
38
39 -stamps/extract-jamvm.stamp:
40 +stamps/extract-jamvm.stamp: stamps/download-jamvm.stamp
41 if BUILD_JAMVM
42 set -e ; \
43 if ! test -d jamvm ; \
44
45
46
47 1.1 dev-java/icedtea/files/icedtea-7.2.3.4-parallel-unpack.patch
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/files/icedtea-7.2.3.4-parallel-unpack.patch?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/files/icedtea-7.2.3.4-parallel-unpack.patch?rev=1.1&content-type=text/plain
51
52 Index: icedtea-7.2.3.4-parallel-unpack.patch
53 ===================================================================
54 Author: Ralph Sennhauser <sera@g.o>
55
56 Fix parallel unpacking #453608
57
58 diff --git a/Makefile.am b/Makefile.am
59 index 3f96d92..714cefa 100644
60 --- a/Makefile.am
61 +++ b/Makefile.am
62 @@ -1289,7 +1289,7 @@ endif
63 clean-extract-cacao: clean-cacao
64 rm -f stamps/extract-cacao.stamp
65
66 -stamps/extract-jamvm.stamp:
67 +stamps/extract-jamvm.stamp: stamps/download-jamvm.stamp
68 if BUILD_JAMVM
69 set -e ; \
70 if ! test -d jamvm ; \