diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-09-21 12:38:10 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-09-21 12:38:10 +0000 |
commit | 57e813192e1fc6a209440c2c4f1efe8fcd7334be (patch) | |
tree | b8f1f76d925d41bbb6d2e85897e1387690292c57 /net-dialup/cistronradius | |
parent | Fix bug #135633. (diff) | |
download | historical-57e813192e1fc6a209440c2c4f1efe8fcd7334be.tar.gz historical-57e813192e1fc6a209440c2c4f1efe8fcd7334be.tar.bz2 historical-57e813192e1fc6a209440c2c4f1efe8fcd7334be.zip |
Remove old version. Fix broken build on gcc-4.1.
Package-Manager: portage-2.1.1
Diffstat (limited to 'net-dialup/cistronradius')
4 files changed, 23 insertions, 2 deletions
diff --git a/net-dialup/cistronradius/ChangeLog b/net-dialup/cistronradius/ChangeLog index 8978083ddd74..89dfbc5383b4 100644 --- a/net-dialup/cistronradius/ChangeLog +++ b/net-dialup/cistronradius/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/cistronradius # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.15 2006/05/14 07:44:28 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.16 2006/09/21 12:38:09 mrness Exp $ + + 21 Sep 2006; Alin Nastac <mrness@gentoo.org> + +files/cistronradius-1.6.8-gcc41.patch, -cistronradius-1.6.7-r1.ebuild, + cistronradius-1.6.8.ebuild: + Remove old version. Fix broken build on gcc-4.1. 14 May 2006; Alin Nastac <mrness@gentoo.org> cistronradius-1.6.8.ebuild: Stable on x86. diff --git a/net-dialup/cistronradius/cistronradius-1.6.8.ebuild b/net-dialup/cistronradius/cistronradius-1.6.8.ebuild index 156fa22ebeb9..26de87b13422 100644 --- a/net-dialup/cistronradius/cistronradius-1.6.8.ebuild +++ b/net-dialup/cistronradius/cistronradius-1.6.8.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v 1.2 2006/05/14 07:44:28 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v 1.3 2006/09/21 12:38:09 mrness Exp $ + +inherit eutils DESCRIPTION="An authentication and accounting server for terminal servers that speak the RADIUS protocol." SRC_URI="ftp://ftp.radius.cistron.nl/pub/radius/radiusd-cistron-${PV}.tar.gz" @@ -19,6 +21,7 @@ S="${WORKDIR}/radiusd-cistron-${PV}/src" src_unpack() { unpack ${A} + epatch "${FILESDIR}/${P}-gcc41.patch" cd "${S}" sed -i -e "s:/usr/local:/usr:g" \ -e "s:-Wall -g:${CFLAGS}:g" Makefile diff --git a/net-dialup/cistronradius/files/cistronradius-1.6.8-gcc41.patch b/net-dialup/cistronradius/files/cistronradius-1.6.8-gcc41.patch new file mode 100644 index 000000000000..7600df739c7b --- /dev/null +++ b/net-dialup/cistronradius/files/cistronradius-1.6.8-gcc41.patch @@ -0,0 +1,11 @@ +diff -Nru radiusd-cistron-1.6.8.orig/src/radiusd.h radiusd-cistron-1.6.8/src/radiusd.h +--- radiusd-cistron-1.6.8.orig/src/radiusd.h 2003-12-08 18:12:22.000000000 +0200 ++++ radiusd-cistron-1.6.8/src/radiusd.h 2006-09-21 15:33:05.000000000 +0300 +@@ -204,7 +204,6 @@ + extern char *radwtmp_path; + extern UINT4 expiration_seconds; + extern UINT4 warning_seconds; +-extern int radius_pid; + extern int use_dbm; + extern int use_dns; + extern int use_wtmp; diff --git a/net-dialup/cistronradius/files/digest-cistronradius-1.6.8 b/net-dialup/cistronradius/files/digest-cistronradius-1.6.8 index 1069b932dfa3..98864f32f7da 100644 --- a/net-dialup/cistronradius/files/digest-cistronradius-1.6.8 +++ b/net-dialup/cistronradius/files/digest-cistronradius-1.6.8 @@ -1 +1,3 @@ MD5 66709d6db81f5f77db82de27fe42c700 radiusd-cistron-1.6.8.tar.gz 199459 +RMD160 06de37ca5e8a8354aaa7387255929388b49edb61 radiusd-cistron-1.6.8.tar.gz 199459 +SHA256 ed08ff8fb3f49ac5a921c2e23b639e9b87db85e3e6105953c5a921b9a2cc6150 radiusd-cistron-1.6.8.tar.gz 199459 |