From owner-freebsd-ports Sun Sep 19 15:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72C69153EE for ; Sun, 19 Sep 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86309; Sun, 19 Sep 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id CE05D15A69; Sun, 19 Sep 1999 15:30:59 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t1o62p37.telia.com [195.198.198.37]) by mailg.telia.com (8.8.5/8.8.8) with ESMTP id AAA12002; Mon, 20 Sep 1999 00:30:58 +0200 (CEST) Received: (from girgen@localhost) by stordatan.telia.com (8.9.3/8.9.1) id AAA12986; Mon, 20 Sep 1999 00:30:37 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <199909192230.AAA12986@stordatan.telia.com> Date: Mon, 20 Sep 1999 00:30:37 +0200 (CEST) From: girgen@partitur.se Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org Cc: andreas@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13838: postgresql updated to 6.5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13838 >Category: ports >Synopsis: postgresql updated to 6.5.2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 19 15:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.3-RELEASE i386 >Organization: Partitur >Environment: FreeBSD stordatan.palle.se 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Sat Sep 18 14:40:45 CEST 1999 girgen@stordatan.palle.se:/usr/src/sys/compile/STORDATAN i386 >Description: Postgresql updated to 6.5.2 Sadly, pgaccess is missing from this distribution. I send a separate PR with a pgaccess update. >How-To-Repeat: >Fix: diff -urN postgresql/Makefile postgresql.new/Makefile --- postgresql/Makefile Tue Sep 7 00:54:00 1999 +++ postgresql.new/Makefile Sun Sep 19 23:14:22 1999 @@ -6,7 +6,7 @@ # $FreeBSD: ports/databases/postgresql/Makefile,v 1.47 1999/08/31 06:41:22 mharo Exp $ # -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 @@ ${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: diff -urN postgresql/files/md5 postgresql.new/files/md5 --- postgresql/files/md5 Sun Jul 25 01:24:39 1999 +++ postgresql.new/files/md5 Sat Sep 18 16:42:32 1999 @@ -1 +1 @@ -MD5 (postgresql-6.5.1.tar.gz) = f32379223026bd123552459958054d51 +MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff -urN postgresql/files/post-install-notes postgresql.new/files/post-install-notes --- postgresql/files/post-install-notes Sun Oct 5 12:23:18 1997 +++ postgresql.new/files/post-install-notes Sun Sep 19 23:10:40 1999 @@ -8,6 +8,7 @@ Send an e-mail to pgsql-questions-request@postgresql.org with the text "subscribe" in the message body. -If you build PostgreSQL with TCL support, then you can use the -TCL/TK based database frontend "pgaccess" for database operations. +If you built PostgreSQL with TCL support, you can install the port +"pgaccess" to get a TCL/TK based database frontend for database +operations. diff -urN postgresql/patches/patch-ar postgresql.new/patches/patch-ar --- postgresql/patches/patch-ar Tue Jun 29 22:21:41 1999 +++ postgresql.new/patches/patch-ar Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- configure~ Sun May 30 09:01:09 1999 -+++ configure Mon Jun 21 16:52:53 1999 -@@ -663,7 +663,7 @@ - exit;; - esac - --if test "X$elf" = "Xyes" -+if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff -urN postgresql/pkg/PLIST postgresql.new/pkg/PLIST --- postgresql/pkg/PLIST Sun Jul 25 01:24:39 1999 +++ postgresql.new/pkg/PLIST Sun Sep 19 23:01:25 1999 @@ -127,7 +127,9 @@ share/doc/pgsql/FAQ_HPUX share/doc/pgsql/FAQ_Irix share/doc/pgsql/FAQ_Linux +share/doc/pgsql/FAQ_Solaris share/doc/pgsql/FAQ_SCO +share/doc/pgsql/README.Charsets share/doc/pgsql/README.NT share/doc/pgsql/README.fsync share/doc/pgsql/README.inet diff -urN postgresql/pkg/PLIST.tcl postgresql.new/pkg/PLIST.tcl --- postgresql/pkg/PLIST.tcl Fri Jul 2 15:42:29 1999 +++ postgresql.new/pkg/PLIST.tcl Sun Sep 19 23:01:31 1999 @@ -1,4 +1,3 @@ -pgsql/bin/pgaccess pgsql/bin/pgtclsh pgsql/bin/pgtksh pgsql/include/libpgtcl.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message