From owner-svn-ports-all@freebsd.org Fri Dec 9 14:37:45 2016 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 BB0F8C68910; Fri, 9 Dec 2016 14:37:45 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 8AD09B58; Fri, 9 Dec 2016 14:37:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB9EbiVg004078; Fri, 9 Dec 2016 14:37:44 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB9Ebi67004077; Fri, 9 Dec 2016 14:37:44 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201612091437.uB9Ebi67004077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 9 Dec 2016 14:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428208 - head/dns/bind910 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.23 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: Fri, 09 Dec 2016 14:37:45 -0000 Author: mat Date: Fri Dec 9 14:37:44 2016 New Revision: 428208 URL: https://svnweb.freebsd.org/changeset/ports/428208 Log: Fix using libedit from ports. PR: 215170 Reported by: sunpoet Sponsored by: Absolight Modified: head/dns/bind910/Makefile (contents, props changed) Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Fri Dec 9 14:24:07 2016 (r428207) +++ head/dns/bind910/Makefile Fri Dec 9 14:37:44 2016 (r428208) @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --localstatedir=/var -- --disable-symtable \ --with-randomdev=/dev/random \ --with-libxml2=${LOCALBASE} \ - --with-readline=-ledit \ + --with-readline="-L${LOCALBASE}/lib -ledit" \ --with-dlopen=yes \ --sysconfdir=${ETCDIR} .if defined(BIND_TOOLS_SLAVE)