From owner-freebsd-ports@FreeBSD.ORG Wed Oct 29 23:03:26 2014 Return-Path: Delivered-To: ports@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 E6762D2C; Wed, 29 Oct 2014 23:03:26 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54666796; Wed, 29 Oct 2014 23:03:26 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id bs8so3041508wib.11 for ; Wed, 29 Oct 2014 16:03:24 -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=uBgO3f5k7Ezzj/RikNliF7YAZlGJt7qTFU/K4gPWV8g=; b=e7wUkmElDFoTOdUWXPCGWb/cwq0SddhSu2sRS0B2eki3F8EzKysCIsrtV3+9jYU38t VBbGnB2eznQLvNvie34LimnsDCWW93jlkLYL7N72ciGkFgXz3eHDpVQhukIxEdsAYlac ONPAQGUgKMF7yLTGYwSE0IwYdY6qT7kffjEWrc/81Y1CY1dao7cjpHc961mdQds+PiDn H+vCMpRa3sW5twxqNGtFDSdoE7IKi5MTUQCUGXPUvN3z6X8nWq6HczBqlmdDBkatFgc4 qCJet7MyVrlLx3/VL6ejzbkPOPNN42tjhTqJrUVkqg6+E8++BYaz+3rgi/P+Ka2xaDcm 0tOQ== X-Received: by 10.194.82.104 with SMTP id h8mr16037411wjy.44.1414623804543; Wed, 29 Oct 2014 16:03:24 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id u8sm6719503wjq.1.2014.10.29.16.03.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 16:03:23 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 30 Oct 2014 00:03:21 +0100 From: Baptiste Daroussin To: Henry Hu Subject: Re: pkg 1.4 freeze please test test test! Message-ID: <20141029230321.GL11033@ivaldir.etoilebsd.net> References: <20141028231933.GG26796@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="00hq2S6J2Jlg6EbK" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "freebsd-ports@freebsd.org" , current@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 23:03:27 -0000 --00hq2S6J2Jlg6EbK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 29, 2014 at 06:07:44PM -0400, Henry Hu wrote: > Hi, >=20 >=20 > On Tue, Oct 28, 2014 at 7:19 PM, Baptiste Daroussin > wrote: >=20 > > Hi all, > > > > We are starting the release process of pkg 1.4, we want to have a better > > release > > process than with every single previous version of pkg. For that we will > > need > > you help! > > > > pkg-devel has been updated to the latest version of pkg as of alpha2. > > > > Changes you can expect in pkg 1.4 are the following: > > - Loads of bug fixes > > - Stricter checking of the path passed via the plist > > - Removal of the bundled libyaml > > - new --raw-format to chose the output format for info -R and search -R > > - ABI is now follwing MACHINE_ARCH (freebsd:10:x86:64 become > > FreeBSD:10:amd64) > > the old ABI is available as a fallback in ALTABI > > - pkg check now support a quiet mode > > - new 3 way merge code ("stolen" from the fossil-scm) to allow automerg= ing > > configuration files > > - new @config keyword to mark a file as a config file (during > > upgrade/reinstallation it will try to merge the configuration with the > > one the > > user may have modified) an option AUTOMERGE is available to prevent > > automerging if automerge fails a .pkgnew file will be created along w= ith > > the > > untouched user version of the configuration > > - The update procedure has been improved and speed up a lot (in particu= lar > > for > > machine with low resources) > > - The unique identifier has been modified to be pkgname meaning now por= ts > > can be > > moved in new categories without having to be considered a different > > package > > - Only libraries starting by lib* are added to the provided libraries > > - General speed up of all operations > > > > We need help in testing, but we also need help in writing regression te= sts > > ! > > The more we have tests the more stable the releases will be. > > > > The release will also allow to be able to package base! > > >=20 > I've just tried pkg-devel 1.4.0.alpha3 and found something strange: when a > pkg is removed, pkgs which depend on it are not removed. >=20 > For example: >=20 > > sudo pkg remove libX11 > Checking integrity... done (0 conflicting) > Deinstallation has been requested for the following 1 packages (of 0 > packages in the universe): >=20 > Installed packages to be REMOVED: > libX11-1.6.2_2,1 >=20 > The operation will free 6 MB. >=20 > Proceed with deinstalling packages? [y/N]: > > sudo pkg remove -R libX11 > Checking integrity... done (0 conflicting) > Deinstallation has been requested for the following 1 packages (of 0 > packages in the universe): >=20 > Installed packages to be REMOVED: > libX11-1.6.2_2,1 >=20 > The operation will free 6 MB. >=20 > Proceed with deinstalling packages? [y/N]: >=20 Seems like can you store somewhere you /var/db/pkg/local.sqlite so that we = can fix your situation? Best regards, Bapt --00hq2S6J2Jlg6EbK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlRRcjkACgkQ8kTtMUmk6Ey6YACfdQFVCQUMkdSdBMAlu/tR335F DzUAoIWSNYYIORBVaSMeIvyvUYgDdpk/ =XyJg -----END PGP SIGNATURE----- --00hq2S6J2Jlg6EbK--