Skip site navigation (1)Skip section navigation (2)
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:   ports/96600: update bsd.tcl.mk - remove USE_REINPLACE
Message-ID:  <44562981.0acfc4bb.3d3a.33ae@mx.gmail.com>
Resent-Message-ID: <200605011540.k41FeS0F048316@freefall.freebsd.org>

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

>Number:         96600
>Category:       ports
>Synopsis:       update bsd.tcl.mk - remove USE_REINPLACE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 01 15:40:28 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44562981.0acfc4bb.3d3a.33ae>