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

(-)a/freebsd-contrib-9.2_rc1.ebuild (-14 lines)
Lines 20-39 DEPEND="=sys-freebsd/freebsd-sources-${RV}* Link Here
20
20
21
S="${WORKDIR}/gnu"
21
S="${WORKDIR}/gnu"
22
22
23
src_unpack() {
24
	if [[ ${PV} == *9999* ]]; then
25
		freebsd_src_unpack
26
	else
27
		echo ">>> Unpacking needed parts of ${GNU}.tar.bz2 to ${WORKDIR}"
28
		tar -jxpf "${DISTDIR}/${GNU}.tar.bz2" gnu/lib/libodialog gnu/usr.bin/sort gnu/usr.bin/patch
29
		echo ">>> Unpacking needed parts of ${CONTRIB}.tar.bz2 to ${WORKDIR}"
30
		tar -jxpf "${DISTDIR}/${CONTRIB}.tar.bz2" contrib/gnu-sort
31
32
		freebsd_do_patches
33
		freebsd_rename_libraries
34
	fi
35
}
36
37
src_compile() {
23
src_compile() {
38
	cd "${S}/lib/libodialog"
24
	cd "${S}/lib/libodialog"
39
	freebsd_src_compile
25
	freebsd_src_compile

Return to bug 476646