Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2012 11:55:53 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases/virtuoso Makefile
Message-ID:  <201206141155.q5EBtrZq008932@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
fjoe        2012-06-14 11:55:53 UTC

  FreeBSD ports repository

  Modified files:
    databases/virtuoso   Makefile 
  Log:
  - Use flex and gperf from ports [1]
  flex and gperf from base system are too old for Virtuoso build. While
  pre-generated sources (included into the dist tarball) are usually used
  during virtuoso port build, flex/gperf can potentially be called
  when those source files become out of date (e.g. when some prerequisites
  are patched by ports patches that could be potentially included in future).
  - Fix clang build: use -std=gnu89 as virtuoso relies on GNU89 definition of `inline'
  
  Submitted by:   Patrick van Kleef [1]
  
  Revision  Changes    Path
  1.33      +5 -2      ports/databases/virtuoso/Makefile



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