Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8E35F7A467 for ; Sat, 14 May 2016 15:01:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0856D85E74; Sat, 14 May 2016 15:01:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BA4085E70 for ; Sat, 14 May 2016 15:01:05 +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 OyYHJv1QsjSV for ; Sat, 14 May 2016 15:01:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 30D3C84CF6 for ; Sat, 14 May 2016 15:01:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2BD46FBBA; Sat, 14 May 2016 15:01:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 14 May 2016 15:01:05 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/audio/taglib To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20160514150105.2BD46FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: abs Date: Sat May 14 15:01:05 UTC 2016 Modified Files: pkgsrc/audio/taglib: Makefile Log Message: audio/taglib looks for atomic support in the following order: std (c++11), boost, gcc, mac, win) The Latest boost update have broken the boost atomic check so it succeeds if boost is installed (even though not buildlinked) Since pkgsrc has a minimum gcc version of 2.8, we can just add CXXFLAGS+= -std=c++11 and have taglib pickup the std atomics, which avoids the boost atomic detect issue, and is arguably better anyway bump pkgrevision To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/taglib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.