pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/squashfs



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu May  5 13:22:44 UTC 2022

Modified Files:
        pkgsrc/filesystems/squashfs: options.mk

Log Message:
squashfs: add to PKG_FAIL_REASON, per SOP


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/filesystems/squashfs/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/squashfs/options.mk
diff -u pkgsrc/filesystems/squashfs/options.mk:1.5 pkgsrc/filesystems/squashfs/options.mk:1.6
--- pkgsrc/filesystems/squashfs/options.mk:1.5  Fri Jun 19 23:11:37 2020
+++ pkgsrc/filesystems/squashfs/options.mk      Thu May  5 13:22:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2020/06/19 23:11:37 scole Exp $
+# $NetBSD: options.mk,v 1.6 2022/05/05 13:22:44 gutteridge Exp $
 
 # xxx unsquashfs hung for me without any error message when extracting
 # an xattr archive and xattr was not included as a package option
@@ -13,7 +13,7 @@ PKG_SUGGESTED_OPTIONS=        zlib xz lzo lz4 z
     empty(PKG_OPTIONS:Mlzo) && \
     empty(PKG_OPTIONS:Mxz) && \
     empty(PKG_OPTIONS:Mzstd)
-PKG_FAIL_REASON=       "need at least one compression algorithm selected"
+PKG_FAIL_REASON+=      "Need at least one compression algorithm selected"
 .endif
 
 .if !empty(PKG_OPTIONS:Mzlib)



Home | Main Index | Thread Index | Old Index