diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-11 06:06:35 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-11 06:06:35 +0800 |
commit | 378656964103f5f440fd32224da751e6915f1103 (patch) | |
tree | 64858bc17ffc5768e4c51680f4d421fba2cd92f2 /databases/postgresql-devel/Makefile | |
parent | fa60196fd0eeed31b612d730fa69e6cb9880ac3c (diff) | |
download | freebsd-ports-gnome-378656964103f5f440fd32224da751e6915f1103.tar.gz freebsd-ports-gnome-378656964103f5f440fd32224da751e6915f1103.tar.zst freebsd-ports-gnome-378656964103f5f440fd32224da751e6915f1103.zip |
Update to version 6.5.2.
and..
<quote>
This is a really small fix:
- When compiling postgresql-jdbc, the compilation process presents a
bad path to the installed jar-file.
</quote>
PR: 13838
PR: 13865
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'databases/postgresql-devel/Makefile')
-rw-r--r-- | databases/postgresql-devel/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index aae3a1708ffb..7a13440c0200 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/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: |