Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/tcl/files: tcl-8.4.16-multilib.patch digest-tcl-8.5.0 digest-tcl-8.4.16 digest-tcl-8.5_beta3 digest-tcl-8.5_alpha6 digest-tcl-8.4.14-r1 digest-tcl-8.4.14 tcl-8.3.5-tclm4-soname.patch
Date: Sat, 22 Dec 2007 03:55:02
Message-Id: E1J5vRv-0006PV-JD@stork.gentoo.org
1 matsuu 07/12/22 03:54:55
2
3 Added: tcl-8.4.16-multilib.patch digest-tcl-8.5.0
4 digest-tcl-8.4.16
5 Removed: digest-tcl-8.5_beta3 digest-tcl-8.5_alpha6
6 digest-tcl-8.4.14-r1 digest-tcl-8.4.14
7 tcl-8.3.5-tclm4-soname.patch
8 Log:
9 Version bumped, bug #194385.
10 (Portage version: 2.1.3.19)
11
12 Revision Changes Path
13 1.1 dev-lang/tcl/files/tcl-8.4.16-multilib.patch
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/tcl/files/tcl-8.4.16-multilib.patch?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/tcl/files/tcl-8.4.16-multilib.patch?rev=1.1&content-type=text/plain
17
18 Index: tcl-8.4.16-multilib.patch
19 ===================================================================
20 diff -Naur tcl8.4.16.orig/unix/configure.in tcl8.4.16/unix/configure.in
21 --- tcl8.4.16.orig/unix/configure.in 2007-09-22 02:07:02.000000000 +0900
22 +++ tcl8.4.16/unix/configure.in 2007-12-15 10:43:16.000000000 +0900
23 @@ -570,7 +570,7 @@
24 DBGX='${TCL_DBGX}'
25 eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
26
27 -TCL_LIBRARY='$(prefix)/lib/tcl$(VERSION)'
28 +TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
29 PRIVATE_INCLUDE_DIR='$(includedir)'
30 HTML_DIR='$(DISTDIR)/html'
31
32 @@ -669,7 +669,7 @@
33 if test "$FRAMEWORK_BUILD" = "1" ; then
34 test -z "$TCL_PACKAGE_PATH" && \
35 TCL_PACKAGE_PATH="~/Library/Tcl /Library/Tcl /Network/Library/Tcl /System/Library/Tcl ~/Library/Frameworks /Library/Frameworks /Network/Library/Frameworks /System/Library/Frameworks"
36 -elif test "$prefix" != "$exec_prefix"; then
37 +elif test "$prefix" != "$exec_prefix" -o "${libdir}" != "${prefix}/lib"; then
38 TCL_PACKAGE_PATH="${libdir} ${prefix}/lib ${TCL_PACKAGE_PATH}"
39 else
40 TCL_PACKAGE_PATH="${prefix}/lib ${TCL_PACKAGE_PATH}"
41
42
43
44 1.1 dev-lang/tcl/files/digest-tcl-8.5.0
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/tcl/files/digest-tcl-8.5.0?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/tcl/files/digest-tcl-8.5.0?rev=1.1&content-type=text/plain
48
49 Index: digest-tcl-8.5.0
50 ===================================================================
51 MD5 d890c505465411b25050b6cd95971d2c tcl8.5.0-src.tar.gz 4352897
52 RMD160 f398a26ea7c8937507049a927f918d18c906f6e5 tcl8.5.0-src.tar.gz 4352897
53 SHA256 f364c89117ac833950bfedd84818c309fafdf6d600aa9e6df91096869672797c tcl8.5.0-src.tar.gz 4352897
54
55
56
57 1.1 dev-lang/tcl/files/digest-tcl-8.4.16
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/tcl/files/digest-tcl-8.4.16?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/tcl/files/digest-tcl-8.4.16?rev=1.1&content-type=text/plain
61
62 Index: digest-tcl-8.4.16
63 ===================================================================
64 MD5 f1c783a49547778d160e10be2fb5d76f tcl8.4.16-src.tar.gz 3641017
65 RMD160 8432aff66525a3c3f9dadb2bd8e32c28c539d14d tcl8.4.16-src.tar.gz 3641017
66 SHA256 23e925a59744e9f2bce7770971ad5d7b22ea74770f71fdfa24d5ed364781356d tcl8.4.16-src.tar.gz 3641017
67
68
69
70 --
71 gentoo-commits@g.o mailing list