pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Mar 12 23:51:53 UTC 2020

Modified Files:
        pkgsrc/print/cups-filters: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/print/cups-filters/Makefile

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

Modified files:

Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.132 pkgsrc/print/cups-filters/Makefile:1.133
--- pkgsrc/print/cups-filters/Makefile:1.132    Tue Mar 10 22:08:57 2020
+++ pkgsrc/print/cups-filters/Makefile  Thu Mar 12 23:51:53 2020
@@ -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/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"



Home | Main Index | Thread Index | Old Index