pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/OpenRM



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

Modified Files:
        pkgsrc/graphics/OpenRM: Makefile

Log Message:
graphics/OpenRM: skip shell portability check


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/OpenRM/Makefile

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

Modified files:

Index: pkgsrc/graphics/OpenRM/Makefile
diff -u pkgsrc/graphics/OpenRM/Makefile:1.30 pkgsrc/graphics/OpenRM/Makefile:1.31
--- pkgsrc/graphics/OpenRM/Makefile:1.30        Sun Jan 26 17:31:19 2020
+++ pkgsrc/graphics/OpenRM/Makefile     Tue May  5 18:37:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/01/26 17:31:19 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2020/05/05 18:37:37 rillig Exp $
 #
 
 DISTNAME=              openrm-devel-1.5.2
@@ -18,6 +18,8 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            csh perl
 REPLACE_PERL=          doc/sortlist.pl doc/source2html.pl
 
+CHECK_PORTABILITY_CHECK+=      bin/mklib.linux # uses [[, not used
+
 ALL_ENV+=              REAL_CC=${CC}
 
 DOCDIR=                        ${PREFIX}/share/doc/OpenRM



Home | Main Index | Thread Index | Old Index