Re: cvs commit: ports/databases/postgis Makefile

[ Available lists | Index of cvs-all | Month of Sep 2004 | Week of 21 Sep 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Mathieu Arnold <mat@FreeBSD.org>
Date
21 Sep 2004 20:07:10
Subject
Re: cvs commit: ports/databases/postgis Makefile
Message-ID
6C953555731EC796167031D4@[192.168.1.5]


[ Hide this part ]
+-Le 21/09/2004 19:13 +0000, Thierry Thomas a dit :
| thierry 2004-09-21 19:13:01 UTC
|
| FreeBSD ports repository
|
| Modified files:
| databases/postgis Makefile
| Log:
| 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).

--
Mathieu Arnold

[ Show this part (application/pgp-signature) ]

Elapsed time: 0.135 seconds