From infofarmer@gmail.com  Mon May  1 15:37:10 2006
Return-Path: <infofarmer@gmail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9223C16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 May 2006 15:37:10 +0000 (UTC)
	(envelope-from infofarmer@gmail.com)
Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.186])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CF75E43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 May 2006 15:37:09 +0000 (GMT)
	(envelope-from infofarmer@gmail.com)
Received: by nproxy.gmail.com with SMTP id m18so496189nfc
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 01 May 2006 08:37:09 -0700 (PDT)
Received: by 10.49.61.20 with SMTP id o20mr270290nfk;
        Mon, 01 May 2006 08:30:09 -0700 (PDT)
Received: from localhost ( [83.237.195.184])
        by mx.gmail.com with ESMTP id q28sm1314330nfc.2006.05.01.08.30.08;
        Mon, 01 May 2006 08:30:09 -0700 (PDT)
Message-Id: <44562981.0acfc4bb.3d3a.33ae@mx.gmail.com>
Date: Mon, 01 May 2006 08:30:09 -0700 (PDT)
From: Andrew Pantyukhin <infofarmer@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: vsevolod@FreeBSD.org
Subject: update bsd.tcl.mk - remove USE_REINPLACE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96600
>Category:       ports
>Synopsis:       update bsd.tcl.mk - remove USE_REINPLACE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 01 15:40:28 GMT 2006
>Closed-Date:    Mon May 01 19:50:44 GMT 2006
>Last-Modified:  Mon May 01 19:50:44 GMT 2006
>Originator:     Andrew Pantyukhin
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD sat64.net17 6.1-RC FreeBSD 6.1-RC #15: Tue Apr 18 00:29:23 MSD 2006 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386


	
>Description:
Remove USE_REINPLACE
	
>How-To-Repeat:
	
>Fix:

	

--- bsd.tcl.mk.diff begins here ---
--- /usr/ports/Mk/bsd.tcl.mk	Sat Jan 21 20:37:01 2006
+++ bsd.tcl.mk	Mon May  1 19:24:36 2006
@@ -34,14 +34,12 @@
 # WISH:			Path to wish executable respecting tk version
 ##
 # PATCH_TCL_SCRIPTS: 	List of tcl scripts that need to be patched to replace tclsh
-#				calls to tclsh${TK_VER} calls. Note that this implies USE_REINPLACE
-#				as REINPLACE_CMD is used for patching. Also note that post-patch
-#				target is used.
+#				calls with tclsh${TK_VER} calls. Also note that post-patch target is
+#				used.
 #
 # PATCH_TK_SCRIPTS: 	List of tcl scripts that need to be patched to replace wish
-#				calls to wish${TK_VER} calls. Note that this implies USE_REINPLACE
-#				as REINPLACE_CMD is used for patching. Also note that post-patch
-#				target is used.
+#				calls with wish${TK_VER} calls. Also note that post-patch target is
+#				used.
 
 .if defined(USE_TCL) || defined(USE_TCL_BUILD)
 
@@ -115,10 +113,6 @@
 IGNORE=		Unknown TK version specified: ${USE_TK}
 .endif
 .endif # defined(USE_TK)
-
-.if defined(PATCH_TCL_SCRIPTS) || defined (PATCH_TK_SCRIPTS)
-USE_REINPLACE=	yes
-.endif
 
 .endif # !defined(_POSTMKINCLUDED) && !defined(Tcl_Pre_Include)
 
--- bsd.tcl.mk.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Mon May 1 19:50:40 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96600 
>Unformatted:
