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

Collapse All | Expand All

(-)/usr/portage/net-ftp/proftpd/proftpd-1.3.1_rc2-r3.ebuild (-1 / +4 lines)
Lines 6-12 Link Here
6
6
7
KEYWORDS="alpha ~amd64 hppa ~mips ppc ppc64 sparc x86"
7
KEYWORDS="alpha ~amd64 hppa ~mips ppc ppc64 sparc x86"
8
8
9
IUSE="acl authfile clamav hardened ifsession ipv6 ldap mysql ncurses nls noauthunix opensslcrypt pam postgres radius rewrite selinux shaper sitemisc softquota ssl tcpd vroot xinetd"
9
IUSE="acl authfile clamav codeconv hardened ifsession ipv6 ldap linguas_ru mysql ncurses nls noauthunix opensslcrypt pam postgres radius rewrite selinux shaper sitemisc softquota ssl tcpd vroot xinetd"
10
10
11
SHAPER_VER="0.6.2"
11
SHAPER_VER="0.6.2"
12
VROOT_VER="0.7.2"
12
VROOT_VER="0.7.2"
Lines 78-83 Link Here
78
		cp -f mod_vroot/mod_vroot.c contrib/
78
		cp -f mod_vroot/mod_vroot.c contrib/
79
		cp -f mod_vroot/mod_vroot.html doc/
79
		cp -f mod_vroot/mod_vroot.html doc/
80
	fi
80
	fi
81
	use codeconv && epatch "${FILESDIR}/${PN}-1.3.1_rc1-codeconv.patch"
82
	use linguas_ru && epatch "${FILESDIR}/${PN}-cp1251-ya.patch"
81
}
83
}
82
84
83
src_compile() {
85
src_compile() {
Lines 95-100 Link Here
95
	use ssl && modules="${modules}:mod_tls"
97
	use ssl && modules="${modules}:mod_tls"
96
	use tcpd && modules="${modules}:mod_wrap"
98
	use tcpd && modules="${modules}:mod_wrap"
97
	use vroot && modules="${modules}:mod_vroot"
99
	use vroot && modules="${modules}:mod_vroot"
100
	use codeconv && modules="${modules}:mod_codeconv"
98
101
99
	# pam needs to be explicitely disabled
102
	# pam needs to be explicitely disabled
100
	use pam || myconf="${myconf} --enable-auth-pam=no"
103
	use pam || myconf="${myconf} --enable-auth-pam=no"

Return to bug 111152