Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 15:10:01 +0900
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        Sean Chittenden <seanc@FreeBSD.org>
Cc:        ports@FreeBSD.org, portmgr@FreeBSD.org, freebsd-database@freebsd.org
Subject:   Re: POSTGRESQL_PORT tunable...
Message-ID:  <86of8j313a.wl@archon.local.idaemons.org>
In-Reply-To: <20021121010333.GG43374@perrin.int.nxad.com>
References:  <20021121010333.GG43374@perrin.int.nxad.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86of8j313a.wl>