pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/taglib



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jul 20 21:20:32 UTC 2023

Modified Files:
        pkgsrc/audio/taglib: Makefile

Log Message:
taglib: Avoid forcing C++11 for ABI safety reasons of dependent packages.

This was originally introduced as a workaround to not require boost
atomic support, but now it prefers GCC's atomic extensions regardless
of what we do.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/audio/taglib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/taglib/Makefile
diff -u pkgsrc/audio/taglib/Makefile:1.49 pkgsrc/audio/taglib/Makefile:1.50
--- pkgsrc/audio/taglib/Makefile:1.49   Tue Jul 18 12:56:06 2023
+++ pkgsrc/audio/taglib/Makefile        Thu Jul 20 21:20:31 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2023/07/18 12:56:06 nia Exp $
+# $NetBSD: Makefile,v 1.50 2023/07/20 21:20:31 nia Exp $
 
 DISTNAME=      taglib-1.13.1
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  https://taglib.github.io/releases/
 
@@ -9,14 +10,12 @@ HOMEPAGE=    https://taglib.github.io/
 COMMENT=       Library for accessing id tags in various media files
 LICENSE=       gnu-lgpl-v2.1 OR mpl-1.1
 
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
 
 CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=ON
 CMAKE_ARGS+=   -DWITH_ASF=ON
 CMAKE_ARGS+=   -DWITH_MP4=ON
 
-USE_CXX_FEATURES+=     c++11
-
 PKGCONFIG_OVERRIDE=    bindings/c/taglib_c.pc.cmake taglib.pc.cmake
 REPLACE_SH=            taglib-config.cmake
 



Home | Main Index | Thread Index | Old Index