From owner-freebsd-database Wed Nov 20 17: 3:37 2002 Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 026D937B401; Wed, 20 Nov 2002 17:03:36 -0800 (PST) Received: from mailhost.nxad.com (lan.ext.nxad.com [66.250.180.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADE8343E88; Wed, 20 Nov 2002 17:03:35 -0800 (PST) (envelope-from sean@nxad.com) Received: from perrin.int.nxad.com (perrin.int.nxad.com [192.168.1.251]) by mailhost.nxad.com (Postfix) with ESMTP id 00A97212EEB; Wed, 20 Nov 2002 17:03:35 -0800 (PST) Received: by perrin.int.nxad.com (Postfix, from userid 1001) id 3151220F01; Wed, 20 Nov 2002 17:03:34 -0800 (PST) Date: Wed, 20 Nov 2002 17:03:34 -0800 From: Sean Chittenden To: ports@FreeBSD.org Cc: portmgr@FreeBSD.org, freebsd-database@freebsd.org Subject: POSTGRESQL_PORT tunable... Message-ID: <20021121010333.GG43374@perrin.int.nxad.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OROCMA9jn6tkzFBc" Content-Disposition: inline User-Agent: Mutt/1.4i X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 6CEB 1B06 BFD3 70F6 95BE 7E4D 8E85 2E0A 5F5B 3ECB X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --OROCMA9jn6tkzFBc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I would like to introduce a POSTGRESQL_PORT tunable to allow for developers to toggle between using the stable/released version of PostgreSQL and the development version. I have a patch at: http://sean.chittenden.org/freebsd/postgresql_port.patch Please send me any comments or feedback. I'd like to try and commit this sometime soonish, hopefully on Sunday sometime. -sc --=20 Sean Chittenden --OROCMA9jn6tkzFBc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden iD8DBQE93DDkjoUuCl9bPssRAiwDAKC/qNIXYvDxulRRyh+yBbduP9Q4cACffqdg lrMWqPTMzeNw4XyU8jbLAN0= =a7X5 -----END PGP SIGNATURE----- --OROCMA9jn6tkzFBc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Nov 20 22:10: 6 2002 Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB3D37B401; Wed, 20 Nov 2002 22:10:03 -0800 (PST) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E1443E91; Wed, 20 Nov 2002 22:10:02 -0800 (PST) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 77050519B2; Thu, 21 Nov 2002 15:10:01 +0900 (JST) Date: Thu, 21 Nov 2002 15:10:01 +0900 Message-ID: <86of8j313a.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Sean Chittenden Cc: ports@FreeBSD.org, portmgr@FreeBSD.org, freebsd-database@freebsd.org Subject: Re: POSTGRESQL_PORT tunable... In-Reply-To: <20021121010333.GG43374@perrin.int.nxad.com> References: <20021121010333.GG43374@perrin.int.nxad.com> User-Agent: Wanderlust/2.11.0 (Wonderwall) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Wed, 20 Nov 2002 17:03:34 -0800, Sean Chittenden wrote: > I would like to introduce a POSTGRESQL_PORT tunable to allow for > developers to toggle between using the stable/released version of > PostgreSQL and the development version. I have a patch at: > > http://sean.chittenden.org/freebsd/postgresql_port.patch > > Please send me any comments or feedback. I'd like to try and commit > this sometime soonish, hopefully on Sunday sometime. -sc This following change looks irrelevant and likely to be wrong: > --- databases/phppgadmin/Makefile 4 Aug 2002 19:09:51 -0000 1.6 > +++ databases/phppgadmin/Makefile 21 Nov 2002 00:48:15 -0000 > (snip) > - ${MKDIR} ${PREFIX}/www/data.default/phpPgAdmin/ > - ${CP} -R ${WRKSRC}/* ${PREFIX}/www/data.default/phpPgAdmin/ > + ${MKDIR} ${LOCALBASE}/www/data.default/phpPgAdmin/ > + ${CP} -R ${WRKSRC}/* ${LOCALBASE}/www/data.default/phpPgAdmin/ The following one looks irrelevant: > --- graphics/dia/Makefile 20 Sep 2002 17:06:51 -0000 1.23 > +++ graphics/dia/Makefile 21 Nov 2002 00:50:04 -0000 > @@ -23,8 +23,7 @@ > USE_GNOMENG= yes > USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf bonobo > USE_LIBTOOL= yes > -CONFIGURE_ARGS= --enable-gnome --enable-gnome-print --enable-bonobo \ > - --enable-freetype > +CONFIGURE_ARGS= --enable-bonobo --enable-freetype > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LIBS="-L${LOCALBASE}/lib -lintl" The following one is incomplete: > --- mail/postfix-current/scripts/configure.postfix 19 Sep 2002 18:23:35 -0000 1.40 > +++ mail/postfix-current/scripts/configure.postfix 21 Nov 2002 00:50:56 -0000 > @@ -129,6 +129,7 @@ > echo "MYSQL_SUFFIX= +mysql" > ;; > PgSQL) > + echo "POSTGRESQL_PORT?= databases/postgresql7" > echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" > echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" > echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" Other than those, your mega patch looks okay. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Thu Nov 21 12: 1:41 2002 Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 923C937B401; Thu, 21 Nov 2002 12:01:40 -0800 (PST) Received: from mailhost.nxad.com (lan.ext.nxad.com [66.250.180.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CDB43E8A; Thu, 21 Nov 2002 12:01:40 -0800 (PST) (envelope-from sean@nxad.com) Received: from perrin.int.nxad.com (perrin.int.nxad.com [192.168.1.251]) by mailhost.nxad.com (Postfix) with ESMTP id DACC0212EF5; Thu, 21 Nov 2002 12:01:29 -0800 (PST) Received: by perrin.int.nxad.com (Postfix, from userid 1001) id C1A7D20F02; Thu, 21 Nov 2002 12:01:28 -0800 (PST) Date: Thu, 21 Nov 2002 12:01:28 -0800 From: Sean Chittenden To: Akinori MUSHA Cc: ports@FreeBSD.org, portmgr@FreeBSD.org, freebsd-database@freebsd.org Subject: Re: POSTGRESQL_PORT tunable... Message-ID: <20021121200128.GA7931@perrin.int.nxad.com> References: <20021121010333.GG43374@perrin.int.nxad.com> <86of8j313a.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86of8j313a.wl@archon.local.idaemons.org> User-Agent: Mutt/1.4i X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 6CEB 1B06 BFD3 70F6 95BE 7E4D 8E85 2E0A 5F5B 3ECB X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I would like to introduce a POSTGRESQL_PORT tunable to allow for > > developers to toggle between using the stable/released version of > > PostgreSQL and the development version. I have a patch at: > > > > Please send me any comments or feedback. I'd like to try and > > commit this sometime soonish, hopefully on Sunday sometime. -sc > > This following change looks irrelevant and likely to be wrong: Hrm, looks like I forgot to trim some of my cruft. Thanks for the feedback. Updated patch. http://sean.chittenden.org/freebsd/postgresql_port.patch -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Thu Nov 21 12:16:33 2002 Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F08437B401; Thu, 21 Nov 2002 12:16:32 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id E305443E4A; Thu, 21 Nov 2002 12:16:27 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 011953F4B; Thu, 21 Nov 2002 15:16:22 -0500 (EST) From: "Dan Langille" To: Sean Chittenden Date: Thu, 21 Nov 2002 15:16:21 -0500 MIME-Version: 1.0 Subject: Re: POSTGRESQL_PORT tunable... Cc: ports@FreeBSD.org, portmgr@FreeBSD.org, freebsd-database@freebsd.org Message-ID: <3DDCF8C5.28093.BF29F998@localhost> In-reply-to: <20021121200128.GA7931@perrin.int.nxad.com> References: <86of8j313a.wl@archon.local.idaemons.org> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 21 Nov 2002 at 12:01, Sean Chittenden wrote: > > > I would like to introduce a POSTGRESQL_PORT tunable to allow for > > > developers to toggle between using the stable/released version of > > > PostgreSQL and the development version. I have a patch at: > > > > > > Please send me any comments or feedback. I'd like to try and > > > commit this sometime soonish, hopefully on Sunday sometime. -sc > > > > This following change looks irrelevant and likely to be wrong: > > Hrm, looks like I forgot to trim some of my cruft. Thanks for the > feedback. Updated patch. > > http://sean.chittenden.org/freebsd/postgresql_port.patch I'm happy to play with this as I want to try the beta version of postgresql. I'll contact you offlist. -- Dan Langille : http://www.langille.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message