ports/96600: update bsd.tcl.mk - remove USE_REINPLACE

Andrew Pantyukhin infofarmer at gmail.com
Mon May 1 15:40:30 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list