Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/LPRng-core print/LPRng: skip shell portability c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0651a8ec3941
branches:  trunk
changeset: 430888:0651a8ec3941
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 05 18:33:15 2020 +0000

description:
print/LPRng: skip shell portability check for RedHat files

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

diffstat:

 print/LPRng-core/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ea0a6764d337 -r 0651a8ec3941 print/LPRng-core/Makefile
--- a/print/LPRng-core/Makefile Tue May 05 18:21:49 2020 +0000
+++ b/print/LPRng-core/Makefile Tue May 05 18:33:15 2020 +0000
@@ -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 @@
 
 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