ports/89010: ports/devel/bazaar Makefile wrong quotes

Andreas Schulz ats at first.fraunhofer.de
Mon Nov 14 15:50:20 UTC 2005


>Number:         89010
>Category:       ports
>Synopsis:       ports/devel/bazaar Makefile wrong quotes
>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 Nov 14 15:50:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Schulz
>Release:        4.11-RELEASE
>Organization:
Fraunhofer-FIRST
>Environment:
FreeBSD freebsd.first.fraunhofer.de 4.11-RELEASE FreeBSD 4.11-RELEASE #1: Mon Apr 18 21:03:14 CEST 2005     root at freebsd.first.fraunhofer.de:/usr/src/sys/compile/FREEBSD  i386
>Description:
A make checksum fails in ports/devel/bazaar on a 4.11 System.
===> devel/bazaar
Syntax error: "(" unexpected
*** Error code 2
           
>How-To-Repeat:
Try a make checksum on an old system :-).
>Fix:
The Makefile need to be changed to:
.if ${OSVERSION} < 500000
IGNORE=         "does not compile (missing va_copy)"
.endif

The double quotes needs to be changed to single quotes.
Otherwise the shell will interpret the brackets.     
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list