Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42776 Details for
Bug 62656
ebuild request: slony (postgresql replication)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Tried to get slony working with pg 8 beta 3
slony-1.0.2.ebuild (text/plain), 2.05 KB, created by
Calum
on 2004-10-28 07:39:29 UTC
(
hide
)
Description:
Tried to get slony working with pg 8 beta 3
Filename:
MIME Type:
Creator:
Calum
Created:
2004-10-28 07:39:29 UTC
Size:
2.05 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-0.7.5-r2.ebuild,v 1.4 2004/06/24 22:00:14 agriffis Exp $ > >inherit gnuconfig > >MY_P="${PN}1-${PV}" >PG_PV=$(best_version dev-db/postgresql) >PG_P="postgresql-base-${PG_PV}" >DESCRIPTION="master to multiple slaves replication system with cascading and failover" >HOMEPAGE="http://slony.info/" >SRC_URI="http://developer.postgresql.org/~wieck/slony1/download/${MY_P}.tar.gz > http://gentoo.blueyonder.co.uk/distfiles/postgresql-base-8.0.0beta3.tar.bz2" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="tcltk python perl java ssl nls libg++ pam readline zlib pg-intdatetime" > >DEPEND="dev-db/postgresql" > >S=${WORKDIR}/${MY_P} > >src_compile() { > local myconf > > cd ${WORKDIR}/${PG_P} > use tcltk && myconf="--with-tcl" > use python && myconf="${myconf} --with-python" > use perl && myconf="${myconf} --with-perl" > use java && myconf="${myconf} --with-java" > use ssl && myconf="${myconf} --with-ssl" > use nls && myconf="${myconf} --enable-nls" > use libg++ && myconf="${myconf} --with-CXX" > use pam && myconf="${myconf} --with-pam" > use readline || myconf="${myconf} --without-readline" > use zlib || myconf="${myconf} --without-zlib" > use pg-intdatetime && myconf="${myconf} --enable-integer-datetimes" > > # these are the only working CFLAGS I could get on ppc, so locking them > # down, anything more aggressive fails (i.e. -mcpu or -Ox) > # Gerk - Nov 26, 2002 > use ppc && CFLAGS="-pipe -fsigned-char" > > # Detect mips systems properly > gnuconfig_update > > ./configure --prefix=/usr \ > --mandir=/usr/share/man \ > --libdir=/usr/lib \ > --includedir=/usr/include/postgresql/pgsql \ > --with-pgsourcetree=/var/tmp/portage/slony-1.0.2/work/postgresql-8.0.0beta3 > --enable-depend \ > --with-gnu-ld \ > --with-maxbackends=1024 \ > ${myconf} || die > make || die > > cd ${S} > econf --with-pgsourcetree=${WORKDIR}/${PG_P} || die > emake || die >} > >src_install() { > make DESTDIR=${D} install || die > > dodoc HISTORY-1.0 README doc/howto/*.txt > dohtml doc/howto/*.html >}
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 62656
:
39152
|
39512
| 42776