From edwin@mavetju.org  Thu Oct  5 15:37:19 2006
Return-Path: <edwin@mavetju.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1964716A47B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Oct 2006 15:37:19 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D006E43D60
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Oct 2006 15:37:14 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mail4out.barnet.com.au (Postfix, from userid 1001)
	id D5DBC37B966; Fri,  6 Oct 2006 01:37:13 +1000 (EST)
Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mail4.barnet.com.au (Postfix) with ESMTP id AC0AB42302A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Oct 2006 01:37:13 +1000 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail4auth.barnet.com.au (Postfix) with ESMTP id 59A7C37B914
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Oct 2006 01:37:13 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 357BE33C; Fri,  6 Oct 2006 01:37:13 +1000 (EST)
Message-Id: <20061005153713.357BE33C@k7.mavetju>
Date: Fri,  6 Oct 2006 01:37:13 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: bsd.port.mk - white space / comment cleanup
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104009
>Category:       ports
>Synopsis:       bsd.port.mk - white space / comment cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 05 15:40:25 GMT 2006
>Closed-Date:    Sat Mar 24 15:44:47 GMT 2007
>Last-Modified:  Sat Mar 24 15:44:47 GMT 2007
>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@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386



>Description:

The white space police is back in town.
Properly align comments again.

>How-To-Repeat:
>Fix:


Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.544
diff -u -r1.544 bsd.port.mk
--- bsd.port.mk	30 Sep 2006 19:25:45 -0000	1.544
+++ bsd.port.mk	5 Oct 2006 15:36:34 -0000
@@ -218,7 +218,8 @@
 # NOT_FOR_ARCHS_REASON
 # NOT_FOR_ARCHS_REASON_${ARCH}
 #				- Reason why it's not for ${NOT_FOR_ARCHS}s
-# IA32_BINARY_PORT	- Set this instead of ONLY_FOR_ARCHS if the given port
+# IA32_BINARY_PORT
+#				- Set this instead of ONLY_FOR_ARCHS if the given port
 #				  fetches and installs compiled i386 binaries.
 #
 # Dependency checking.  Use these if your port requires another port
@@ -405,7 +406,7 @@
 #				  (libtool, autoconf, autoheader, automake et al.)
 #				  See bsd.autotools.mk for more details.
 ##
-# USE_SCONS - If set, this port uses the Python-based SCons build system
+# USE_SCONS		- If set, this port uses the Python-based SCons build system
 #				  See bsd.scons.mk for more details.
 ##
 # USE_JAVA		- If set, this port relies on the Java language.
@@ -531,7 +532,8 @@
 #				  ${LINUXBASE_REL} if  USE_LINUX_PREFIX is set,
 #				  otherwise ${LOCALBASE_REL}
 #
-# IGNORE_PATH_CHECKS	- There are some sanity checks against PREFIX and DESTDIR.
+# IGNORE_PATH_CHECKS
+#				- There are some sanity checks against PREFIX and DESTDIR.
 #				  You can diasble these checks with defining
 #				  this variable, but this is not recommended!
 #				  Only do this if you really know what you are
@@ -707,7 +709,7 @@
 #
 # Default sequence for "all" is:
 #
-#     check-sanity fetch checksum extract patch configure build
+#	  check-sanity fetch checksum extract patch configure build
 #
 # Please read the comments in the targets section below; you
 # should be able to use the pre-* or post-* targets/scripts
@@ -1627,9 +1629,9 @@
 .endif
 
 .if defined(NOPORTDOCS)
-PLIST_SUB+=	        PORTDOCS="@comment "
+PLIST_SUB+=		PORTDOCS="@comment "
 .else
-PLIST_SUB+=	        PORTDOCS=""
+PLIST_SUB+=		PORTDOCS=""
 .endif
 
 CONFIGURE_SHELL?=	${SH}
@@ -3038,11 +3040,11 @@
 .if defined(ONLY_FOR_ARCHS)
 .for __ARCH in ${ONLY_FOR_ARCHS}
 .if ${ARCH:M${__ARCH}} != ""
-__ARCH_OK?=     1
+__ARCH_OK?=		1
 .endif
 .endfor
 .else
-__ARCH_OK?=     1
+__ARCH_OK?=		1
 .endif
 
 .if defined(NOT_FOR_ARCHS)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 5 15:40:32 UTC 2006 
Responsible-Changed-Why:  
bsd.port.mk is port manager territory 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104009 

From: Gabor Kovesdan <gabor@FreeBSD.org>
To: bug-followup@FreeBSD.org,  edwin@mavetju.org
Cc:  
Subject: Re: ports/104009: bsd.port.mk - white space / comment cleanup
Date: Thu, 07 Dec 2006 11:01:36 +0100

 I think there is more that can be improved. Somewhere new levels are 
 indented with two tabs, somewhere only with one tab, somewhere with some 
 spaces. I can going through the file and fix if it will be committed, 
 but it's a lot and I don't want to do useless works, so please give me a 
 feedback if it's really demanded.
 
 Cheers,
 Gabor
State-Changed-From-To: open->analyzed 
State-Changed-By: pav 
State-Changed-When: Sat Mar 17 23:48:22 UTC 2007 
State-Changed-Why:  
This patch is being tested in exprun 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104009 
State-Changed-From-To: analyzed->closed 
State-Changed-By: pav 
State-Changed-When: Sat Mar 24 15:44:35 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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