Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9257 Details for
Bug 17308
working ebuild for Subversion 0.18.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
working with SANDBOX_DISABLED
subversion-0.18.1.ebuild (text/plain), 2.12 KB, created by
Kevin Williams
on 2003-03-11 11:11:12 UTC
(
hide
)
Description:
working with SANDBOX_DISABLED
Filename:
MIME Type:
Creator:
Kevin Williams
Created:
2003-03-11 11:11:12 UTC
Size:
2.12 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 ># $Header$ > >DESCRIPTION="A compelling replacement for CVS" >HOMEPAGE="http://subversion.tigris.org/" >SRC_URI="http://subversion.tigris.org/files/documents/15/3063/subversion-r5118.tar.gz" >SLOT="0" >LICENSE="Apache-1.1" >KEYWORDS="~x86 ~sparc" >IUSE="apache2 ssl neon swig" >SANDBOX_DISABLED="1" > >S=${WORKDIR}/subversion-r5118 > >DEPEND=" > apache2? ( >=net-www/apache-2.0.44 ) > neon? ( >=net-misc/neon-0.23.7 ) > swig? ( >=dev-lang/swig-1.3.16 ) > ssl? ( dev-libs/openssl ) > >=sys-libs/db-4.0.14 > >=sys-devel/autoconf-2.54 > >=sys-devel/libtool-1.4.1 > >=dev-lang/python-2.0 > sys-devel/bison >" > >RDEPEND=" > apache2? ( >=net-www/apache-2.0.44 ) > neon? ( >=net-misc/neon-0.23.7 ) > swig? ( >=dev-lang/swig-1.3.16 ) > >=sys-libs/db-4.0.14 > sys-apps/diffutils >" > >src_unpack() { > unpack subversion-r5118.tar.gz || die >} > >src_compile() { > sh ${S}/autogen.sh || die > > local myconf > > myconf="" > use apache2 && myconf="${myconf} --with-apr=/usr --with-apr-util=/usr --with-apxs=/usr/sbin/apxs2" || myconf="${myconf} --with-apr=${S}/apr --with-apr-util=${S}/apr-util" > use neon && myconf="${myconf} --with-neon=/usr" > use ssl && myconf="${myconf} --with-ssl" > econf ${myconf} > > emake || die >} > >src_install() { > cat << END >> /etc/apache2/conf/commonapache2.conf >#<Location /svn/repos> ># DAV svn ># SVNPath /var/lib/svn >#</Location> >END > echo "LDPATH=/usr/svn/lib" > /etc/env.d/10subversion > > einstall || die > > einfo "==================================================" > einfo "= =" > einfo "= due to an incompatibility =" > einfo "= between Apache2 and subversion =" > einfo "= you must edit the main config file =" > einfo "= /etc/apache2/conf/apache2.conf and =" > einfo "= make sure that the LoadModule entry =" > einfo "= for mod_dav_svn is AFTER the entry =" > einfo "= for mod_dav. =" > einfo "= =" > einfo "==================================================" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 17308
: 9257