Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 370506 Details for
Bug 501332
dev-db/couchdb-1.5.0 add Gentoo Prefix support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
couchdb prefix patch
couchdb-1.5.0-prefix.patch (text/plain), 1.45 KB, created by
Jeremy Olexa (darkside) (RETIRED)
on 2014-02-15 18:01:58 UTC
(
hide
)
Description:
couchdb prefix patch
Filename:
MIME Type:
Creator:
Jeremy Olexa (darkside) (RETIRED)
Created:
2014-02-15 18:01:58 UTC
Size:
1.45 KB
patch
obsolete
>Index: couchdb-1.5.0.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.5.0.ebuild,v >retrieving revision 1.2 >diff -u -r1.2 couchdb-1.5.0.ebuild >--- couchdb-1.5.0.ebuild 2 Feb 2014 10:31:24 -0000 1.2 >+++ couchdb-1.5.0.ebuild 15 Feb 2014 18:00:07 -0000 >@@ -38,11 +38,11 @@ > > src_configure() { > econf \ >- --with-erlang=/usr/lib/erlang/usr/include \ >- --localstatedir=/var \ >- --with-js-lib=/usr/lib >+ --with-erlang="${EPREFIX}"/usr/lib/erlang/usr/include \ >+ --localstatedir="${EPREFIX}"/var \ >+ --with-js-lib="${EPREFIX}"/usr/lib > # bug 296609, upstream bug #COUCHDB-621 >- sed -e "s#localdocdir = /usr/share/doc/couchdb#localdocdir = /usr/share/doc/${PF}#" -i Makefile || die "sed failed" >+ sed -e "s#localdocdir = /usr/share/doc/couchdb#localdocdir = "${EPREFIX}"/usr/share/doc/${PF}#" -i Makefile || die "sed failed" > } > > src_compile() { >@@ -62,14 +62,14 @@ > /var/lib/couchdb \ > /var/log/couchdb > >- for f in "${D}"/etc/couchdb/*.ini ; do >- fowners root:couchdb "${f#${D}}" >- fperms 660 "${f#${D}}" >+ for f in "${ED}"/etc/couchdb/*.ini ; do >+ fowners root:couchdb "${f#${ED}}" >+ fperms 660 "${f#${ED}}" > done > fperms 664 /etc/couchdb/default.ini > > newinitd "${FILESDIR}/couchdb.init-4" couchdb > newconfd "${FILESDIR}/couchdb.conf-2" couchdb > >- sed -i -e "s:LIBDIR:$(get_libdir):" "${D}/etc/conf.d/couchdb" >+ sed -i -e "s:LIBDIR:$(get_libdir):" "${ED}/etc/conf.d/couchdb" > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 501332
:
370438
| 370506