Date: Mon, 14 Nov 2005 15:43:32 GMT From: Andreas Schulz <ats@first.fraunhofer.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/89010: ports/devel/bazaar Makefile wrong quotes Message-ID: <200511141543.jAEFhWVw097118@www.freebsd.org> Resent-Message-ID: <200511141550.jAEFoJUx027848@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511141543.jAEFhWVw097118>