pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups-filters print/cups-filters: Avoid portablit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db0bcea722a0
branches:  trunk
changeset: 412878:db0bcea722a0
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Mar 12 23:51:53 2020 +0000

description:
print/cups-filters: Avoid portablity check fail

This package has a script which is written for bash and has a bashism.
While that's a bug, the package has REPLACE_BASH for it and further
doesn't include the file in the PLIST.  So there's no benefit to
pkgsrc fixing this, other than the quest to rid the world of bashisms.
Simply skip checks on this file.

diffstat:

 print/cups-filters/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0b65c644969f -r db0bcea722a0 print/cups-filters/Makefile
--- a/print/cups-filters/Makefile       Thu Mar 12 23:10:23 2020 +0000
+++ b/print/cups-filters/Makefile       Thu Mar 12 23:51:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2020/03/10 22:08:57 wiz Exp $
+# $NetBSD: Makefile,v 1.133 2020/03/12 23:51:53 gdt Exp $
 
 DISTNAME=      cups-filters-1.26.1
 PKGREVISION=   3
@@ -43,6 +43,9 @@
 REPLACE_BASH+= filter/braille/filters/imagetobrf.in
 REPLACE_BASH+= filter/braille/filters/texttobrf.in
 
+# Not included in package, and explicitly bash.
+CHECK_PORTABILITY_SKIP+=       filter/braille/filters/brftopagedbrf.in
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index