From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 1 18:40:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7FED37B401 for ; Sun, 1 Jun 2003 18:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E7943F75 for ; Sun, 1 Jun 2003 18:40:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h521eCUp091126 for ; Sun, 1 Jun 2003 18:40:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h521eC5Z091125; Sun, 1 Jun 2003 18:40:12 -0700 (PDT) Resent-Date: Sun, 1 Jun 2003 18:40:12 -0700 (PDT) Resent-Message-Id: <200306020140.h521eC5Z091125@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Palle Girgensohn Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D04437B401 for ; Sun, 1 Jun 2003 18:37:01 -0700 (PDT) Received: from amsfep14-int.chello.nl (amsfep14-int.chello.nl [213.46.243.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B9A43FB1 for ; Sun, 1 Jun 2003 18:36:59 -0700 (PDT) (envelope-from girgen@smtp.chello.se) Received: from palle.girgensohn.se ([213.89.138.245]) by amsfep14-int.chello.nlESMTP <20030602013658.GTHX17933.amsfep14-int.chello.nl@palle.girgensohn.se>; Mon, 2 Jun 2003 03:36:58 +0200 Received: from palle.girgensohn.se (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.9/8.12.9) with ESMTP id h521awsx044846; Mon, 2 Jun 2003 03:36:58 +0200 (CEST) (envelope-from girgen@palle.girgensohn.se) Received: (from girgen@localhost) by palle.girgensohn.se (8.12.9/8.12.9/Submit) id h521avXV044845; Mon, 2 Jun 2003 03:36:57 +0200 (CEST) (envelope-from girgen) Message-Id: <200306020136.h521avXV044845@palle.girgensohn.se> Date: Mon, 2 Jun 2003 03:36:57 +0200 (CEST) From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Jose M Rodriguez Subject: ports/52852: postgresql-tcltk has problems with 8.4, revert to 8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 01:40:15 -0000 >Number: 52852 >Category: ports >Synopsis: postgresql-tcltk has problems with 8.4, revert to 8.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 01 18:40:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.8-RELEASE i386 >Organization: PING PONG >Environment: System: FreeBSD palle.girgensohn.se 4.7-RC FreeBSD 4.7-RC #0: Sun Sep 29 17:21:22 CEST 2002 root@palle.girgensohn.se:/usr/local/obj/usr/src/sys/STORDATAN i386 >Description: Jose M Rodriguez reports: We've problems with pgaccess making new objects in the database that dissapear with tcl/tk-8.3. In general, pgaccess runs flawless with tcl/tk 8.3 and have minor problems with tcl/tk 8.4. I have had problems as well, and they seem to disappear when using 8.3, so revert to using tcl/tk8.3. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql-tcltk/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 7 Mar 2003 05:58:30 -0000 1.5 +++ Makefile 1 Jun 2003 23:58:57 -0000 @@ -19,8 +19,8 @@ pq:${PORTSDIR}/${POSTGRESQL_PORT} RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} -# you can use "make TCLVERSION=8.3" or similar for your favourite tcl version -TCLVERSION?= 8.4 +# you can use "make TCLVERSION=8.4" or similar for your favourite tcl version +TCLVERSION?= 8.3 PLIST_SUB+= TCLVERSION=${TCLVERSION} CONFIGURE_ARGS= --with-tcl \ --with-tclconfig=${TCLCONFIG} \ >Release-Note: >Audit-Trail: >Unformatted: