Index: ports/ports-mgmt/pkg/Makefile =================================================================== --- ports/ports-mgmt/pkg/Makefile (revision 558834) +++ ports/ports-mgmt/pkg/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.15.10 +PORTREVISION= 1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt #MASTER_SITES= \ Index: ports/ports-mgmt/pkg/files/patch-libpkg_pkg__add.c =================================================================== --- ports/ports-mgmt/pkg/files/patch-libpkg_pkg__add.c (nonexistent) +++ ports/ports-mgmt/pkg/files/patch-libpkg_pkg__add.c (working copy) @@ -0,0 +1,10 @@ +--- libpkg/pkg_add.c.orig 2020-10-11 12:57:45 UTC ++++ libpkg/pkg_add.c +@@ -1159,6 +1159,7 @@ pkg_add_common(struct pkgdb *db, const char *path, uns + } + + if (local != NULL) { ++ pkg_open_root_fd(local); + pkg_debug(1, "Cleaning up old version"); + if (pkg_add_cleanup_old(db, local, pkg, flags) != EPKG_OK) { + retcode = EPKG_FATAL; Property changes on: ports/ports-mgmt/pkg/files/patch-libpkg_pkg__add.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property