Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/detox/files: detox-1.2.0-parallel.patch detox-1.2.0-LDFLAGS.patch
Date: Tue, 14 Oct 2008 16:55:52
Message-Id: E1KpnBV-0004Ne-7p@stork.gentoo.org
1 pva 08/10/14 16:55:49
2
3 Added: detox-1.2.0-parallel.patch
4 detox-1.2.0-LDFLAGS.patch
5 Log:
6 Version bump, bug #241328, thank pavel sanda for report.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-openvz.git-777e816 i686)
8
9 Revision Changes Path
10 1.1 app-misc/detox/files/detox-1.2.0-parallel.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/detox/files/detox-1.2.0-parallel.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/detox/files/detox-1.2.0-parallel.patch?rev=1.1&content-type=text/plain
14
15 Index: detox-1.2.0-parallel.patch
16 ===================================================================
17 https://sourceforge.net/tracker/index.php?func=detail&aid=2166387&group_id=101612&atid=630105
18
19 --- Makefile.in 2008-10-14 16:39:34 +0000
20 +++ Makefile.in 2008-10-14 16:38:51 +0000
21 @@ -131,7 +131,7 @@
22 ${INSTALL} -m 644 detox.1 ${DESTDIR}${mandir}/man1
23 ${INSTALL} -m 644 detoxrc.5 detox.tbl.5 ${DESTDIR}${mandir}/man5
24
25 -install-safe-config:
26 +install-safe-config: install-base
27 @if [ ! -f ${DESTDIR}${sysconfdir}/detoxrc ]; then \
28 ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}; \
29 else \
30 @@ -148,12 +148,12 @@
31 echo "${DESTDIR}${datadir}/detox/unicode.tbl exists, skipping"; \
32 fi
33
34 -install-unsafe-config:
35 +install-unsafe-config: install-base
36 ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}
37 ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox
38 ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox
39
40 -install-sample-config:
41 +install-sample-config: install-base
42 ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}/detoxrc.sample
43 ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox/iso8859_1.tbl.sample
44 ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox/unicode.tbl.sample
45
46
47
48
49 1.1 app-misc/detox/files/detox-1.2.0-LDFLAGS.patch
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/detox/files/detox-1.2.0-LDFLAGS.patch?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/detox/files/detox-1.2.0-LDFLAGS.patch?rev=1.1&content-type=text/plain
53
54 Index: detox-1.2.0-LDFLAGS.patch
55 ===================================================================
56 https://sourceforge.net/tracker/index.php?func=detail&aid=2166388&group_id=101612&atid=630105
57
58 --- Makefile.in 2008-10-14 16:37:22 +0000
59 +++ Makefile.in 2008-10-14 16:38:17 +0000
60 @@ -70,10 +70,10 @@
61 #
62
63 detox: ${detoxOBJS}
64 - ${CC} -o detox ${detoxOBJS} ${L_OPT}
65 + ${CC} ${LDFLAGS} -o detox ${detoxOBJS} ${L_OPT}
66
67 inline-detox: ${inline-detoxOBJS}
68 - ${CC} -o inline-detox ${inline-detoxOBJS} ${L_OPT}
69 + ${CC} ${LDFLAGS} -o inline-detox ${inline-detoxOBJS} ${L_OPT}
70
71 #
72 # Special Source Compiles