Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2014 00:36:43 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363772 - head/databases/virtuoso
Message-ID:  <201408020036.s720ahhw009915@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: peter (src committer)
Date: Sat Aug  2 00:36:43 2014
New Revision: 363772
URL: http://svnweb.freebsd.org/changeset/ports/363772
QAT: https://qat.redports.org/buildarchive/r363772/

Log:
  Bandaid fix for build failure that can block kde4.  The port has a
  hardwired --with-readline and readline doesn't exist on 11.x.
  
  Sponsored by:	portmgr (implicit), db

Modified:
  head/databases/virtuoso/Makefile

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Fri Aug  1 23:55:10 2014	(r363771)
+++ head/databases/virtuoso/Makefile	Sat Aug  2 00:36:43 2014	(r363772)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gaw
 		unzip:${PORTSDIR}/archivers/unzip
 LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 
-USES=		gmake
+USES=		gmake readline
 
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-readline\



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