From owner-freebsd-ports@FreeBSD.ORG Fri Jul 25 19:10:13 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B78A6C5D for ; Fri, 25 Jul 2014 19:10:13 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 752F722EE for ; Fri, 25 Jul 2014 19:10:13 +0000 (UTC) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 4E9A96A6005; Fri, 25 Jul 2014 21:10:10 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id s6PJAA4X077065; Fri, 25 Jul 2014 21:10:10 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id s6PJA8NO077050; Fri, 25 Jul 2014 21:10:08 +0200 (CEST) (envelope-from lars) Date: Fri, 25 Jul 2014 21:10:08 +0200 From: Lars Engels To: Richard Kuhns Subject: Re: pkg-1.3 comment and questions Message-ID: <20140725191008.GE10844@e-new.0x20.net> References: <53D2541C.6000006@wintek.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qOrJKOH36bD5yhNe" Content-Disposition: inline In-Reply-To: <53D2541C.6000006@wintek.com> X-Editor: VIM - Vi IMproved 7.4 X-Operation-System: FreeBSD 8.4-RELEASE-p4 User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 19:10:13 -0000 --qOrJKOH36bD5yhNe Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 25, 2014 at 08:57:00AM -0400, Richard Kuhns wrote: > Hello, >=20 > First the comment: I've also noticed that checking for out-of-date > packages now takes 3 to 5 times longer than it used to. I've never used > an INDEX before, as it didn't seem to offer me anything I needed/wanted. > Is it considered (almost) a requirement now? >=20 > Second, how do I delete a single package that has dependencies without > deleting the dependencies? For example, UPDATING says >=20 > libevent1 has been replaced by libevent2 via the compatibility layer. > All applications that used libevent1 must be rebuilt. >=20 > Please remove libevent1 before upgrading, by running: > pkg delete libevent >=20 > If I try 'pkg delete libevent', pkg wants to delete no only libevent but > every other package that requires libevent. It's as if the recursive > flag is now on by default and I can't find any way to turn it off. 'pkg > help delete' doesn't offer anything. >=20 > I don't have a pkg.conf file installed anywhere (that I can find, anyway). >=20 pkg delete -f libevent will only delete the libevent package. --qOrJKOH36bD5yhNe Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQF8BAEBCgBmBQJT0quQXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tbrAH/1FKD5eh/rshnJicSep+uSvY HcVSuMs3oTh5Pf4yJZmB9L2KWF37Ppr2IxMTm/XFyQ2ESzB5DqNO/l/JNdJ7lKKF 7Qsu0dPqUkoE6rKXxUUXIxqZJAiW2ooBdLSP6+JejKgKizYz7qUKMgqkwdhE6Sea +UWFJ9uIFAAD4Igfn9EAAfAAQ5qlysJW2R/kRvVhsksQYBkNfAIt1gKEwXDcLII6 MAVvKnPv0ckSNhUZT++C9TR2+bEE3Z1Njfsf3MLAf3au3P3+uNopSm1hYVj2m02I K8VfCoBQh064WPjNx0AunQ5A5b/XN45XfFswGLV6wF/QzS5buEXVMKCz80nNHwg= =Bsmn -----END PGP SIGNATURE----- --qOrJKOH36bD5yhNe--