From owner-svn-ports-all@freebsd.org Wed Sep 16 13:08:30 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 C6D449CD2EA for ; Wed, 16 Sep 2015 13:08:30 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-f53.google.com (mail-oi0-f53.google.com [209.85.218.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BD391A97 for ; Wed, 16 Sep 2015 13:08:30 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by oiww128 with SMTP id w128so125104746oiw.2 for ; Wed, 16 Sep 2015 06:08:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=kFkmcO/SAvHKr80b8fzgyYZjckRVUoCRyIRH5HQeEhc=; b=SmvEwAwExS4W0CY4EPJLltkWzveg8r71nNUTDwEZGm3HSmrYo4K+hHhBTK94vY5g2M a2RsQqP+LB1GTmkecDpbTIHbtALdkaKll0TU4GRgkMr2fdaxBcNkSygaqHrwcS7siT4R 3jGrsaE5VA61hbO+aOh6ofyyo+CEM863JXYDe/8+TjrhvrXTv9N8sacdoXvhm9zf4D2J XXFWtXFUvf4yFTXYdcr4jvbR/SuIEbRlaHiTMizqiDVLEvjWyJjETiK/42T4kMAM9Z1r 6ASQT2owdgohUK1blYHb1MF9QTjKOB3DPyawQ2UmyyJpR5SK5qPpMluz30xtutqi1iyG mK7A== X-Gm-Message-State: ALoCoQnxqCHNxGrj/QQay5Y6+5o0qpY4sXL3sEu8ujIjbY3e6U1A/dbUYV4YnHvcwTaaw4hq26rQ X-Received: by 10.182.60.196 with SMTP id j4mr23324663obr.10.1442408904515; Wed, 16 Sep 2015 06:08:24 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.170.82 with HTTP; Wed, 16 Sep 2015 06:07:44 -0700 (PDT) In-Reply-To: <201509160812.t8G8C5ru072007@repo.freebsd.org> References: <201509160812.t8G8C5ru072007@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 16 Sep 2015 21:07:44 +0800 X-Google-Sender-Auth: jAdJ-9jERPhxc7NENhJTHhV7FnY Message-ID: Subject: Re: svn commit: r397042 - in head/dns: bind910 bind910/files bind99 bind99/files To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Wed, 16 Sep 2015 13:08:30 -0000 On Wed, Sep 16, 2015 at 4:12 PM, Mathieu Arnold wrote: > Author: mat > Date: Wed Sep 16 08:12:05 2015 > New Revision: 397042 > URL: https://svnweb.freebsd.org/changeset/ports/397042 > > Log: > Update to bind99 to 9.9.8 & bind910 to 9.10.3. > > - Add new QUERYTRACE & FETCHLIMIT. > Note that QUERYTRACE is for debug purposes, and will eat your > performances. > - Don't do the PORTREVISION patch if PORTREVISION is 0. > - Regen some patches > > Changes: > https://lists.isc.org/pipermail/bind-announce/2015-September/000961.html > Changes: > https://lists.isc.org/pipermail/bind-announce/2015-September/000962.html > Sponsored by: Absolight > > Modified: > head/dns/bind910/Makefile > head/dns/bind910/distinfo > head/dns/bind910/files/patch-bin__tests__system__dlzexternal__Makefile.in > head/dns/bind910/files/patch-configure > head/dns/bind99/Makefile > head/dns/bind99/distinfo > head/dns/bind99/files/extrapatch-bind-min-override-ttl > head/dns/bind99/files/patch-configure > > Modified: head/dns/bind910/Makefile > > ============================================================================== > --- head/dns/bind910/Makefile Wed Sep 16 06:29:20 2015 (r397041) > +++ head/dns/bind910/Makefile Wed Sep 16 08:12:05 2015 (r397042) > @@ -21,11 +21,11 @@ COMMENT?= BIND DNS suite with updated DN > LICENSE= ISCL > > # ISC releases things like 9.8.0-P1, which our versioning doesn't like > -ISCVERSION= 9.10.2-P4 > +ISCVERSION= 9.10.3 > > MAKE_JOBS_UNSAFE= yes > > -USES= cpe > +USES= cpe libedit > Hi Mat, I got an error message about USES=libedit. Could you please take a look? Thanks! % cd /usr/ports/dns/bind910/ % make ... ====> Running Q/A tests (stage-qa) Error: Bad linking on [libedit.so.7] please add USES=libedit Error: Bad linking on [libedit.so.7] please add USES=libedit *** Error code 1 (ignored) % ldd bin/nslookup bin/nsupdate | grep libedit libedit.so.7 => /lib/libedit.so.7 (0x800a1b000) libedit.so.7 => /lib/libedit.so.7 (0x800a13000) % pkg info -x libedit libedit-3.1.20150325_1 Regards, sunpoet