cvs commit: ports/databases/virtuoso Makefile

Max Khon fjoe at FreeBSD.org
Thu Jun 14 11:55:54 UTC 2012


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


More information about the cvs-ports mailing list