From owner-svn-ports-all@freebsd.org Sun Apr 1 16:33:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3884FF6BB1B; Sun, 1 Apr 2018 16:33:17 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DBC7873771; Sun, 1 Apr 2018 16:33:16 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6AF915E9; Sun, 1 Apr 2018 16:33:16 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w31GXGrI032345; Sun, 1 Apr 2018 16:33:16 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w31GXGQZ032344; Sun, 1 Apr 2018 16:33:16 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201804011633.w31GXGQZ032344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 1 Apr 2018 16:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466169 - head/dns/dnsdist X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/dns/dnsdist X-SVN-Commit-Revision: 466169 X-SVN-Commit-Repository: ports 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.25 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, 01 Apr 2018 16:33:17 -0000 Author: cpm Date: Sun Apr 1 16:33:16 2018 New Revision: 466169 URL: https://svnweb.freebsd.org/changeset/ports/466169 Log: dns/dnsdist: Fix building against openssl from base checking for LIBSSL... no configure: error: OpenSSL libssl requested but libraries were not found ===> Script "configure" failed unexpectedly. Please report the problem to cpm@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/dns/dnsdist/work/dnsdist-1.3.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/dns/dnsdist PR: 227180 Submitted by: Ralf van der Enden MFH: 2018Q2 Modified: head/dns/dnsdist/Makefile Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Sun Apr 1 15:38:48 2018 (r466168) +++ head/dns/dnsdist/Makefile Sun Apr 1 16:33:16 2018 (r466169) @@ -57,6 +57,7 @@ LUAJIT_CONFIGURE_WITH= luajit OPENSSL_USES= ssl OPENSSL_CONFIGURE_ENABLE=libssl +OPENSSL_CONFIGURE_ON= LIBSSL_CFLAGS=-I${OPENSSLINC} LIBSSL_LIBS="-L${OPENSSLLIB} -lssl" SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_WITH= net-snmp