Date: Tue, 14 Jan 2025 16:49:51 +0000 From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 284054] ports-mgmt/pkg: Does not recognize .pkg as a valid suffix (triggered by portupgrade) Message-ID: <bug-284054-32340-Mx14Q4ql4J@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-284054-32340@https.bugs.freebsd.org/bugzilla/> References: <bug-284054-32340@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284054 --- Comment #8 from Baptiste Daroussin <bapt@FreeBSD.org> --- this is a bug in portupgrade, because portupgrade is unmaintained for years= and never catchup with recent changes of both the ports tree. here the bug in portupgrade is probably getting the format of the package through PKG_SUFX variable from the ports, and passes it as compression form= at to pkg create via the -f argument. PKG_SUFX has been change to .pkg alors with pkg 1.17.0 and the right variab= le from the ports tree to guess the format of package expected is PKG_COMPRESSION_FORMAT. The last update on portupgrade happened in 2018, since that date a lot happ= en in both pkg and the ports tree that portupgrade is not able to deal with. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284054-32340-Mx14Q4ql4J>