summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-02-22 01:36:18 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-02-22 01:36:18 +0000
commitfa8c326fd1abb600587caf9f5e242fd26e27272b (patch)
treea51764760b106b6aa17bab6ac6ee835ede80516b /net-dialup
parentInitial Import. (diff)
downloadhistorical-fa8c326fd1abb600587caf9f5e242fd26e27272b.tar.gz
historical-fa8c326fd1abb600587caf9f5e242fd26e27272b.tar.bz2
historical-fa8c326fd1abb600587caf9f5e242fd26e27272b.zip
bug #41914
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ppp/ChangeLog5
-rw-r--r--net-dialup/ppp/Manifest8
-rw-r--r--net-dialup/ppp/ppp-2.4.2.ebuild3
3 files changed, 10 insertions, 6 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog
index 9e1ac28301c6..6362c7e133b4 100644
--- a/net-dialup/ppp/ChangeLog
+++ b/net-dialup/ppp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/ppp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.48 2004/02/15 03:21:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.49 2004/02/22 01:36:18 lanius Exp $
+
+ 22 Feb 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2.ebuild:
+ bug #41914
14 Feb 2004; Aron Griffis <agriffis@gentoo.org> ppp-2.4.2.ebuild,
files/2.4.2/pcap.patch:
diff --git a/net-dialup/ppp/Manifest b/net-dialup/ppp/Manifest
index fb95535ec2d3..b0b54310e420 100644
--- a/net-dialup/ppp/Manifest
+++ b/net-dialup/ppp/Manifest
@@ -1,18 +1,18 @@
MD5 51457a2491f5e903b350d582b49f7c51 ppp-2.4.2_beta3-r1.ebuild 3877
MD5 7226a185b85b8dd36ce1eefb89ec2505 ppp-2.4.1-r14.ebuild 4617
-MD5 05ee914cf36f8d8dcd413a31046a87a0 ppp-2.4.2.ebuild 3862
-MD5 72ae95155dd07bb0cf75472bf1e800ce ChangeLog 8490
+MD5 2e4a73e5e8be1cfd54a06ece1794b9a7 ppp-2.4.2.ebuild 3886
+MD5 10e03feee05cdbb36f5b11e21b282ec4 ChangeLog 8571
MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
MD5 4e62cdeb360ca0a22becbd2deb6f2dac files/pon 957
MD5 86cdaf133f7a79fb464f02d83afc7734 files/plog 146
MD5 05b7394b35a2342033b52134568bf6b8 files/poff 2723
-MD5 5f6f3203688bc5a2eceef8301f482c9f files/chat-default 344
+MD5 03eb44456283c43760269a92083946d3 files/chat-default 345
MD5 824964465508977f9d0836f029d6b02f files/ppp-2.4.1-openssl-0.9.6-mppe-patch.gz 36112
MD5 47bae70427ec4cb3ea1cc87ae799d0e3 files/gcc33-amd64.patch 1207
MD5 c74b7e519f593babcfc3821832d72819 files/ip-up 282
MD5 44cc662ba9aa61dd9add3ddd4c5ded57 files/pon.1 3607
MD5 feb6723fa9b971cb443cff79693db0cd files/ppp-crypto-fix.patch.bz2 35770
-MD5 271b9ea36d7e7c5c6587036927d604e6 files/confd.ppp0 3309
+MD5 208e12ddd9a3e4c4ac470e9c4d7d7144 files/confd.ppp0 3310
MD5 4fda43c2f3f8b5b58a58e5d238991c0b files/digest-ppp-2.4.1-r14 65
MD5 f82a3ae0dba4ce6031bbf1405071e827 files/ppp-2.4.1-r10.patch 311
MD5 b783e9bd9ac5956c582499f0623195fe files/net.ppp0 4705
diff --git a/net-dialup/ppp/ppp-2.4.2.ebuild b/net-dialup/ppp/ppp-2.4.2.ebuild
index 40ec148be193..064af209399c 100644
--- a/net-dialup/ppp/ppp-2.4.2.ebuild
+++ b/net-dialup/ppp/ppp-2.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2.ebuild,v 1.2 2004/02/15 03:21:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2.ebuild,v 1.3 2004/02/22 01:36:18 lanius Exp $
DESCRIPTION="Point-to-point protocol - patched for PPPOE"
HOMEPAGE="http://www.samba.org/ppp"
@@ -48,6 +48,7 @@ src_unpack() {
}
src_compile() {
+ export WANT_AUTOCONF=2.1
# compile radius better than their makefile does
(cd pppd/plugins/radius/radiusclient && econf && emake) || die
./configure --prefix=/usr || die