From owner-svn-src-head@FreeBSD.ORG Tue May 12 08:05:42 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 337157EC; Tue, 12 May 2015 08:05:42 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 BBA0617A0; Tue, 12 May 2015 08:05:41 +0000 (UTC) Received: by widdi4 with SMTP id di4so140475765wid.0; Tue, 12 May 2015 01:05:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=lBb5YbzjrVQMgaKojq7Y+0zyRGfvV0E/KQgCouFw/TE=; b=HNYTO8/pR+NYbE5w8i7Ln3UT8hmRKf7TIeNX8QNIsR6ziXSkf/DvGWACs8hNU5/k5y ukBr2+VbSq9r0gFb83R/Q+xGEq6i8SiAq5NI8m6RahGsfA76nABM1uPO48lU8Ku1/AGt todzhNh+2dGzamxzlkT+K12auQyemUNDHhMyIb/ROIoe2eqaYyT+arE6Mf+ZFh9/Y+40 MdpKn8E1sTnWZosUtgPWKUZR7faxN0+cALESYkrLyM43sVT6+YLjXkunY1OGUN1qrCBg yiaX29Q5mvA2aM0n6wVkh1uPPXnX7lZrF/VTUT81ar+KGnsWQyVjKjvuJ+GfTIm4+8qI iSOQ== X-Received: by 10.194.103.232 with SMTP id fz8mr26580395wjb.130.1431417940282; Tue, 12 May 2015 01:05:40 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id bh7sm26447867wjb.8.2015.05.12.01.05.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 May 2015 01:05:39 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 12 May 2015 10:05:37 +0200 From: Baptiste Daroussin To: Xin LI Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282808 - head/lib/liblzma Message-ID: <20150512080537.GB46991@ivaldir.etoilebsd.net> References: <201505120542.t4C5gDFX038841@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5/uDoXvLw7AC5HRs" Content-Disposition: inline In-Reply-To: <201505120542.t4C5gDFX038841@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 08:05:42 -0000 --5/uDoXvLw7AC5HRs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 12, 2015 at 05:42:13AM +0000, Xin LI wrote: > Author: delphij > Date: Tue May 12 05:42:13 2015 > New Revision: 282808 > URL: https://svnweb.freebsd.org/changeset/base/282808 >=20 > Log: > Revert r282775 for now. The added dependency would cause problems for > e.g. ports-mgmt/pkg and we would like to do an exp-build. > =20 > Requested by: bdrewery >=20 > Modified: > head/lib/liblzma/Makefile > head/lib/liblzma/Symbol.map > head/lib/liblzma/config.h >=20 > Modified: head/lib/liblzma/Makefile > =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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/liblzma/Makefile Tue May 12 03:49:18 2015 (r282807) > +++ head/lib/liblzma/Makefile Tue May 12 05:42:13 2015 (r282808) > @@ -77,7 +77,8 @@ SRCS+=3D common.c \ > .PATH: ${LZMADIR}/check > SRCS+=3D check.c \ > crc32_table.c \ > - crc64_table.c > + crc64_table.c \ > + sha256.c > .if defined(MACHINE_ARCH) && ${MACHINE_ARCH} =3D=3D "i386" > SRCS+=3D crc32_x86.S \ > crc64_x86.S > @@ -145,7 +146,7 @@ CFLAGS+=3D -DHAVE_CONFIG_H \ > -I${LZMADIR}/simple \ > -I${LZMADIR}/../common > =20 > -LIBADD+=3D md pthread > +LIBADD+=3D pthread If you are on doing that you should at least modify as well the lzma .pc fi= le to that anything asking for pkg-config --libs will provide -lmd, should be = the Libs.private field Also note that this will not solve the pkg case :) Best regards, Bapt --5/uDoXvLw7AC5HRs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVRtFEACgkQ8kTtMUmk6ExEEwCfedNJCCWhciar0QrT0uXRQmip v9QAoItF3x1H6w+YfBl1PL+5qZVgz5jA =ROjj -----END PGP SIGNATURE----- --5/uDoXvLw7AC5HRs--