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

(-)portage-overlay/net-www/apache/apache-1.3.31-r3.ebuild (-6 / +3 lines)
Lines 4-10 Link Here
4
4
5
inherit eutils fixheadtails
5
inherit eutils fixheadtails
6
6
7
IUSE="pam perl"
7
IUSE="pam"
8
8
9
mod_ssl_ver=2.8.19
9
mod_ssl_ver=2.8.19
10
PATCH_LEVEL="${PV}-r2"
10
PATCH_LEVEL="${PV}-r2"
Lines 19-26 Link Here
19
# The mod_ssl archive is only for providing the EAPI patch in here.
19
# The mod_ssl archive is only for providing the EAPI patch in here.
20
# You should install the net-www/mod_ssl package for the actual DSO.
20
# You should install the net-www/mod_ssl package for the actual DSO.
21
21
22
DEPEND="<=sys-libs/db-4.1
22
DEPEND="dev-lang/perl <=sys-libs/db-4.1
23
	perl? ( dev-lang/perl )
24
	>=dev-libs/mm-1.1.3
23
	>=dev-libs/mm-1.1.3
25
	>=sys-libs/gdbm-1.8
24
	>=sys-libs/gdbm-1.8
26
	>=dev-libs/expat-1.95.2
25
	>=dev-libs/expat-1.95.2
Lines 67-75 Link Here
67
	unset CFLAGS ; unset CXXFLAGS
66
	unset CFLAGS ; unset CXXFLAGS
68
67
69
	select_modules_config || die "determining modules"
68
	select_modules_config || die "determining modules"
70
	# Not everyone needs this
71
	use perl && myconf="${myconf} --with-perl=/usr/bin/perl"
72
73
69
74
	#-DBUFFERED_LOGS
70
	#-DBUFFERED_LOGS
75
	OPTIM="${mycflags} -DHARD_SERVER_LIMIT=${HARD_SERVER_LIMIT:=512} \
71
	OPTIM="${mycflags} -DHARD_SERVER_LIMIT=${HARD_SERVER_LIMIT:=512} \
Lines 98-103 Link Here
98
		--target=apache \
94
		--target=apache \
99
		--server-uid=apache \
95
		--server-uid=apache \
100
		--server-gid=apache \
96
		--server-gid=apache \
97
		--with-perl=/usr/bin/perl \
101
		--enable-rule=EAPI \
98
		--enable-rule=EAPI \
102
		--enable-rule=SHARED_CHAIN \
99
		--enable-rule=SHARED_CHAIN \
103
		${MY_BUILTINS} \
100
		${MY_BUILTINS} \

Return to bug 70983