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