Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42177 Details for
Bug 22319
nspostgres-4.0_beta1 - postgresql module for aolserver (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nspostgres 4.0 ebuild (works with aolserver-4.0.8.ebuild)
nspostgres-4.0.ebuild (text/plain), 1.63 KB, created by
Lee Denison
on 2004-10-19 09:07:27 UTC
(
hide
)
Description:
nspostgres 4.0 ebuild (works with aolserver-4.0.8.ebuild)
Filename:
MIME Type:
Creator:
Lee Denison
Created:
2004-10-19 09:07:27 UTC
Size:
1.63 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /cvsroot/portage/net-www/nspostgres/nspostgres-4.0.ebuild,v 1.4 2004/10/19 15:07:31 lee Exp $ > >DESCRIPTION="Postgres driver module for aolserver" >HOMEPAGE="http://www.aolserver.com" >SRC_URI="http://umn.dl.sourceforge.net/sourceforge/aolserver/${P}.tar.gz" >LICENSE="GPL" >SLOT="0" >KEYWORDS="x86" > >IUSE="noopenacs" ># Internal use flags: ># ># openacs: enables required openacs modifications in the driver > >DEPEND=">=dev-db/postgresql-7.2 > net-www/aolserver" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${P}" > >AOLSERVER_CONFDIR="/usr/share/aolserver/config" >AOLSERVER_BASEDIR="/usr/lib/aolserver" > >pkg_setup() { > if [ -z "`use noopenacs`" ]; then > ewarn "nspostgres is being merged with OpenACS specific modifications." > else > ewarn "nspostgres is being merged without the modfications necessary" > ewarn "to run OpenACS. If you are intending to run OpenACS please" > ewarn "re-emerge nspostgres with USE=-noopenacs" > sleep 5 > fi >} > >src_unpack() { > > mkdir -p ${WORKDIR}/include > cp -a ${AOLSERVER_CONFDIR}/* ${WORKDIR}/include > > unpack ${P}.tar.gz >} > >src_compile() { > > local OPENACS=1 > > if [ "`use noopenacs`" ]; then > OPENACS=0 > fi > > emake POSTGRES=/usr/include/postgresql ACS=${OPENACS} NSBUILD=1 INST=../ \ > || die >} > >src_install () { > into ${AOLSERVER_BASEDIR} > dobin ${WORKDIR}/nspostgres-4.0/nspostgres.so > > fowners root.root ${AOLSERVER_BASEDIR}/bin/nspostgres.so >} > >pkg_postinst () { > > einfo "To enable the use of ${P}, in the AOLServer config.tcl you must:" > einfo " 1) Add the module" > einfo " 2) Configure your database pools" >}
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 22319
:
12864
|
19725
| 42177 |
43378
|
47938
|
57860