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

(-)file_not_specified_in_diff (-19 / +9 lines)
Line 1 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
--
Line 10 Link Here
10
DEFLATE_VER="0.4"
10
DEFLATE_VER="0.5"
11
--
Lines 78-80 Link Here
78
	# Fix segfault on conf check, Gentoo bug #297310
79
	epatch "${FILESDIR}"/${P}-tls-shmcache-bug3359.patch
80
Lines 170-171 Link Here
170
	LIBS="${myl}" econf --sbindir=/usr/sbin --localstatedir=/var/run/proftpd \
167
	LIBS="${myl:1}" econf --sbindir=/usr/sbin --localstatedir=/var/run/proftpd \
171
		--sysconfdir=/etc/proftpd --enable-shadow --enable-autoshadow \
168
		--sysconfdir=/etc/proftpd --enable-shadow --enable-autoshadow ${myc:1} \
172
--
Lines 180-181 Link Here
180
		$(use_enable pam auth-pam) \
177
		$(use_enable pam auth-pam)
181
		${myc:1} || die "econf failed"
182
--
Line 185 Link Here
185
	emake DESTDIR="${D}" install || die "emake install failed"
181
	emake DESTDIR="${D}" install
186
--
Line 187 Link Here
183
	insinto /etc/proftpd
184
	doins "${FILESDIR}"/proftpd.conf.sample
Line 188 Link Here
188
	newinitd "${FILESDIR}"/proftpd.rc7 proftpd
186
	newinitd "${FILESDIR}"/proftpd.initd proftpd
189
--
Lines 193-194 Link Here
193
	insinto /etc/proftpd
194
	doins "${FILESDIR}"/proftpd.conf.sample

Return to bug 305343