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

Collapse All | Expand All

(-)a/freebsd-lib-9.1-r10.ebuild (-3 / +4 lines)
Lines 34-40 if [ "${CATEGORY#*cross-}" = "${CATEGORY}" ]; then Link Here
34
		zfs? ( =sys-freebsd/freebsd-cddl-${RV}* )
34
		zfs? ( =sys-freebsd/freebsd-cddl-${RV}* )
35
		>=dev-libs/expat-2.0.1
35
		>=dev-libs/expat-2.0.1
36
		!sys-libs/libutempter
36
		!sys-libs/libutempter
37
		!sys-freebsd/freebsd-headers"
37
		!sys-freebsd/freebsd-headers
38
		!dev-libs/libelf"
38
	DEPEND="${RDEPEND}
39
	DEPEND="${RDEPEND}
39
		>=sys-devel/flex-2.5.31-r2
40
		>=sys-devel/flex-2.5.31-r2
40
		=sys-freebsd/freebsd-sources-${RV}*"
41
		=sys-freebsd/freebsd-sources-${RV}*"
Lines 88-99 PATCHES=( Link Here
88
	"${FILESDIR}/${PN}-6.0-pmc.patch"
89
	"${FILESDIR}/${PN}-6.0-pmc.patch"
89
	"${FILESDIR}/${PN}-6.0-flex-2.5.31.patch"
90
	"${FILESDIR}/${PN}-6.0-flex-2.5.31.patch"
90
	"${FILESDIR}/${PN}-6.1-csu.patch"
91
	"${FILESDIR}/${PN}-6.1-csu.patch"
91
	"${FILESDIR}/${PN}-9.0-liblink.patch"
92
	"${FILESDIR}/${PN}-bsdxml2expat.patch"
92
	"${FILESDIR}/${PN}-bsdxml2expat.patch"
93
	"${FILESDIR}/${PN}-9.0-netware.patch"
93
	"${FILESDIR}/${PN}-9.0-netware.patch"
94
	"${FILESDIR}/${PN}-9.0-cve-2010-2632.patch"
94
	"${FILESDIR}/${PN}-9.0-cve-2010-2632.patch"
95
	"${FILESDIR}/${PN}-9.0-bluetooth.patch"
95
	"${FILESDIR}/${PN}-9.0-bluetooth.patch"
96
	"${FILESDIR}/${PN}-9.1-.eh_frame_hdr-fix.patch"
96
	"${FILESDIR}/${PN}-9.1-.eh_frame_hdr-fix.patch"
97
	"${FILESDIR}/${PN}-9.1-liblink.patch"
97
	)
98
	)
98
99
99
# Here we disable and remove source which we don't need or want
100
# Here we disable and remove source which we don't need or want
Lines 118-124 REMOVE_SUBDIRS="ncurses \ Link Here
118
	libbegemot libbsnmp \
119
	libbegemot libbsnmp \
119
	libpam libpcap bind libwrap libmagic \
120
	libpam libpcap bind libwrap libmagic \
120
	libcom_err libtelnet
121
	libcom_err libtelnet
121
	libelf libedit
122
	libedit
122
	libstand
123
	libstand
123
	libgssapi"
124
	libgssapi"
124
125

Return to bug 479494