Received: by mail.netbsd.org (Postfix, from userid 605) id 5660284DA9; Tue, 20 Nov 2018 18:09:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 747A384D93 for ; Tue, 20 Nov 2018 18:09:47 +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 0LRP4XbbtrkD for ; Tue, 20 Nov 2018 18:09:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E133F84D5E for ; Tue, 20 Nov 2018 18:09:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DAD2EFB1F; Tue, 20 Nov 2018 18:09:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1542737386112390" MIME-Version: 1.0 Date: Tue, 20 Nov 2018 18:09:46 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/games/angband-tty To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20181120180946.DAD2EFB1F@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. --_----------=_1542737386112390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Nov 20 18:09:46 UTC 2018 Modified Files: pkgsrc/games/angband-tty: Makefile Log Message: angband-tty: Drop old GCC logic To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/games/angband-tty/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1542737386112390 Content-Disposition: inline Content-Length: 684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/angband-tty/Makefile diff -u pkgsrc/games/angband-tty/Makefile:1.40 pkgsrc/games/angband-tty/Makefile:1.41 --- pkgsrc/games/angband-tty/Makefile:1.40 Tue Jan 3 21:38:29 2017 +++ pkgsrc/games/angband-tty/Makefile Tue Nov 20 18:09:46 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2017/01/03 21:38:29 roy Exp $ +# $NetBSD: Makefile,v 1.41 2018/11/20 18:09:46 maya Exp $ # DISTNAME= angband-283 @@ -25,10 +25,6 @@ BUILD_TARGET= angband SPOILERFILE= angband-spoilers.tar.gz -.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -GCC_REQD+= 2.95.3 -.endif - SETGIDGAME= yes SPECIAL_PERMS= bin/angband ${SETGID_GAMES_PERMS} --_----------=_1542737386112390--