Received: by mail.netbsd.org (Postfix, from userid 605) id 89AF984D69; Thu, 6 Sep 2018 08:23:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E32B84C8D for ; Thu, 6 Sep 2018 08:23:09 +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 r1917EQ71w0K for ; Thu, 6 Sep 2018 08:23:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CE1C584C77 for ; Thu, 6 Sep 2018 08:23:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA190FBF8; Thu, 6 Sep 2018 08:23:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1536222188190350" MIME-Version: 1.0 Date: Thu, 6 Sep 2018 08:23:08 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/retroarch To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20180906082308.CA190FBF8@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. --_----------=_1536222188190350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Sep 6 08:23:08 UTC 2018 Modified Files: pkgsrc/emulators/retroarch: Makefile Log Message: retroarch/Makefile: Disable discord RPC, and bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/retroarch/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1536222188190350 Content-Disposition: inline Content-Length: 858 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/retroarch/Makefile diff -u pkgsrc/emulators/retroarch/Makefile:1.8 pkgsrc/emulators/retroarch/Makefile:1.9 --- pkgsrc/emulators/retroarch/Makefile:1.8 Tue Aug 7 16:44:26 2018 +++ pkgsrc/emulators/retroarch/Makefile Thu Sep 6 08:23:08 2018 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2018/08/07 16:44:26 nia Exp $ +# $NetBSD: Makefile,v 1.9 2018/09/06 08:23:08 nia Exp $ DISTNAME= retroarch-${RETROARCH_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} GITHUB_PROJECT= RetroArch @@ -20,6 +21,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --disable-builtinminiupnpc CONFIGURE_ARGS+= --disable-builtinzlib CONFIGURE_ARGS+= --disable-builtinflac +CONFIGURE_ARGS+= --disable-discord CONFIGURE_ENV+= BIN_DIR=${PREFIX}/bin CONFIGURE_ENV+= MAN_DIR=${PREFIX}/${PKGMANDIR} --_----------=_1536222188190350--