Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/duma/files: duma-2.5.8-soname.patch digest-duma-2.5.8
Date: Wed, 10 Oct 2007 00:45:06
Message-Id: E1IfPXn-00080v-8A@stork.gentoo.org
1 nerdboy 07/10/10 00:35:23
2
3 Added: duma-2.5.8-soname.patch digest-duma-2.5.8
4 Log:
5 version bump and stable bump (special case) for bug 195203
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.1 dev-util/duma/files/duma-2.5.8-soname.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/duma/files/duma-2.5.8-soname.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/duma/files/duma-2.5.8-soname.patch?rev=1.1&content-type=text/plain
13
14 Index: duma-2.5.8-soname.patch
15 ===================================================================
16 --- Makefile.orig 2007-10-09 16:34:53.000000000 -0700
17 +++ Makefile 2007-10-09 16:54:28.000000000 -0700
18 @@ -326,8 +326,8 @@
19 else
20
21 $(DUMASO): duma_config.h $(SO_OBJECTS)
22 - $(CXX) -g -shared -Wl,-soname,$(DUMASO) -o $(DUMASO) $(SO_OBJECTS) -lpthread -lc
23 - $(CXX) -g -shared -o $(DUMASO) $(SO_OBJECTS) -lpthread -lc
24 + $(CXX) -g -shared -Wl,-soname -Wl,$(DUMASO) -o $(DUMASO) $(SO_OBJECTS) -lpthread -lc
25 +# $(CXX) -g -shared -o $(DUMASO) $(SO_OBJECTS) -lpthread -lc
26
27 endif
28
29
30
31
32 1.1 dev-util/duma/files/digest-duma-2.5.8
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/duma/files/digest-duma-2.5.8?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/duma/files/digest-duma-2.5.8?rev=1.1&content-type=text/plain
36
37 Index: digest-duma-2.5.8
38 ===================================================================
39 MD5 23d5868996f76a79bd148e76ff10eb23 duma_2_5_8.tar.gz 219961
40 RMD160 37a1cefa853b15ea5ec9da92a8deeca500ca34b9 duma_2_5_8.tar.gz 219961
41 SHA256 43a96d92384c22c191fbc6f935d0ed4ae378a561776dc7fcdf64763728c65770 duma_2_5_8.tar.gz 219961
42
43
44
45 --
46 gentoo-commits@g.o mailing list