cvs commit: ports/databases/postgis Makefile

Mathieu Arnold mat at FreeBSD.org
Tue Sep 21 13:07:10 PDT 2004


+-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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 479 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20040921/71bad928/attachment.bin


More information about the cvs-ports mailing list