Received: by mail.netbsd.org (Postfix, from userid 605) id 2AA0A84D53; Sun, 31 May 2020 09:15:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A74CC84D3A for ; Sun, 31 May 2020 09:15:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8x-LOSEiWkJI for ; Sun, 31 May 2020 09:15:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0792F84D25 for ; Sun, 31 May 2020 09:15:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01731FB27; Sun, 31 May 2020 09:15:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590916503248930" MIME-Version: 1.0 Date: Sun, 31 May 2020 09:15:03 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/games/stone-soup To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200531091504.01731FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590916503248930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1590916503248930 Content-Disposition: inline Content-Length: 942 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1590916503248930--