tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/pkgtools/cdpack



On Fri, Feb 20, 2009 at 05:16:51AM +0000, Dan McMahill wrote:
> Log Message:
> Update to cdpack-1.9.  This version teaches cdpack how to add packages
> ending in .tbz as well as .tgz.  Should address the problem reported
> in PR pkg/40515.  I am explicitly not using the mk.conf settings
> for PKG_SUFX though because at run time we may or may not have a valid
> mk.conf on hand that corresponds to how the packages were built.

IMO we should drop the special casing of using .tbz. I want to add a new
option to pkg_create to specify the compression type to use and just
always use .tgz. That's a bit of cheating, but pkg_install is smart
enough to handle the compression (or not) without knowing the extension.

E.g. in mk.conf there is PACKAGE_COMPRESSION which is one of none, gzip
and bzip2 ATM.

Joerg


Home | Main Index | Thread Index | Old Index