Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2016 23:34:18 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409023 - head/dns/powerdns
Message-ID:  <201602162334.u1GNYIPK088905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Feb 16 23:34:17 2016
New Revision: 409023
URL: https://svnweb.freebsd.org/changeset/ports/409023

Log:
  Fix a typo in the SQLITE3 option handling introduced in r408757.
  
  "gqlite3" should have been "gsqlite3", like it was before that SVN commit,
  otherwise the build breaks.
  
  Submitted by:	Andrew Nichols <andrew@quadrant.net>

Modified:
  head/dns/powerdns/Makefile

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Tue Feb 16 23:12:33 2016	(r409022)
+++ head/dns/powerdns/Makefile	Tue Feb 16 23:34:17 2016	(r409023)
@@ -89,7 +89,7 @@ POLARSSL_LIB_DEPENDS_OFF=	libmbedtls.so:
 REMOTE_VARS=		MODULES+=remote
 
 SQLITE3_USE=		SQLITE=3
-SQLITE3_VARS=		MODULES+=gqlite3
+SQLITE3_VARS=		MODULES+=gsqlite3
 
 TINYDNS_CONFIGURE_ON=	CDB_LIBS="-L${LOCALBASE}/lib -lcdb" CDB_CFLAGS="-I${LOCALBASE}/include"
 TINYDNS_LIB_DEPENDS=	libcdb.so:${PORTSDIR}/databases/tinycdb



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