From d72365ae81c0096bb3f7c2c40b46131ae3e1c565 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 10 Oct 1999 22:06:35 +0000 Subject: Update to version 6.5.2. and.. This is a really small fix: - When compiling postgresql-jdbc, the compilation process presents a bad path to the installed jar-file. PR: 13838 PR: 13865 Submitted by: Palle Girgensohn --- databases/postgresql-devel-server/Makefile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'databases/postgresql-devel-server/Makefile') diff --git a/databases/postgresql-devel-server/Makefile b/databases/postgresql-devel-server/Makefile index aae3a1708ffb..7a13440c0200 100644 --- a/databases/postgresql-devel-server/Makefile +++ b/databases/postgresql-devel-server/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= postgresql-6.5.1 +DISTNAME= postgresql-6.5.2 CATEGORIES= databases MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ @@ -106,13 +106,14 @@ post-patch: ${WRKSRC}/Makefile.global.in.old \ >> ${WRKSRC}/Makefile.global.in -.if defined(USE_TCL) - @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ - ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig - @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ - ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ - >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -.endif +# pgaccess (accidentally?) removed from distribution, so leave it for now +#.if defined(USE_TCL) +# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ +# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig +# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ +# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ +# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl +#.endif post-build: -- cgit v1.2.3