From owner-svn-src-all@FreeBSD.ORG Fri Feb 15 17:57:22 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 59852C30; Fri, 15 Feb 2013 17:57:22 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 0C49DB53; Fri, 15 Feb 2013 17:57:21 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1U6OzE-0006WS-Na; Fri, 15 Feb 2013 20:22:17 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Transfer-Encoding:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=m4+o9R6DucBUDByFRtY601TxOGUm8YIElLBy08Ef9cw=; b=mk7o6yNf7G+2KUQeW4+B1PdYJJa4p4DYg4vKhkMWgarVxRg1qLDDMsSwHu3Ag3JG//EjyStf/wx6r8QpZUZIa/zwtoiYijoDB92H0zJeV6sCwIv/FlaStJfauMpb73iz9ArNkacFjJbfC7xlTlgYDioVgUvLgFt9yrz3mb2rb0Y=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1U6Owm-00079I-7M; Fri, 15 Feb 2013 17:19:44 +0000 From: Jan Beich To: Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= Subject: Re: svn commit: r246827 - in head: contrib/ldns contrib/ldns/compat contrib/ldns/drill contrib/ldns/ldns lib lib/libldns share/mk tools/build/options In-Reply-To: <201302151344.r1FDiJtF064024@svn.freebsd.org> ("Dag-Erling \=\?utf-8\?Q\?Sm\=C3\=B8rgrav\=22's\?\= message of "Fri, 15 Feb 2013 13:44:19 +0000 (UTC)") Date: Fri, 15 Feb 2013 22:17:18 +0500 References: <201302151344.r1FDiJtF064024@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-TorMail-User: jbeich Message-Id: <1U6Owm-00079I-7M@internal.tormail.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 17:57:22 -0000 Dag-Erling Sm=C3=B8rgrav writes: > Author: des > Date: Fri Feb 15 13:44:18 2013 > New Revision: 246827 > URL: http://svnweb.freebsd.org/changeset/base/246827 > > Log: > Import LDNS and build it as an internal library. [...] > Index: share/mk/bsd.libnames.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- share/mk/bsd.libnames.mk (revision 246826) > +++ share/mk/bsd.libnames.mk (revision 246827) > @@ -85,6 +85,9 @@ LIBKICONV?=3D ${DESTDIR}${LIBDIR}/libkiconv.a > LIBKRB5?=3D ${DESTDIR}${LIBDIR}/libkrb5.a > LIBKVM?=3D ${DESTDIR}${LIBDIR}/libkvm.a > LIBL?=3D ${DESTDIR}${LIBDIR}/libl.a > +.if ${MK_LDNS} !=3D "no" > +LIBLDNS?=3D ${DESTDIR}${LIBDIR}/lib_ldns.a > +.endif > LIBLN?=3D "don't use LIBLN, use LIBL" > .if ${MK_BIND} !=3D "no" > LIBLWRES?=3D ${DESTDIR}${LIBDIR}/liblwres.a Why the underscore? lib/libldns/Makefile doesn't have it. Not that WITH_LDNS build would succeed anyway: =3D=3D=3D> lib/libldns (depend) /usr/src/lib/libldns/../../contrib/ldns/buffer.c:10:10: fatal error: 'ldn= s/config. h' file not found #include ^ 1 error generated. mkdep: compile failed *** [.depend] Error code 1