pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/audacity



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Dec 18 12:36:51 UTC 2019

Modified Files:
        pkgsrc/audio/audacity: distinfo
Added Files:
        pkgsrc/audio/audacity/patches: patch-configure patch-configure.ac

Log Message:
Don't force -latomic unconditionally with clang.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/audio/audacity/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/audacity/patches/patch-configure \
    pkgsrc/audio/audacity/patches/patch-configure.ac

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

Modified files:

Index: pkgsrc/audio/audacity/distinfo
diff -u pkgsrc/audio/audacity/distinfo:1.40 pkgsrc/audio/audacity/distinfo:1.41
--- pkgsrc/audio/audacity/distinfo:1.40 Sun Nov 24 00:47:34 2019
+++ pkgsrc/audio/audacity/distinfo      Wed Dec 18 12:36:51 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.40 2019/11/24 00:47:34 nia Exp $
+$NetBSD: distinfo,v 1.41 2019/12/18 12:36:51 joerg Exp $
 
 SHA1 (audacity-2.3.3.tar.gz) = 4c8c980208c18eda152b857ed1f81a1f5cbd108a
 RMD160 (audacity-2.3.3.tar.gz) = a3a6f2eae80d9b46fce7741c53646f6a0b499084
@@ -6,6 +6,8 @@ SHA512 (audacity-2.3.3.tar.gz) = 766cc6c
 Size (audacity-2.3.3.tar.gz) = 62099027 bytes
 SHA1 (patch-Makefile.in) = 2aca8c2ae0af7863f8f090a707c08fba693c7c86
 SHA1 (patch-aa) = 67c0ec5ff99004d9035de13f0263add46ed8c994
+SHA1 (patch-configure) = 2cf208a6104c73c761156e2373d21af64606c31e
+SHA1 (patch-configure.ac) = b34f733208080d57b30877d762e61a3d3fdec888
 SHA1 (patch-lib-src_FileDialog_Makefile.am) = efa6ca612f3984a4cf8150e3c624e347d144af87
 SHA1 (patch-lib-src_FileDialog_Makefile.in) = 44ca2539d68ab3951ae44377ed56f574785c1b08
 SHA1 (patch-lib-src_lib-widget-extra_Makefile.am) = 03d080c141259fbf02a9c5a70ce06625fcebf75e

Added files:

Index: pkgsrc/audio/audacity/patches/patch-configure
diff -u /dev/null pkgsrc/audio/audacity/patches/patch-configure:1.1
--- /dev/null   Wed Dec 18 12:36:51 2019
+++ pkgsrc/audio/audacity/patches/patch-configure       Wed Dec 18 12:36:51 2019
@@ -0,0 +1,17 @@
+$NetBSD: patch-configure,v 1.1 2019/12/18 12:36:51 joerg Exp $
+
+Don't force -latomic for clang.
+
+--- configure.orig     2019-12-13 12:16:52.853439357 +0000
++++ configure
+@@ -19205,10 +19205,6 @@ if test x$enable_universal_binary = xyes
+    esac
+ fi
+ 
+-if ($CXX --version | grep 'clang version' > /dev/null); then
+-    LDFLAGS="${LDFLAGS} -latomic"
+-fi
+-
+ if test x$enable_sse = xyes; then
+ 
+    if test "${ax_cv_cxx_compiler_vendor}" = "gnu"; then
Index: pkgsrc/audio/audacity/patches/patch-configure.ac
diff -u /dev/null pkgsrc/audio/audacity/patches/patch-configure.ac:1.1
--- /dev/null   Wed Dec 18 12:36:51 2019
+++ pkgsrc/audio/audacity/patches/patch-configure.ac    Wed Dec 18 12:36:51 2019
@@ -0,0 +1,21 @@
+$NetBSD: patch-configure.ac,v 1.1 2019/12/18 12:36:51 joerg Exp $
+
+Don't force -latomic for clang.
+
+--- configure.ac.orig  2019-12-13 12:16:28.334317787 +0000
++++ configure.ac
+@@ -200,14 +200,6 @@ if test x$enable_universal_binary = xyes
+    esac
+ fi
+ 
+-dnl Check if $CXX is clang by evaluating the version string because
+-dnl $ax_cv_cxx_compiler_vendor seems not to work (it is either "gnu" or just empty).
+-dnl If $CXX is clang (string is found), grep returns 0 and the if is executed.
+-dnl Use /dev/null to suppress grep output to shell.
+-if ($CXX --version | grep 'clang version' > /dev/null); then
+-    LDFLAGS="${LDFLAGS} -latomic"
+-fi
+-
+ if test x$enable_sse = xyes; then
+ 
+    if test "${ax_cv_cxx_compiler_vendor}" = "gnu"; then



Home | Main Index | Thread Index | Old Index