Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 218331 Details for
Bug 303397
beanstalkd-1.4.3 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
specify location of libevent headers
beanstalk-1.4.3.patch (text/plain), 908 bytes, created by
Ramon
on 2010-02-03 23:57:46 UTC
(
hide
)
Description:
specify location of libevent headers
Filename:
MIME Type:
Creator:
Ramon
Created:
2010-02-03 23:57:46 UTC
Size:
908 bytes
patch
obsolete
>--- /Users/ramonvanalteren/sourcecode/gentoo/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild 2010-01-11 23:29:37 +0100 >+++ ./beanstalkd-1.4.3.ebuild 2010-02-04 00:15:52 +0100 >@@ -10,7 +10,8 @@ > > LICENSE="GPL-3" > SLOT="0" >-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" >+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc >+~sparc-fbsd ~x86 ~x86-fbsd ~x86-macos" > > RDEPEND=">=dev-libs/libevent-1.4.7" > DEPEND="${RDEPEND} >@@ -18,6 +19,11 @@ > > IUSE="test" > >+src_compile() { >+ econf --with-event=${EP}/usr >+ emake || die "emake failed" >+} >+ > pkg_preinst() { > enewuser beanstalk -1 -1 /dev/null daemon > } >@@ -25,7 +31,7 @@ > src_install() { > emake DESTDIR="${D}" install || die "emake install failed." > >- DATADIR=/var/lib/${PN} >+ DATADIR="/var/lib/${PN}" > dodir "${DATADIR}" || die "Install failed" > fowners beanstalk:daemon "${DATADIR}" >
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 303397
:
218331
|
219741