pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/unicorn



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 18 00:35:20 UTC 2020

Modified Files:
        pkgsrc/emulators/unicorn: Makefile.common

Log Message:
unicorn: skip portability check for install-cmocka-linux.sh


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/unicorn/Makefile.common

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

Modified files:

Index: pkgsrc/emulators/unicorn/Makefile.common
diff -u pkgsrc/emulators/unicorn/Makefile.common:1.3 pkgsrc/emulators/unicorn/Makefile.common:1.4
--- pkgsrc/emulators/unicorn/Makefile.common:1.3        Sun Jan 26 17:31:10 2020
+++ pkgsrc/emulators/unicorn/Makefile.common    Tue Aug 18 00:35:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2020/01/26 17:31:10 rillig Exp $
+# $NetBSD: Makefile.common,v 1.4 2020/08/18 00:35:20 tnn Exp $
 #
 # used by emulators/py-unicorn/Makefile
 
@@ -10,3 +10,5 @@ HOMEPAGE=     https://www.unicorn-engine.org
 
 DISTINFO_FILE= ${.CURDIR}/../../emulators/unicorn/distinfo
 PATCHDIR=      ${.CURDIR}/../../emulators/unicorn/patches
+
+CHECK_PORTABILITY_SKIP+=       install-cmocka-linux.sh



Home | Main Index | Thread Index | Old Index