Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/wvstreams: wvstreams-4.4.ebuild ChangeLog wvstreams-4.4.1.ebuild
Date: Sat, 21 Jun 2008 01:35:03
Message-Id: E1K9s0H-0000X1-Kv@stork.gentoo.org
1 mrness 08/06/21 01:34:57
2
3 Modified: wvstreams-4.4.ebuild ChangeLog
4 Added: wvstreams-4.4.1.ebuild
5 Log:
6 Fix broken compilation when valgrind is installed (#210867).
7 Version bump (#211327).
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.10 net-libs/wvstreams/wvstreams-4.4.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.4.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.4.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.4.ebuild?r1=1.9&r2=1.10
16
17 Index: wvstreams-4.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.4.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- wvstreams-4.4.ebuild 14 May 2008 22:59:35 -0000 1.9
24 +++ wvstreams-4.4.ebuild 21 Jun 2008 01:34:57 -0000 1.10
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.4.ebuild,v 1.9 2008/05/14 22:59:35 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.4.ebuild,v 1.10 2008/06/21 01:34:57 mrness Exp $
30
31 WANT_AUTOCONF=latest
32 WANT_AUTOMAKE=none
33 @@ -42,6 +42,7 @@
34 epatch "${FILESDIR}/${P}-type-punned.patch"
35 epatch "${FILESDIR}/${P}-sigaction.patch"
36 epatch "${FILESDIR}/${P}-wvconfemu.patch"
37 + epatch "${FILESDIR}/${P}-valgrind.patch"
38
39 epatch "${FILESDIR}/${P}-external-xplc.patch"
40 local XPLC_VER=`best_version dev-libs/xplc`
41
42
43
44 1.121 net-libs/wvstreams/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?rev=1.121&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?rev=1.121&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?r1=1.120&r2=1.121
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v
53 retrieving revision 1.120
54 retrieving revision 1.121
55 diff -u -r1.120 -r1.121
56 --- ChangeLog 14 May 2008 22:59:35 -0000 1.120
57 +++ ChangeLog 21 Jun 2008 01:34:57 -0000 1.121
58 @@ -1,6 +1,25 @@
59 # ChangeLog for net-libs/wvstreams
60 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.120 2008/05/14 22:59:35 flameeyes Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.121 2008/06/21 01:34:57 mrness Exp $
63 +
64 +*wvstreams-4.4.1 (21 Jun 2008)
65 +
66 + 21 Jun 2008; Alin Năstac <mrness@g.o>
67 + +files/wvstreams-4.4.1-MOC-fix.patch,
68 + +files/wvstreams-4.4.1-as-needed.patch,
69 + +files/wvstreams-4.4.1-external-xplc.patch,
70 + +files/wvstreams-4.4.1-gcc43.patch, +files/wvstreams-4.4.1-gnulib.patch,
71 + +files/wvstreams-4.4.1-linux-serial.patch,
72 + +files/wvstreams-4.4.1-sigaction.patch,
73 + +files/wvstreams-4.4.1-type-punned.patch,
74 + +files/wvstreams-4.4.1-uniconfd-ini.patch,
75 + +files/wvstreams-4.4.1-valgrind.patch,
76 + +files/wvstreams-4.4.1-wireless-user.patch,
77 + +files/wvstreams-4.4.1-wvconfemu.patch,
78 + +files/wvstreams-4.4-valgrind.patch, wvstreams-4.4.ebuild,
79 + +wvstreams-4.4.1.ebuild:
80 + Fix broken compilation when valgrind is installed (#210867). Version bump
81 + (#211327).
82
83 14 May 2008; Diego Pettenò <flameeyes@g.o> wvstreams-4.4.ebuild:
84 Depend on virtual/pam as the code builds fine with OpenPAM.
85
86
87
88 1.1 net-libs/wvstreams/wvstreams-4.4.1.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.4.1.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.4.1.ebuild?rev=1.1&content-type=text/plain
92
93 Index: wvstreams-4.4.1.ebuild
94 ===================================================================
95 # Copyright 1999-2008 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.4.1.ebuild,v 1.1 2008/06/21 01:34:57 mrness Exp $
98
99 WANT_AUTOCONF=latest
100 WANT_AUTOMAKE=none
101
102 inherit eutils fixheadtails autotools qt3
103
104 DESCRIPTION="A network programming library in C++"
105 HOMEPAGE="http://alumnit.ca/wiki/?WvStreams"
106 SRC_URI="http://wvstreams.googlecode.com/files/${P}.tar.gz"
107
108 LICENSE="GPL-2"
109 SLOT="0"
110 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
111 IUSE="qt3 qdbm pam slp doc debug"
112
113 RESTRICT="test"
114
115 RDEPEND=">=sys-libs/db-4
116 sys-libs/zlib
117 dev-libs/openssl
118 dev-libs/xplc
119 qt3? ( $(qt_min_version 3.1) )
120 qdbm? ( dev-db/qdbm )
121 pam? ( sys-libs/pam )
122 slp? ( net-libs/openslp )"
123
124 DEPEND="${RDEPEND}
125 dev-util/pkgconfig
126 doc? ( app-doc/doxygen )"
127
128 src_unpack() {
129 unpack ${A}
130
131 epatch "${FILESDIR}/${P}-linux-serial.patch"
132 epatch "${FILESDIR}/${P}-wireless-user.patch"
133 epatch "${FILESDIR}/${P}-uniconfd-ini.patch"
134 epatch "${FILESDIR}/${P}-as-needed.patch"
135 epatch "${FILESDIR}/${P}-type-punned.patch"
136 epatch "${FILESDIR}/${P}-sigaction.patch"
137 epatch "${FILESDIR}/${P}-wvconfemu.patch"
138 epatch "${FILESDIR}/${P}-external-xplc.patch"
139 use qt3 && epatch "${FILESDIR}/${P}-MOC-fix.patch"
140 epatch "${FILESDIR}/${P}-valgrind.patch"
141 epatch "${FILESDIR}/${P}-gnulib.patch"
142 epatch "${FILESDIR}/${P}-gcc43.patch"
143
144 ht_fix_file "${S}/configure.ac"
145
146 #needed by xplc, as-needed and gnulib patch
147 cd "${S}"
148 eautoreconf || die "eautoreconf failed"
149 }
150
151 src_compile() {
152 econf \
153 `use_with qdbm` \
154 `use_with pam` \
155 `use_with slp openslp` \
156 `use_with qt3 qt` \
157 `use_enable debug` \
158 --disable-optimization \
159 --without-tcl \
160 --without-swig \
161 --with-xplc \
162 --enable-verbose \
163 --with-bdb \
164 --with-zlib \
165 --with-openssl \
166 || die "configure failed"
167 emake CXXOPTS="-fPIC -DPIC" COPTS="-fPIC -DPIC" || die "compile failed"
168 use doc && doxygen
169 }
170
171 src_install() {
172 emake DESTDIR="${D}" install || die "make install failed"
173
174 if use doc ; then
175 #the list of files is too big for dohtml -r Docs/doxy-html/*
176 cd Docs/doxy-html
177 dohtml -r *
178 fi
179 }
180
181
182
183 --
184 gentoo-commits@l.g.o mailing list