pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/squashfs squashfs: add to PKG_FAIL_REASON,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2beb916062c8
branches:  trunk
changeset: 378789:2beb916062c8
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu May 05 13:22:44 2022 +0000

description:
squashfs: add to PKG_FAIL_REASON, per SOP

diffstat:

 filesystems/squashfs/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 08a2736db239 -r 2beb916062c8 filesystems/squashfs/options.mk
--- a/filesystems/squashfs/options.mk   Thu May 05 13:19:39 2022 +0000
+++ b/filesystems/squashfs/options.mk   Thu May 05 13:22:44 2022 +0000
@@ -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 @@
     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