Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/wvdial/files: wvdial-1.61-destdir.patch wvdial-1.61-as-needed.patch
Date: Thu, 27 May 2010 13:47:27
Message-Id: 20100527134718.8E8F02CF38@corvid.gentoo.org
1 pva 10/05/27 13:47:18
2
3 Added: wvdial-1.61-destdir.patch
4 wvdial-1.61-as-needed.patch
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-dialup/wvdial/files/wvdial-1.61-destdir.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/files/wvdial-1.61-destdir.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/files/wvdial-1.61-destdir.patch?rev=1.1&content-type=text/plain
14
15 Index: wvdial-1.61-destdir.patch
16 ===================================================================
17 === modified file 'Makefile.in'
18 --- Makefile.in 2010-05-27 13:08:26 +0000
19 +++ Makefile.in 2010-05-27 13:08:41 +0000
20 @@ -3,7 +3,7 @@
21 WVPACKAGE_TARNAME=@PACKAGE_TARNAME@
22 WVPACKAGE_VERSION=@PACKAGE_VERSION@
23
24 -prefix=/usr/local
25 +prefix=${DESTDIR}/usr
26 WVSTREAMS_INC=
27 WVSTREAMS_LIB=
28 WVSTREAMS_BIN=$(prefix)/bin
29 @@ -23,7 +23,7 @@
30
31 BINDIR=${prefix}/bin
32 MANDIR=${prefix}/share/man
33 -PPPDIR=/etc/ppp/peers
34 +PPPDIR=${DESTDIR}/etc/ppp/peers
35
36 include wvrules.mk
37
38
39 === modified file 'config.defaults.mk'
40 --- config.defaults.mk 2010-05-27 13:08:26 +0000
41 +++ config.defaults.mk 2010-05-27 13:43:03 +0000
42 @@ -13,7 +13,7 @@
43 LIBS_PAM=-lpam
44 LIBS_TCL=
45
46 -prefix=/usr/local
47 +prefix=${DESTDIR}/usr
48 datadir=${prefix}/share
49 includedir=${prefix}/include
50 infodir=${prefix}/share/info
51
52
53
54
55 1.1 net-dialup/wvdial/files/wvdial-1.61-as-needed.patch
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/files/wvdial-1.61-as-needed.patch?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/files/wvdial-1.61-as-needed.patch?rev=1.1&content-type=text/plain
59
60 Index: wvdial-1.61-as-needed.patch
61 ===================================================================
62 --- wvdial-1.60/Makefile.in 2008-12-14 17:18:25.000000000 +0100
63 +++ wvdial-1.60/Makefile.in 2008-12-14 17:20:13.000000000 +0100
64 @@ -15,10 +15,12 @@
65 ifeq ($(PC_LIBS),)
66 $(error WvStreams does not appear to be installed)
67 endif
68 LIBS+=$(PC_LIBS)
69
70 +wvdial-LIBS+= -luniconf
71 +
72 BINDIR=${prefix}/bin
73 MANDIR=${prefix}/share/man
74 PPPDIR=${DESTDIR}/etc/ppp/peers
75
76 include wvrules.mk