From owner-freebsd-stable@freebsd.org Mon Aug 10 16:29:07 2015 Return-Path: Delivered-To: freebsd-stable@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 4E12099E7BE for ; Mon, 10 Aug 2015 16:29:07 +0000 (UTC) (envelope-from h.schmalzbauer@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3D86A65 for ; Mon, 10 Aug 2015 16:29:06 +0000 (UTC) (envelope-from h.schmalzbauer@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id t7AGT2be040040 for ; Mon, 10 Aug 2015 18:29:02 +0200 (CEST) (envelope-from h.schmalzbauer@omnilan.de) Received: from titan.inop.mo1.omnilan.net (titan.inop.mo1.omnilan.net [IPv6:2001:a60:f0bb:1::3:1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id F421080F; Mon, 10 Aug 2015 18:29:01 +0200 (CEST) Message-ID: <55C8D14D.6060600@omnilan.de> Date: Mon, 10 Aug 2015 18:29:01 +0200 From: Harald Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: 10.2-RC3: ports USE_PACKAGE_DEPENDS by default? X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigAC0120D4AE32C55D52B8E277" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Mon, 10 Aug 2015 18:29:02 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 16:29:07 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigAC0120D4AE32C55D52B8E277 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Hello, I found some ugly inconsistency is spreading while compiling sendmail+tls+sasl2+ldap-8.15.2 in my build environment. It seems like USE-PACKAGE-DEPENDS is now default!?! endmail+tls+sasl2+ldap depends on: =3D=3D=3D> sendmail+tls+sasl2+ldap-8.15.2 depends on shared library: libldap-2.4.so.2 - not found =3D=3D=3D> Installing existing package /mnt/OmniLAN/pkg/corei7/FreeBSD:10:i386/All/openldap-client-2.4.41.txz Installing openldap-client-2.4.41... Extracting openldap-client-2.4.41: 100% It also depends on: =3D=3D=3D> sendmail+tls+sasl2+ldap-8.15.2 depends on file: /usr/local/sbin/saslauthd - not found =3D=3D=3D> Installing existing package /mnt/OmniLAN/pkg/corei7/FreeBSD:10:i386/All/cyrus-sasl-saslauthd-2.1.26_1= =2Etxz Installing cyrus-sasl-saslauthd-2.1.26_1... Extracting cyrus-sasl-saslauthd-2.1.26_1: 100% Since "cyrus-sasl-saslauthd" also depends on "openldap-client", but was built some time ago, when openldap-client was 2.4.40_1, 'pkg info -d cyrus-sasl-saslauthd-2.1.26_1' returns cyrus-sasl-saslauthd-2.1.26_1: cyrus-sasl-2.1.26_9 openldap-client-2.4.40_1 while 'pkg info -d sendmail+tls+sasl2+ldap-8.15.2' returns sendmail+tls+sasl2+ldap-8.15.2: cyrus-sasl-saslauthd-2.1.26_1 cyrus-sasl-2.1.26_9 openldap-client-2.4.41 This is nasty, I don't want to manually clean built packages, I want to be sure that _everything_ will be built if I don't set USE_PACKAGE_DEPENDS. Otherwise the complete dependency-resolver must be rewritten, to not only check the first dependency level, but does recursive checks, which it didn't last time I checked, please see https://lists.freebsd.org/pipermail/freebsd-pkg/2014-July/000410.html How can I disable USE_PACKAGE_DEPENDS now? Thanks, -Harry --------------enigAC0120D4AE32C55D52B8E277 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAlXI0U0ACgkQLDqVQ9VXb8gWMQCaA17MkhKAisiv1SCIf4P8RW83 wWUAn1kGdrknnIgKd6cTUoAvIgxohGCG =ygAL -----END PGP SIGNATURE----- --------------enigAC0120D4AE32C55D52B8E277--