The NetBSD Project

CVS log for pkgsrc/audio/taglib/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / taglib

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2016Q3


Revision 1.36.4.1 / (download) - annotate - [select for diffs], Sat Nov 5 10:16:17 2016 UTC (7 years, 5 months ago) by bsiegert
Branch: pkgsrc-2016Q3
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

Pullup ticket #5151 - requested by maya
audio/taglib: build fix

Revisions pulled up:
- audio/taglib/Makefile                                         1.38

---
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Fri Nov  4 14:03:14 UTC 2016

   Modified Files:
   	pkgsrc/audio/taglib: Makefile

   Log Message:
   taglib: require gcc 4.7 for our own use of -std=c++11.

   the flag is needed, but was only introduced in gcc 4.7.

   fixes build on netbsd 6.1.5

Revision 1.36 / (download) - annotate - [select for diffs], Sat May 14 15:01:05 2016 UTC (7 years, 11 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Branch point for: pkgsrc-2016Q3
Changes since 1.35: +4 -2 lines
Diff to previous 1.35 (colored)

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>