Received: by mail.netbsd.org (Postfix, from userid 605) id BCC3E84DA2; Sat, 1 Jul 2017 12:48:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C75E84D8A for ; Sat, 1 Jul 2017 12:48:11 +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 t2ZS8aQwktqP for ; Sat, 1 Jul 2017 12:48:10 +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 A936B84C86 for ; Sat, 1 Jul 2017 12:48:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B1DFFAE8; Sat, 1 Jul 2017 12:48:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1498913290258770" MIME-Version: 1.0 Date: Sat, 1 Jul 2017 12:48:10 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/graphics/MesaLib To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170701124810.9B1DFFAE8@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. --_----------=_1498913290258770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Jul 1 12:48:10 UTC 2017 Modified Files: pkgsrc/graphics/MesaLib: options.mk Log Message: Revert previous. joerg thinks this will break too hard due to having two libstdc++s in use. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/MesaLib/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1498913290258770 Content-Disposition: inline Content-Length: 740 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/MesaLib/options.mk diff -u pkgsrc/graphics/MesaLib/options.mk:1.56 pkgsrc/graphics/MesaLib/options.mk:1.57 --- pkgsrc/graphics/MesaLib/options.mk:1.56 Sat Jul 1 06:40:45 2017 +++ pkgsrc/graphics/MesaLib/options.mk Sat Jul 1 12:48:10 2017 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.56 2017/07/01 06:40:45 maya Exp $ +# $NetBSD: options.mk,v 1.57 2017/07/01 12:48:10 maya Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib PKG_SUPPORTED_OPTIONS= llvm dri @@ -30,7 +30,7 @@ PLIST_VARS+= dri swrast_dri i915_dri nou PLIST_VARS+= gbm vaapi vdpau wayland xatracker .if !empty(PKG_OPTIONS:Mdri) -GCC_REQD+= 4.8 + CONFIGURE_ARGS+= --enable-dri CONFIGURE_ARGS+= --enable-egl .if ${OPSYS} != "Darwin" --_----------=_1498913290258770--