ports/176587: [PATCH] mail/dcc-dccd: syntax error in makefile; breaks bmake

John Marino draco at marino.st
Fri Mar 1 15:20:01 UTC 2013


>Number:         176587
>Category:       ports
>Synopsis:       [PATCH] mail/dcc-dccd: syntax error in makefile; breaks bmake
>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:   Fri Mar 01 15:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
In mail/dcc-dccd, there is a syntax error in the Makefile on line 180.  Three single quotes are used in an echo statement.

legacy make tolerates it; bmake does not.
Patch attached.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-03-01 15:56:37.668584000 +0100
+++ Makefile	2013-03-01 15:56:55.577781000 +0100
@@ -177,7 +177,7 @@
 
 pre-everything::
 	@${ECHO_MSG} ' '
-	@${ECHO_MSG} 'A description of ALT_HOME may be found in the port's Makefile.'
+	@${ECHO_MSG} "A description of ALT_HOME may be found in the port's Makefile."
 	@${ECHO_MSG} ' '
 
 post-install:


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


More information about the freebsd-ports-bugs mailing list