Date: Tue, 16 Oct 2012 17:00:54 +0400 From: Pavel Timofeev <timp87@gmail.com> To: freebsd-current@freebsd.org Subject: Portmaster with pkgng. Small inaccuracy. Message-ID: <CAAoTqfsfEE-fpY5uLaCc5kzzyi1RzynC%2BydAn0=WfQP-MyQEKg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi! Thank you for this extremely perfect work! I've found a small inaccuracy when I use portmaster with pkgng (WITH_PKGNG in /etc/make.conf and use_pkgng in portmaster.rc). In such case portmaster still fills /var/db/pkg/${PORTNAME}-${PORTVERSION}/distfiles file. For example: $ cat /var/db/pkg/gmake-3.82_1/distfiles # Added by portmaster DISTFILE:make-3.82.tar.bz2:SIZE=1242186:SHA256=e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966 Such file doesn't need for pkgng, but because of this pkg_info output spoils. Like this: $ pkg_info pkg_info: the package info for package 'gmake-3.82_1' is corrupt Thats ok, but it confused me first time before I understood what was wrong.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAoTqfsfEE-fpY5uLaCc5kzzyi1RzynC%2BydAn0=WfQP-MyQEKg>