Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2009 14:18:46 +0700 (NOVST)
From:      Alexey Dokuchaev <danfe@regency.nsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/133197: [bsd.apache.mk] Rephrase IGNORE statement, kill EOL spaces, reformat
Message-ID:  <200903300718.n2U7Ikme066138@regency.nsu.ru>
Resent-Message-ID: <200903301010.n2UAA1vM070110@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903300718.n2U7Ikme066138>