pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/LPRng-core



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue May  5 18:33:15 UTC 2020

Modified Files:
        pkgsrc/print/LPRng-core: Makefile

Log Message:
print/LPRng: skip shell portability check for RedHat files

They use the [[ keyword but are not needed for the pkgsrc build.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/LPRng-core/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/LPRng-core/Makefile
diff -u pkgsrc/print/LPRng-core/Makefile:1.41 pkgsrc/print/LPRng-core/Makefile:1.42
--- pkgsrc/print/LPRng-core/Makefile:1.41       Thu Jan 19 18:52:22 2017
+++ pkgsrc/print/LPRng-core/Makefile    Tue May  5 18:33:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2017/01/19 18:52:22 agc Exp $
+# $NetBSD: Makefile,v 1.42 2020/05/05 18:33:15 rillig Exp $
 
 DISTNAME=      LPRng-3.8.28
 PKGNAME=       LPRng-core-3.8.28
@@ -14,6 +14,8 @@ COMMENT=      Enhanced Printer Spooler
 
 MAKE_JOBS_SAFE=                no
 
+CHECK_PORTABILITY_SKIP+=       *redhat* *RedHat*
+
 CONFLICTS+=            cups-[0-9]*
 
 USE_TOOLS+=            chgrp chown gmake



Home | Main Index | Thread Index | Old Index