ports/133197: [bsd.apache.mk] Rephrase IGNORE statement, kill EOL spaces, reformat

Alexey Dokuchaev danfe at regency.nsu.ru
Mon Mar 30 10:10:05 UTC 2009


>Number:         133197
>Category:       ports
>Synopsis:       [bsd.apache.mk] Rephrase IGNORE statement, kill EOL spaces, reformat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 30 10:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
>Description:
This is minor non-functional changes to Mk/bsd.apache.mk, for your
consideration.

The diff below rephrases one of the IGNORE statement so it reads better
when displayed.  It also removes two EOL whitespaces, and I took a
liberty to reformat a paragraph while here.
>How-To-Repeat:
>Fix:
Index: bsd.apache.mk
===================================================================
RCS file: /mnt/fbsd/development/FreeBSD-CVS/ports/Mk/bsd.apache.mk,v
retrieving revision 1.19
diff -u -r1.19 bsd.apache.mk
--- bsd.apache.mk	19 Sep 2007 21:03:59 -0000	1.19
+++ bsd.apache.mk	30 Mar 2009 07:06:48 -0000
@@ -15,9 +15,9 @@
 #		<version>: 1.3/13/2.0/20/2.1/2.2/1.3+/2.0+/2.1+/2.2+
 #		common*: common13, common20, common21 and common22
 #
-# Note: Setting USE_APACHE to "yes" is deprecated. It will set 
-# APACHE_PORT to www/apache13 and if WITH_APACHE2 (deprecated too)
-# is defined, APACHE_PORT will be set to www/apache20
+# Note: Setting USE_APACHE to "yes" is deprecated. It will set APACHE_PORT
+# to www/apache13 and if WITH_APACHE2 (deprecated too) is defined,
+# APACHE_PORT will be set to www/apache20.
 #
 
 .if !defined(Apache_Pre_Include) || defined(PORT_IS_MODULE)
@@ -59,7 +59,7 @@
 .if defined(AP_PORT_IS_SERVER)
 # For slave ports:
 .if defined(SLAVE_DESIGNED_FOR) && ${PORTVERSION} != ${SLAVE_DESIGNED_FOR}
-IGNORE=	Sorry, ${SLAVENAME} and ${PORTNAME} versions are out of sync
+IGNORE=		built failed: ${SLAVENAME} and ${PORTNAME} versions are out of sync
 .endif
 
 .if defined(SLAVE_PORT_MODULES)
@@ -418,7 +418,7 @@
 		${ECHO_CMD}; \
 	fi;\
 	done; \
-	${ECHO_CMD}; 
+	${ECHO_CMD};
 .endif
 
 .elif defined(AP_PORT_IS_MODULE)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list