Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/tork/files: tork-0.27-ext_tsocks.patch
Date: Sat, 29 Mar 2008 01:18:24
Message-Id: E1JfPi9-0006y0-IS@stork.gentoo.org
1 philantrop 08/03/29 01:18:21
2
3 Added: tork-0.27-ext_tsocks.patch
4 Log:
5 Version bump to 0.27 as per bug 213311.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 kde-misc/tork/files/tork-0.27-ext_tsocks.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/files/tork-0.27-ext_tsocks.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/files/tork-0.27-ext_tsocks.patch?rev=1.1&content-type=text/plain
13
14 Index: tork-0.27-ext_tsocks.patch
15 ===================================================================
16 diff -Naur tork-0.27.orig/src/Makefile.am tork-0.27/src/Makefile.am
17 --- tork-0.27.orig/src/Makefile.am 2008-02-12 22:16:15.000000000 +0100
18 +++ tork-0.27/src/Makefile.am 2008-03-29 01:45:24.000000000 +0100
19 @@ -12,9 +12,9 @@
20 geoipdir=GeoIP-1.4.0
21 endif
22
23 -tsocks=tsocks
24 +tsocks=-ltsocks
25
26 -SUBDIRS=icons arkollon $(geoipdir) $(tsocks) privoxytemplates \
27 +SUBDIRS=icons arkollon $(geoipdir) privoxytemplates \
28 torkapplet konqplugin tor_ioslave menu upnp .
29
30 DISTCLEANFILES=dcoptork.kidl
31 @@ -30,7 +30,7 @@
32
33 # the libraries to link against.
34 tork_LDADD = $(LIB_KIO) $(LIB_KFILE) $(LIB_KHTML) $(geoiplib) \
35 - upnp/libktupnp.la $(LIBGNUTLS_LIBS)
36 + $(tsocks) upnp/libktupnp.la $(LIBGNUTLS_LIBS)
37
38 # which sources should be compiled for tork
39 tork_SOURCES = upnpmanager.cpp trayicon.cpp trayhoverpopup.cpp chart.cpp configdialog.cpp \
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list