summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-03-12 23:51:53 +0000
committergdt <gdt@pkgsrc.org>2020-03-12 23:51:53 +0000
commit2fe2bd6af754c8438a91df35c81c6385ce50e497 (patch)
treee68b1c127c53cd8df8e16d6077094fb15c899c24 /print
parent74c31e89530232ed0268c2baf496e00ba7e65d0c (diff)
downloadpkgsrc-2fe2bd6af754c8438a91df35c81c6385ce50e497.tar.gz
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 (limited to 'print')
-rw-r--r--print/cups-filters/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index 81415524842..2defa899e55 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -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/drivers/index/textbrftoindexv3.in
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"