summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-09-05 16:14:31 +0000
committerTilman Klar <phoenix@gentoo.org>2002-09-05 16:14:31 +0000
commit48fd022ee44e2d4139f7fc7c3512fc7f4706feb8 (patch)
tree87170cc82bdaf2976a0725ed5684d3c8c78501ce /net-dialup/ppp
parentRemoved symlink. See bug #7448 (diff)
downloadgentoo-2-48fd022ee44e2d4139f7fc7c3512fc7f4706feb8.tar.gz
gentoo-2-48fd022ee44e2d4139f7fc7c3512fc7f4706feb8.tar.bz2
gentoo-2-48fd022ee44e2d4139f7fc7c3512fc7f4706feb8.zip
Added callback functionality to -r11
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r--net-dialup/ppp/ChangeLog9
-rw-r--r--net-dialup/ppp/ppp-2.4.1-r11.ebuild6
2 files changed, 10 insertions, 5 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog
index c2f7c7ea14c6..6ba54a062b74 100644
--- a/net-dialup/ppp/ChangeLog
+++ b/net-dialup/ppp/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for net-dialup/ppp
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.8 2002/08/28 15:37:20 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.9 2002/09/05 16:14:31 phoenix Exp $
*ppp-2.4.1-r11 (28 Aug 2002)
+
+ 05 Sep 2002; phoen][x <phoenix@gentoo.org> ppp-2.4.1-r11.ebuild :
+
+ Enabled callback.
+ This closes bug 7373.
- 3 Aug 2002; phoen][x <phoenix@gentoo.org> ppp-2.4.1-r11.ebuild :
+ 28 Aug 2002; phoen][x <phoenix@gentoo.org> ppp-2.4.1-r11.ebuild :
Added ipv6 useflag support.
This closes bug 6972.
diff --git a/net-dialup/ppp/ppp-2.4.1-r11.ebuild b/net-dialup/ppp/ppp-2.4.1-r11.ebuild
index 35b5181df235..c793cf80c276 100644
--- a/net-dialup/ppp/ppp-2.4.1-r11.ebuild
+++ b/net-dialup/ppp/ppp-2.4.1-r11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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.1-r11.ebuild,v 1.1 2002/08/28 15:37:20 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r11.ebuild,v 1.2 2002/09/05 16:14:31 phoenix Exp $
S=${WORKDIR}/${P}.pppoe4
DESCRIPTION="Point-to-point protocol - patched for pppoe"
@@ -32,11 +32,11 @@ src_compile() {
sed -e "s:COPTS = -O2 -pipe -Wall -g:COPTS = ${CFLAGS}:" \
-e "s/LIBS =/LIBS = -lcrypt/" \
-e "s/#HAVE_INET6/HAVE_INET6/" \
- Makefile.orig > Makefile
+ -e "s/# CBCP_SUPPORT/CBCP_SUPPORT/" Makefile.orig > Makefile
else
sed -e "s:COPTS = -O2 -pipe -Wall -g:COPTS = ${CFLAGS}:" \
-e "s/LIBS =/LIBS = -lcrypt/" \
- Makefile.orig > Makefile
+ -e "s/# CBCP_SUPPORT/CBCP_SUPPORT/" Makefile.orig > Makefile
fi
cd plugins