ports/89008: ports: databases/mysql-administrator/Makefile missing quotes
Andreas Schulz
ats at first.fraunhofer.de
Mon Nov 14 15:10:17 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list