Received: by mail.netbsd.org (Postfix, from userid 605) id 96F5D84D9A; Tue, 11 Jun 2019 15:09:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E30784D48 for ; Tue, 11 Jun 2019 15:09:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id a32yp0vM4tW9 for ; Tue, 11 Jun 2019 15:09:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7866A84CEF for ; Tue, 11 Jun 2019 15:09:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7226BFBF4; Tue, 11 Jun 2019 15:09:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560265740290960" MIME-Version: 1.0 Date: Tue, 11 Jun 2019 15:09:00 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/www/midori To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20190611150900.7226BFBF4@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. --_----------=_1560265740290960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Tue Jun 11 15:09:00 UTC 2019 Modified Files: pkgsrc/www/midori: Makefile Log Message: Set USE_GCC_RUNTIME=yes, bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 pkgsrc/www/midori/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560265740290960 Content-Disposition: inline Content-Length: 800 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/midori/Makefile diff -u pkgsrc/www/midori/Makefile:1.118 pkgsrc/www/midori/Makefile:1.119 --- pkgsrc/www/midori/Makefile:1.118 Wed Apr 3 00:33:12 2019 +++ pkgsrc/www/midori/Makefile Tue Jun 11 15:09:00 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.118 2019/04/03 00:33:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.119 2019/06/11 15:09:00 abs Exp $ DISTNAME= midori-v8.0 PKGNAME= ${DISTNAME:S/v//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=midori-browser/} GITHUB_PROJECT= core @@ -12,6 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://midori-browser.org/ COMMENT= Lightweight web browser using WebKit LICENSE= gnu-lgpl-v2.1 +USE_GCC_RUNTIME=yes USE_CMAKE= yes USE_TOOLS+= intltool msgfmt pkg-config --_----------=_1560265740290960--