View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-8 / +1 lines)
 Lines 9-16    Link Here 
DESCRIPTION="Advanced version control system"
DESCRIPTION="Advanced version control system"
HOMEPAGE="http://subversion.tigris.org/"
HOMEPAGE="http://subversion.tigris.org/"
SRC_URI="http://subversion.tigris.org/downloads/${P/_/-}.tar.bz2
SRC_URI="http://subversion.tigris.org/downloads/${P/_/-}.tar.bz2"
	mirror://gentoo/${P}-ra_serf-improvements.patch.bz2"
LICENSE="Subversion"
LICENSE="Subversion"
SLOT="0"
SLOT="0"
 Lines 72-80    Link Here 
	cd "${S}"
	cd "${S}"
	epatch "${FILESDIR}"/1.5.0/disable-unneeded-linking.patch
	epatch "${FILESDIR}"/1.5.0/disable-unneeded-linking.patch
	epatch "${WORKDIR}"/${P}-ra_serf-improvements.patch
	sed -i -e '/NEON_\(ALLOWED_LIST\|RECOMMENDED_VER\)/s/0\.28\.2/& 0.28.3/g' configure.ac
	sed -i \
	sed -i \
		-e "s/\(BUILD_RULES=.*\) bdb-test\(.*\)/\1\2/g" \
		-e "s/\(BUILD_RULES=.*\) bdb-test\(.*\)/\1\2/g" \
 Lines 120-128    Link Here 
		--without-junit \
		--without-junit \
		--disable-mod-activation
		--disable-mod-activation
	# Respect the user LDFLAGS when building Subversion SWIG bindings.
	export SWIG_LDFLAGS="${LDFLAGS}"
	emake local-all || die "Building of core Subversion failed"
	emake local-all || die "Building of core Subversion failed"
	if use python; then
	if use python; then