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

Collapse All | Expand All

(-)conserver-8.0.1.ebuild.orig (-5 / +8 lines)
Lines 1-3 Link Here
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
1
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
2
# $Header: $
3
# $Header: $
3
4
Lines 7-23 Link Here
7
8
8
LICENSE="BSD"
9
LICENSE="BSD"
9
SLOT="0"
10
SLOT="0"
10
KEYWORDS="~x86"
11
KEYWORDS="~x86 ~sparc"
11
12
12
IUSE="pam ssl"
13
IUSE="pam ssl tcpd"
13
DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
14
DEPEND="ssl?  ( >=dev-libs/openssl-0.9.6g )
14
	pam? ( sys-libs/pam )"
15
	pam?  ( sys-libs/pam )
16
	tcpd? ( sys-apps/tcp-wrappers )"
15
17
16
src_compile() {
18
src_compile() {
17
	econf \
19
	econf \
18
		$(use_with ssl openssl) \
20
		$(use_with ssl openssl) \
19
		$(use_with pam) \
21
		$(use_with pam) \
20
		--with-logfile=/var/consoles/conserver.log \
22
		$(use_with tcpd libwrap) \
23
		--with-logfile=/var/log/conserver.log \
21
		--with-pidfile=/var/run/conserver.pid \
24
		--with-pidfile=/var/run/conserver.pid \
22
		--with-cffile=conserver/conserver.cf \
25
		--with-cffile=conserver/conserver.cf \
23
		--with-pwdfile=conserver/conserver.passwd \
26
		--with-pwdfile=conserver/conserver.passwd \

Return to bug 8652