Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2003 00:43:17 -0500 (EST)
From:      parv@pair.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cyrille.lefevre@laposte.net
Subject:   ports/60288: databases/mysql-gui - make <index|describe> breakage
Message-ID:  <20031216054317.9F148B317@moo.holy.cow>
Resent-Message-ID: <200312160540.hBG5eG4q025642@freefall.freebsd.org>

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

>Number:         60288
>Category:       ports
>Synopsis:       databases/mysql-gui - make <index|describe> breakage
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 15 21:40:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     parv
>Release:        FreeBSD 4.8-RELEASE-p14 i386
>Organization:
>Environment:
System: FreeBSD moo.holy.cow 4.8-RELEASE-p14

ports updated on 2003.12.16.02.43.37 UTC

>Description:

Following in databases/mysql-gui/Makefile, lines 46-48,...

  .if (${OSVERSION} >= 500000)
  BROKEN=         Does not build
  .endif


...causes make <describe|index> to fail w/ this message...

  ===> databases/mysql-gui
  "Makefile", line 46: warning: String comparison operator should be either == or !=
  "Makefile", line 46: Malformed conditional ((${OSVERSION} >= 500000))
  "Makefile", line 46: Missing dependency operator
  "Makefile", line 48: if-less endif
  "Makefile", line 48: Need an operator
  make: fatal errors encountered -- cannot continue
  *** Error code 1

  Stop in /usr3/ports/databases.
  *** Error code 1


>How-To-Repeat:

Update the ports to above date tag, and ...

  cd /usr/ports && make describe

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



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