Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 565382
Collapse All | Expand All

(-)a/net-ftp/gproftpd/gproftpd-8.3.2-r1.ebuild (-11 / +2 lines)
Lines 11-17 Link Here
11
KEYWORDS="amd64 ~ppc sparc x86"
11
KEYWORDS="amd64 ~ppc sparc x86"
12
SLOT="0"
12
SLOT="0"
13
13
14
IUSE="gnome ssl"
14
IUSE="gnome"
15
15
16
# Requiring ProFTPD 1.2.9 due to security fixes
16
# Requiring ProFTPD 1.2.9 due to security fixes
17
RDEPEND="x11-libs/gtk+:2
17
RDEPEND="x11-libs/gtk+:2
Lines 19-25 Link Here
19
	>=x11-libs/pango-1.0
19
	>=x11-libs/pango-1.0
20
	>=dev-libs/atk-1.0
20
	>=dev-libs/atk-1.0
21
	>=media-libs/freetype-2.0
21
	>=media-libs/freetype-2.0
22
	ssl? ( >=dev-libs/openssl-0.9.6f )
23
	>=net-ftp/proftpd-1.2.9"
22
	>=net-ftp/proftpd-1.2.9"
24
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
25
	virtual/pkgconfig"
24
	virtual/pkgconfig"
Lines 30-45 Link Here
30
	#location of proftpd.conf
29
	#location of proftpd.conf
31
	myconf="/etc/proftpd"
30
	myconf="/etc/proftpd"
32
31
33
	if use ssl; then
34
		# enable mod_tls
35
		modules="${modules}:mod_tls"
36
		includes="${include}:/usr/kerberos/include"
37
	fi
38
39
	econf --sysconfdir=${myconf} \
32
	econf --sysconfdir=${myconf} \
40
		--localstatedir=/var \
33
		--localstatedir=/var
41
		--with-modules=${modules} \
42
		--with-includes=${includes}
43
}
34
}
44
35
45
src_install () {
36
src_install () {

Return to bug 565382