Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 222963 Details for
Bug 308811
WebObjects server adaptor - Apache 2.2 module (mod_WebObjects)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mod_WebObjects-5.4.3.ebuild
mod_WebObjects-5.4.3.ebuild (text/plain), 1.23 KB, created by
Krzysztof Tomczyk
on 2010-03-10 11:30:10 UTC
(
hide
)
Description:
mod_WebObjects-5.4.3.ebuild
Filename:
MIME Type:
Creator:
Krzysztof Tomczyk
Created:
2010-03-10 11:30:10 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils apache-module subversion > >DESCRIPTION="WebObjects Adaptor for Apache2.2" > >HOMEPAGE="http://sourceforge.net/projects/wonder" > >ESVN_REPO_URI="http://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder/Utilities/Adaptors@10716" > >ESVN_PROJECT="svn" > >ESVN_PATCHES="" > >APXS2_ARGS="-Wc,-g -Wc,-O2 -I$(/usr/sbin/apxs -q INCLUDEDIR) -I../Adaptor -I/usr/include/apr-1 -DSINGLE_THREADED_ADAPTOR -DFORKING_WEBSERVER -DAPACHE -DSINGLE_THREADED_ADAPTOR -c ${PN}.c ../Adaptor/*.c" >APXS2_S="${S}/Apache2.2" > >APACHE2_MOD_CONF="mod_conf/90_${PN}" >APACHE2_MOD_DEFINE="WEBOBJECTS" > ># apxs2 -c -Wc,"-g -O2 -I`/usr/sbin/apxs -q INCLUDEDIR` -I../Adaptor -I/usr/include/apr-1 -DSINGLE_THREADED_ADAPTOR -DLINUX -DFORKING_WEBSERVER -DAPACHE" mod_WebObjects.c ../Adaptor/*.c >LICENSE="APSL2" > >KEYWORDS="x86" > >SLOT="0" > >RESTRICT="strip" > >need_apache2_2 > >src_unpack() { > subversion_src_unpack > cd ${S}/Apache2.2 > pwd > epatch "${FILESDIR}"/${P}-return_404.patch > epatch "${FILESDIR}"/${P}-return_404_2.patch >} > >pkg_postinst() { > einfo > einfo "remember to add '-D WEBOBJECTS' to 'APACHE2_OPTS' in /etc/conf.d/apache2 to enable the module" > 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 308811
: 222963 |
222965
|
222967
|
222969