cvs commit: ports/databases/virtuoso Makefile

Max Khon fjoe at FreeBSD.org
Wed Feb 10 04:08:19 UTC 2010


fjoe        2010-02-10 04:08:19 UTC

  FreeBSD ports repository

  Modified files:
    databases/virtuoso   Makefile 
  Log:
  Due to mistake in virtuoso startup scripts the following error can happen
  during the build:
  
  expr: illegal option -- N
  usage: expr [-e] expression
  
  where N is any decimal number, because some variables used in "expr"
  invocations can be negative integers.
  
  Protect against this error (although the workaround does not fix the root
  of this problem).
  
  Revision  Changes    Path
  1.18      +2 -1      ports/databases/virtuoso/Makefile


More information about the cvs-ports mailing list