Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 21:07:44 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Mathieu Arnold <mat@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r397042 - in head/dns: bind910 bind910/files bind99 bind99/files
Message-ID:  <CAMHz58R3dM6YW1mGiuBFV_UaYLRJdkdPSbzAxzX7jijZYs2czQ@mail.gmail.com>
In-Reply-To: <201509160812.t8G8C5ru072007@repo.freebsd.org>
References:  <201509160812.t8G8C5ru072007@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 16, 2015 at 4:12 PM, Mathieu Arnold <mat@freebsd.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58R3dM6YW1mGiuBFV_UaYLRJdkdPSbzAxzX7jijZYs2czQ>