From nobody@FreeBSD.org  Mon Nov 14 15:43:33 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 555F616A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Nov 2005 15:43:33 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2504643D49
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Nov 2005 15:43:33 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jAEFhX8U097119
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Nov 2005 15:43:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id jAEFhWVw097118;
	Mon, 14 Nov 2005 15:43:32 GMT
	(envelope-from nobody)
Message-Id: <200511141543.jAEFhWVw097118@www.freebsd.org>
Date: Mon, 14 Nov 2005 15:43:32 GMT
From: Andreas Schulz <ats@first.fraunhofer.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports/devel/bazaar Makefile wrong quotes
X-Send-Pr-Version: www-2.3

>Number:         89010
>Category:       ports
>Synopsis:       ports/devel/bazaar Makefile wrong quotes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    barner
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 14 15:50:19 GMT 2005
>Closed-Date:    Mon Nov 28 18:40:13 GMT 2005
>Last-Modified:  Mon Nov 28 18:40:13 GMT 2005
>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@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:

From: Edwin Groothuis <edwin@FreeBSD.org>
To: lulf@kerneled.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/89010: devel/bazaar Makefile wrong quotes
Date: Mon, 14 Nov 2005 20:57:05 UT

 Maintainer of devel/bazaar,
 
 Please note that PR ports/89010 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/89010
 
 -- 
 Edwin Groothuis
 edwin@FreeBSD.org
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Nov 14 21:10:24 GMT 2005 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=89010 
Responsible-Changed-From-To: freebsd-ports-bugs->barner 
Responsible-Changed-By: barner 
Responsible-Changed-When: Mon Nov 28 18:10:08 GMT 2005 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89010 
State-Changed-From-To: feedback->closed 
State-Changed-By: barner 
State-Changed-When: Mon Nov 28 18:40:11 GMT 2005 
State-Changed-Why:  
I entirely removed the quotes: IGNORE messages will expand to ${PKGNAME} 
${IGNORE}. So using quotes makes no sense (and this is why the messages 
should start with a small letter and why they should not end with a full 
stop, which is printed by bsd.port.mk). But thanks for the report! 

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