From girgen@palle.girgensohn.se  Thu May 17 16:31:28 2001
Return-Path: <girgen@palle.girgensohn.se>
Received: from palle.girgensohn.se (c213.89.165.253.cm-upc.chello.se [213.89.165.253])
	by hub.freebsd.org (Postfix) with ESMTP id 318D737B422
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 May 2001 16:31:27 -0700 (PDT)
	(envelope-from girgen@palle.girgensohn.se)
Received: (from girgen@localhost)
	by palle.girgensohn.se (8.11.3/8.11.3) id f4HN1Q089244;
	Fri, 18 May 2001 01:01:26 +0200 (CEST)
	(envelope-from girgen)
Message-Id: <200105172301.f4HN1Q089244@palle.girgensohn.se>
Date: Fri, 18 May 2001 01:01:26 +0200 (CEST)
From: girgen@partitur.se
Reply-To: girgen@partitur.se
To: FreeBSD-gnats-submit@freebsd.org
Subject: databases/postgresql7 fails to depend on tcl/tk
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mi@aldan.algebra.com,scrappy@FreeBSD.org,vanilla@FreeBSD.org

>Number:         27416
>Category:       ports
>Synopsis:       databases/postgresql7 fails to depend on tcl/tk
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 17 16:40:00 PDT 2001
>Closed-Date:    Thu May 17 18:30:36 PDT 2001
>Last-Modified:  Thu May 17 18:30:58 PDT 2001
>Originator:     Palle Girgensohn
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
Partitur
>Environment:
System: FreeBSD palle.girgensohn.se 4.3-RELEASE FreeBSD 4.3-RELEASE #8: Mon Apr 23 04:00:26 CEST 2001 girgen@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386


	
>Description:
A pair of \" have mistaknely made their way into the configure
script. This makes tcl/tk dependencies break when they are not already
installed.

Thanks to mi@aldan.algebra.com for pointing it out.

>How-To-Repeat:
	
>Fix:

	
Index: scripts/configure.postgresql
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql7/scripts/configure.postgresql,v
retrieving revision 1.4
diff -u -u -r1.4 configure.postgresql
--- scripts/configure.postgresql	2001/04/25 17:23:33	1.4
+++ scripts/configure.postgresql	2001/05/17 22:53:52
@@ -220,7 +220,7 @@
 				exit 1
 				;;
 		esac
-		echo WITH_TCL=\"$1\" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
+		echo WITH_TCL=$1 >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
 	fi
 	cat <<-EOF >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
 		CONFIGURE_ARGS+= --with-tcl --with-tclconfig="\${TCLCONFIG}"
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mi 
State-Changed-When: Thu May 17 18:30:36 PDT 2001 
State-Changed-Why:  
Patch committed. Thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27416 
>Unformatted:
