Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 03:36:57 +0200 (CEST)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Jose M Rodriguez <floreal@iies.es>
Subject:   ports/52852: postgresql-tcltk has problems with 8.4, revert to 8.3
Message-ID:  <200306020136.h521avXV044845@palle.girgensohn.se>
Resent-Message-ID: <200306020140.h521eC5Z091125@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <girgen@pingpong.net>
>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 <floreal@iies.es> 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306020136.h521avXV044845>