ports/104024: bsd.tcl.mk - whitespace cleanup

Edwin Groothuis edwin at mavetju.org
Thu Oct 5 16:51:49 UTC 2006


>Number:         104024
>Category:       ports
>Synopsis:       bsd.tcl.mk - whitespace cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 05 16:50:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


>Description:

The white space police is back in town!
Reformat comments to match other bsd.x.mk files

>How-To-Repeat:
>Fix:

Index: bsd.tcl.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.tcl.mk,v
retrieving revision 1.3
diff -u -r1.3 bsd.tcl.mk
--- bsd.tcl.mk	1 May 2006 19:49:57 -0000	1.3
+++ bsd.tcl.mk	5 Oct 2006 16:41:41 -0000
@@ -9,37 +9,40 @@
 Tcl_Pre_Include=		bsd.tcl.mk
 Tcl_Include_MAINTAINER=	ports at FreeBSD.org
 
-# USE_TCL:		Depend on tcl to run. In case of incompatible APIs of different 
-#				TCL versions the version can be specified directly. If version
-#				is not specified (USE_TCL=yes) then the latest version is
-#				used (8.4 currently).
-#				Available values are: 84, 83, 82, 81 and 80.
+# USE_TCL		- Depend on tcl to run. In case of incompatible APIs of
+#				  different TCL versions the version can be specified directly.
+#				  If version is not specified (USE_TCL=yes) then the latest
+#				  version is used (8.4 currently).
+#				  Available values are: 84, 83, 82, 81 and 80.
 #
-# USE_TK:		Depend on tk to run. In case of incompatible APIs of different
-#				TK versions the version can be specified directly. If version
-#				is not specified (USE_TK=yes) then the latest version is
-#				used (8.4 currently).
-#				Available values are: 84, 83, 82, 81 and 80.
+# USE_TK		- Depend on tk to run. In case of incompatible APIs of different
+#				  TK versions the version can be specified directly. If version
+#				  is not specified (USE_TK=yes) then the latest version is
+#				  used (8.4 currently).
+#				  Available values are: 84, 83, 82, 81 and 80.
 ##
-# TCL_LIBDIR:		Path where tcl libraries can be found
+# TCL_LIBDIR	- Path where tcl libraries can be found
 #
-# TCL_INCLUDEDIR: 	Path where tcl C headers can be found
+# TCL_INCLUDEDIR
+#				- Path where tcl C headers can be found
 ##
-# TK_LIBDIR:		Path where tk libraries can be found
+# TK_LIBDIR		- Path where tk libraries can be found
 #
-# TK_INCLUDEDIR: 	Path where tk C headers can be found
+# TK_INCLUDEDIR - Path where tk C headers can be found
 ##
-# TCLSH:		Path to tclsh executable respecting tcl version
+# TCLSH			- Path to tclsh executable respecting tcl version
 #
-# WISH:			Path to wish executable respecting tk version
+# WISH			- Path to wish executable respecting tk version
 ##
-# PATCH_TCL_SCRIPTS: 	List of tcl scripts that need to be patched to replace
-# 				tclsh calls with tclsh${TK_VER} calls. Also note that
-# 				post-patch target is used.
+# PATCH_TCL_SCRIPTS
+#				- List of tcl scripts that need to be patched to replace
+# 				  tclsh 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 with wish${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 with wish${TK_VER} calls. Also note that
+# 				  post-patch target is used.
 
 .if defined(USE_TCL) || defined(USE_TCL_BUILD)
 

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list