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

(-)file_not_specified_in_diff (-9 / +2 lines)
Line  Link Here
0
-- dev-util/subversion/subversion-1.5.1.ebuild
0
++ dev-util/subversion/subversion-1.5.2.ebuild
Lines 9-16 Link Here
9
9
10
DESCRIPTION="Advanced version control system"
10
DESCRIPTION="Advanced version control system"
11
HOMEPAGE="http://subversion.tigris.org/"
11
HOMEPAGE="http://subversion.tigris.org/"
12
SRC_URI="http://subversion.tigris.org/downloads/${P/_/-}.tar.bz2
12
SRC_URI="http://subversion.tigris.org/downloads/${P/_/-}.tar.bz2"
13
	mirror://gentoo/${P}-ra_serf-improvements.patch.bz2"
14
13
15
LICENSE="Subversion"
14
LICENSE="Subversion"
16
SLOT="0"
15
SLOT="0"
Lines 72-80 Link Here
72
	cd "${S}"
71
	cd "${S}"
73
72
74
	epatch "${FILESDIR}"/1.5.0/disable-unneeded-linking.patch
73
	epatch "${FILESDIR}"/1.5.0/disable-unneeded-linking.patch
75
	epatch "${WORKDIR}"/${P}-ra_serf-improvements.patch
76
77
	sed -i -e '/NEON_\(ALLOWED_LIST\|RECOMMENDED_VER\)/s/0\.28\.2/& 0.28.3/g' configure.ac
78
74
79
	sed -i \
75
	sed -i \
80
		-e "s/\(BUILD_RULES=.*\) bdb-test\(.*\)/\1\2/g" \
76
		-e "s/\(BUILD_RULES=.*\) bdb-test\(.*\)/\1\2/g" \
Lines 120-128 Link Here
120
		--without-junit \
116
		--without-junit \
121
		--disable-mod-activation
117
		--disable-mod-activation
122
118
123
	# Respect the user LDFLAGS when building Subversion SWIG bindings.
124
	export SWIG_LDFLAGS="${LDFLAGS}"
125
126
	emake local-all || die "Building of core Subversion failed"
119
	emake local-all || die "Building of core Subversion failed"
127
120
128
	if use python; then
121
	if use python; then

Return to bug 236223