svn commit: r409023 - head/dns/powerdns

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Feb 16 23:34:19 UTC 2016


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 at 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


More information about the svn-ports-all mailing list