From owner-svn-ports-all@freebsd.org Sun Aug 9 12:19:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C2D599DADE; Sun, 9 Aug 2015 12:19:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D526BBE; Sun, 9 Aug 2015 12:19:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t79CJ1kG007830; Sun, 9 Aug 2015 12:19:01 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t79CJ1CI007829; Sun, 9 Aug 2015 12:19:01 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201508091219.t79CJ1CI007829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 9 Aug 2015 12:19:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393781 - head/dns/knot2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 12:19:01 -0000 Author: mat Date: Sun Aug 9 12:19:00 2015 New Revision: 393781 URL: https://svnweb.freebsd.org/changeset/ports/393781 Log: Fix build WITHOUT=DNSTAP. Submitted by: maintainer (via email) Sponsored by: Absolight Modified: head/dns/knot2/Makefile Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Sun Aug 9 12:14:17 2015 (r393780) +++ head/dns/knot2/Makefile Sun Aug 9 12:19:00 2015 (r393781) @@ -13,7 +13,8 @@ COMMENT= High performance authoritative- LICENSE= GPLv3 -LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= libfstrm.so:${PORTSDIR}/devel/fstrm \ + libgnutls.so:${PORTSDIR}/security/gnutls \ libjansson.so:${PORTSDIR}/devel/jansson \ liblmdb.so:${PORTSDIR}/databases/lmdb \ libnettle.so:${PORTSDIR}/security/nettle \ @@ -48,8 +49,7 @@ OPTIONS_DEFINE= DNSTAP FASTPARSER IDN DNSTAP_DESC= dnstap support (see dnstap.info) DNSTAP_CONFIGURE_ENABLE= dnstap -DNSTAP_LIB_DEPENDS= libfstrm.so:${PORTSDIR}/devel/fstrm \ - libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c +DNSTAP_LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c FASTPARSER_DESC= Fast zone parser (demanding compilation) FASTPARSER_CONFIGURE_ENABLE= fastparser