Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2005 15:00:44 GMT
From:      Andreas Schulz <ats@first.fraunhofer.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/89008: ports: databases/mysql-administrator/Makefile missing quotes
Message-ID:  <200511141500.jAEF0iEb056126@www.freebsd.org>
Resent-Message-ID: <200511141510.jAEFAGQD023357@freefall.freebsd.org>

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

>Number:         89008
>Category:       ports
>Synopsis:       ports: databases/mysql-administrator/Makefile missing 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:10:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Schulz
>Release:        FreeBSD 4.11
>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:
The Makefile in /usr/ports/databases/mysql-administrator misses
the quotes in the BROKEN line.
Oiginal:
.if ${OSVERSION} < 500000
BROKEN=         can't build on 4.x
.endif

needs to be changed to:
.if ${OSVERSION} < 500000
BROKEN=         "can't build on 4.x"
.endif

otherwise you get the error
Syntax error: Unterminated quoted string         
>How-To-Repeat:
Try a make checksum on a 4.11 System :-).
>Fix:
              
>Release-Note:
>Audit-Trail:
>Unformatted:



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