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

(-)file_not_specified_in_diff (-5 / +6 lines)
Line  Link Here
0
-- autofs-5.0.6-r5.ebuild
0
++ autofs-5.0.7.ebuild
Lines 1-4 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r5.ebuild,v 1.1 2011/12/17 03:45:15 pva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r5.ebuild,v 1.1 2011/12/17 03:45:15 pva Exp $
4
4
Lines 15-28 DESCRIPTION="Kernel based automounter" Link Here
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
18
IUSE="hesiod ldap sasl"
18
IUSE="hesiod ldap mount-locking sasl"
19
19
20
# USE="sasl" adds SASL support to the LDAP module which will not be build. If
20
# USE="sasl" adds SASL support to the LDAP module which will not be build. If
21
# SASL support should be available, please add "ldap" to the USE flags.
21
# SASL support should be available, please add "ldap" to the USE flags.
Lines 48-54 src_prepare() { Link Here
48
	#    #154797: Respect CC and CFLAGS
48
	#    #154797: Respect CC and CFLAGS
49
	#    #253412: Respect LDFLAGS
49
	#    #253412: Respect LDFLAGS
50
	#    #247969: Link order for --as-needed
50
	#    #247969: Link order for --as-needed
51
	epatch "${FILESDIR}"/${P}-respect-user-flags-and-fix-asneeded-r2.patch
51
	epatch "${FILESDIR}"/${PN}-5.0.6-respect-user-flags-and-fix-asneeded-r2.patch
52
52
53
	# Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/5371
53
	# Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/5371
54
	epatch "${FILESDIR}"/${PN}-5.0.5-fix-install-deadlink.patch
54
	epatch "${FILESDIR}"/${PN}-5.0.5-fix-install-deadlink.patch
Lines 61-67 src_prepare() { Link Here
61
	epatch "${FILESDIR}"/${PN}-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch
61
	epatch "${FILESDIR}"/${PN}-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch
62
62
63
	# https://bugs.gentoo.org/show_bug.cgi?id=381315
63
	# https://bugs.gentoo.org/show_bug.cgi?id=381315
64
	epatch "${FILESDIR}"/${P}-revert-ldap.patch
64
	epatch "${FILESDIR}"/${PN}-5.0.6-revert-ldap.patch
65
	eautoreconf
65
	eautoreconf
66
}
66
}
67
67
Lines 81-86 src_configure() { Link Here
81
		$(use_with ldap openldap) \
81
		$(use_with ldap openldap) \
82
		$(use_with sasl) \
82
		$(use_with sasl) \
83
		$(use_with hesiod) \
83
		$(use_with hesiod) \
84
		$(use_enable mount-locking) \
84
		--enable-ignore-busy
85
		--enable-ignore-busy
85
}
86
}
86
87

Return to bug 445010