Date: Tue, 21 Sep 2004 13:38:02 -0700 From: Sean Chittenden <chitt@speakeasy.net> To: Mathieu Arnold <mat@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/postgis Makefile Message-ID: <21E59215-0C0E-11D9-A976-000A95C705DC@speakeasy.net> In-Reply-To: <6C953555731EC796167031D4@[192.168.1.5]> References: <20040921191304.808B616A4CF@hub.freebsd.org> <6C953555731EC796167031D4@[192.168.1.5]>
next in thread | previous in thread | raw e-mail | index | archive | help
> | Unbreak by chasing PostgreSQL's upgrade to 7.4.5.
> |
> | PGSQL_PORTDIR= ${WRKDIR}/../../../databases/postgresql7
> | -PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.3
> | +PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.5
>
> Looks like a pretty unmaintainable thing, I think that something like
>
> PGSQL_SRC!= make -C ${PORTSDIR}/databases/postgresql7 -VWRKSRC
>
> is much more portable. (and PGSQL_PORTDIR is not really used
> elsewhere).
This folks, is why in a post-freeze world a few patches will be
introduced which will bring the world a USE_POSTGRESQL makefile tunable
suitable for ports and will get rid of that nasty PGSQL_PORTDIR hack.
-sc
--
Sean Chittenden
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?21E59215-0C0E-11D9-A976-000A95C705DC>
