Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2010 04:08:19 +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:  <201002100408.o1A48J8L033510@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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