pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/defaults
Module Name: pkgsrc
Committed By: joerg
Date: Sun Apr 9 20:44:41 UTC 2017
Modified Files:
pkgsrc/mk/defaults: mk.conf
Log Message:
xz is a valid compression algorithm.
To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 pkgsrc/mk/defaults/mk.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.272 pkgsrc/mk/defaults/mk.conf:1.273
--- pkgsrc/mk/defaults/mk.conf:1.272 Tue Apr 4 07:44:13 2017
+++ pkgsrc/mk/defaults/mk.conf Sun Apr 9 20:44:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.272 2017/04/04 07:44:13 schmonz Exp $
+# $NetBSD: mk.conf,v 1.273 2017/04/09 20:44:41 joerg Exp $
#
# This file provides default values for variables that may be overridden
@@ -105,7 +105,7 @@ PATCH_DEBUG?=
PKG_COMPRESSION?= gzip
# Compression algorithm for binary packages.
-# Possible: gzip, bzip2, none
+# Possible: gzip, bzip2, xz, none
# Default: gzip
# Supersedes the PKG_SUFX option and keeps the name consistent.
Home |
Main Index |
Thread Index |
Old Index