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

Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +5 lines)
Line  Link Here
0
-- dev-util/subversion/subversion-1.4.6.ebuild
0
++ dev-util/subversion/subversion-1.4.6.ebuild
Lines 2-8 Link Here
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/dev-util/subversion/subversion-1.4.6.ebuild,v 1.9 2008/01/29 20:56:46 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.6.ebuild,v 1.9 2008/01/29 20:56:46 jer Exp $
4
4
5
inherit bash-completion depend.apache flag-o-matic elisp-common eutils java-pkg-opt-2 libtool multilib perl-module python
5
inherit autotools bash-completion depend.apache flag-o-matic elisp-common eutils java-pkg-opt-2 libtool multilib perl-module python
6
6
7
KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
7
KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
8
8
Lines 71-95 Link Here
71
	unpack ${A}
71
	unpack ${A}
72
	cd "${S}"
72
	cd "${S}"
73
73
74
	# assure we don't use the included libs by accident
75
	rm -Rf neon apr apr-util
76
77
	epatch "${FILESDIR}"/subversion-1.4-db4.patch
74
	epatch "${FILESDIR}"/subversion-1.4-db4.patch
78
	epatch "${FILESDIR}"/subversion-1.1.1-perl-vendor.patch
75
	epatch "${FILESDIR}"/subversion-1.1.1-perl-vendor.patch
79
	epatch "${FILESDIR}"/subversion-hotbackup-config.patch
76
	epatch "${FILESDIR}"/subversion-hotbackup-config.patch
80
	epatch "${FILESDIR}"/subversion-1.3.1-neon-config.patch
77
	epatch "${FILESDIR}"/subversion-1.3.1-neon-config.patch
81
	epatch "${FILESDIR}"/subversion-apr_cppflags.patch
78
	epatch "${FILESDIR}"/subversion-apr_cppflags.patch
82
	epatch "${FILESDIR}"/subversion-1.4.3-debug-config.patch
79
	epatch "${FILESDIR}"/subversion-1.4.3-debug-config.patch
80
	epatch "${FILESDIR}"/subversion-1.4.6-neon-0.28.patch
83
81
84
	sed -e 's/\(NEON_ALLOWED_LIST=.* 0.26.2\)"/\1 0.26.3 0.26.4"/' \
82
	sed -e 's/\(NEON_ALLOWED_LIST=.* 0.26.4\)"/\1 0.27.2 0.28.0"/' \
85
		-i configure.in
83
		-i configure.in
86
84
87
	sed -e "s:apr-config:apr-1-config:g" \
85
	sed -e "s:apr-config:apr-1-config:g" \
88
		-e "s:apu-config:apu-1-config:g" \
86
		-e "s:apu-config:apu-1-config:g" \
89
		-i build/ac-macros/{find_,}ap*
87
		-i build/ac-macros/{find_,}ap*
90
88
91
	export WANT_AUTOCONF=2.5
89
	eautoreconf
92
	autoconf
93
90
94
	sed -i -e 's,\(subversion/svnversion/svnversion.*\)\(>.*svn-revision.txt\),echo "exported" \2,' Makefile.in
91
	sed -i -e 's,\(subversion/svnversion/svnversion.*\)\(>.*svn-revision.txt\),echo "exported" \2,' Makefile.in
95
92

Return to bug 210535