From 91ca37ea39409539eff5895d0d3318677da023f3 Mon Sep 17 00:00:00 2001 From: khorben Date: Thu, 27 Oct 2016 00:24:58 +0000 Subject: Import the second part of a patch from John Marino MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This: - fixes the "/usr/ports" paths in code and man pages to ${PKGSRCDIR} (normal) or hardcoded to "/usr/pkgsrc" (future, its for builders like Synth and poudriere) - changes default DB path from "/var/db/pkg" to "/var/db/pkgng". It seems the original default was too ambiguous as "pkg" is used everywhere in pkgsrc and it's the default format (not pkgng format) - similarly, changes default CACHE patch from "/var/cache/pkg" to "/var/cache/pkgng" - bumps PKGREVISION again Another relevant comment from John and reworded by myself for context: (all misquotings mine) « Importantly, FreeBSD, NetBSD, and DragonFly all provide libarchive in base. Therefore, this changes the port to use the base version when available because the libarchive requirement is considered heavy. The OpenSSL dependency brings a lot with, including perl. When trying to update the bootstrap to build pkgng instead of pkg_* tools, it is critical that the dependencies remain low. Other platforms will have to suffer with the libarchive requirement if they want to use pkgng. Following this, special linking code is needed for DragonFly since the SSL libraries are now private. In fact, the only userland program allowed to link with them is pkg(8) for bootstrapping reasons listed above. » Thanks again! --- pkgtools/pkg/PLIST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgtools/pkg/PLIST') diff --git a/pkgtools/pkg/PLIST b/pkgtools/pkg/PLIST index 0e500cc26db..202cde62557 100644 --- a/pkgtools/pkg/PLIST +++ b/pkgtools/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/10/27 00:06:54 khorben Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/10/27 00:24:58 khorben Exp $ include/pkg.h lib/libpkg.la lib/libpkg_static.la -- cgit v1.2.3