pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/stone-soup



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 09:15:03 UTC 2020

Modified Files:
        pkgsrc/games/stone-soup: Makefile.common

Log Message:
games/stone-soup: skip shell portability for macOS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/stone-soup/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/games/stone-soup/Makefile.common
diff -u pkgsrc/games/stone-soup/Makefile.common:1.3 pkgsrc/games/stone-soup/Makefile.common:1.4
--- pkgsrc/games/stone-soup/Makefile.common:1.3 Thu Jan 23 14:33:41 2020
+++ pkgsrc/games/stone-soup/Makefile.common     Sun May 31 09:15:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2020/01/23 14:33:41 nia Exp $
+# $NetBSD: Makefile.common,v 1.4 2020/05/31 09:15:03 rillig Exp $
 # used by games/stone-soup/Makefile
 # used by games/stone-soup-sdl/Makefile
 
@@ -62,6 +62,7 @@ LUA_VERSIONS_ACCEPTED=        51
 CHECK_PORTABILITY_SKIP+=       source/contrib/sdl2/build-scripts/androidbuildlibs.sh
 CHECK_PORTABILITY_SKIP+=       source/contrib/sdl2/build-scripts/iosbuild.sh
 CHECK_PORTABILITY_SKIP+=       source/contrib/sdl2-image/external/tiff-4.0.3/configure
+CHECK_PORTABILITY_SKIP+=       */Xcode/*.sh
 
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index