Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 57043 | Differences between
and this patch

Collapse All | Expand All

(-)freeradius-0.9.3-r1.ebuild (-5 / +6 lines)
Lines 6-15 Link Here
6
6
7
IUSE="frascend frlargefiles frnothreds frxp kerberos ldap mysql pam postgres snmp ssl"
7
IUSE="frascend frlargefiles frnothreds frxp kerberos ldap mysql pam postgres snmp ssl"
8
8
9
MY_P=${P/_pre/-pre}
10
S="${WORKDIR}/${MY_P}"
11
9
DESCRIPTION="highly configurable free RADIUS server"
12
DESCRIPTION="highly configurable free RADIUS server"
10
SRC_URI="ftp://ftp.freeradius.org/pub/radius/${P}.tar.gz"
13
SRC_URI="ftp://ftp.freeradius.org/pub/radius/${MY_P}.tar.gz"
11
HOMEPAGE="http://www.freeradius.org/"
14
HOMEPAGE="http://www.freeradius.org/"
12
KEYWORDS="x86"
15
KEYWORDS="~x86"
13
LICENSE="GPL-2"
16
LICENSE="GPL-2"
14
SLOT="0"
17
SLOT="0"
15
18
Lines 28-38 Link Here
28
			dev-lang/perl )"
31
			dev-lang/perl )"
29
32
30
src_unpack() {
33
src_unpack() {
31
	unpack ${P}.tar.gz
34
	unpack ${MY_P}.tar.gz
32
	cd ${S}
35
	cd ${S}
33
36
34
	epatch ${FILESDIR}/${P}-rlm_smb.patch
35
36
	export WANT_AUTOCONF=2.1
37
	export WANT_AUTOCONF=2.1
37
	autoconf
38
	autoconf
38
}
39
}

Return to bug 57043