Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56109 Details for
Bug 88880
mod_mono-1.0.6 fails on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild based on mod_mono-1.0.6-r1 for compatibility with latest apache.
mod_mono-1.0.6-r2.ebuild (text/plain), 1.69 KB, created by
Dennis Stevense
on 2005-04-12 11:21:22 UTC
(
hide
)
Description:
Ebuild based on mod_mono-1.0.6-r1 for compatibility with latest apache.
Filename:
MIME Type:
Creator:
Dennis Stevense
Created:
2005-04-12 11:21:22 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-apache/mod_mono/mod_mono-1.0.6-r1.ebuild,v 1.3 2005/04/08 22:34:15 trapni Exp $ > >inherit eutils apache-module > >DESCRIPTION="Apache module for Mono" >HOMEPAGE="http://www.go-mono.com/" >SRC_URI="http://www.go-mono.com/archive/${PV}/${P}.tar.gz" >LICENSE="Apache-1.1" >SLOT="0" >KEYWORDS="~x86 ~ppc" >IUSE="" >DEPEND=">=dev-lang/mono-1.0 > >=dev-dotnet/xsp-${PV}" > >APACHE1_MOD_FILE="${S}/src/.libs/mod_mono.so" >APACHE1_MOD_CONF="70_mod_mono" >APACHE1_MOD_DEFINE="MONO" > >APACHE2_MOD_FILE="${S}/src/.libs/mod_mono.so" >APACHE2_MOD_CONF="70_mod_mono" >APACHE2_MOD_DEFINE="MONO" > >DOCFILES="AUTHORS ChangeLog COPYING INSTALL NEWS README" > >need_apache > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${P}-r41167.diff >} > >pkg_setup() { > ewarn "Some users are experiencing problems with mod_mono, where mod-mono-server" > ewarn "will not start automatically, or requests will get a HTTP 500 application" > ewarn "error. If you experience these problems, please report it on:" > ewarn > ewarn " http://bugs.gentoo.org/show_bug.cgi?id=77169" > ewarn > ewarn "with as much information as possible. Thanks!" >} > >src_compile() { > local apxs > useq apache2 && apxs="${APXS2}" > useq apache2 || apxs="${APXS1}" > > econf \ > --with-apxs=${apxs} \ > --with-apr-config=/usr/bin/apr-config || die "econf failed" > > emake || die "emake failed" >} > >src_install() { > mv src/.libs/mod_mono.so{.0.0.0,} > apache-module_src_install > doman man/mod_mono.8 >} > >pkg_postinst() { > apache-module_pkg_postinst > > einfo "To view the samples, add \"-D MONO_DEMO\" at your apache's" > einfo "conf.d configuration file." >}
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 88880
:
56104
|
56105
| 56109 |
56110