pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/audacity Don't use -fcheck-new. With exceptions,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fed27b20440b
branches:  trunk
changeset: 625956:fed27b20440b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 28 23:43:03 2013 +0000

description:
Don't use -fcheck-new. With exceptions, it won't happen anyway and even
without, malloc() is unlikely to ever fail.

diffstat:

 audio/audacity/distinfo                                                       |   3 +-
 audio/audacity/patches/patch-lib-src_soundtouch_source_SoundTouch_Makefile.in |  13 ++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r d62e6146f456 -r fed27b20440b audio/audacity/distinfo
--- a/audio/audacity/distinfo   Mon Oct 28 23:42:18 2013 +0000
+++ b/audio/audacity/distinfo   Mon Oct 28 23:43:03 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2012/02/15 20:01:54 hans Exp $
+$NetBSD: distinfo,v 1.22 2013/10/28 23:43:03 joerg Exp $
 
 SHA1 (audacity-src-1.2.6.tar.gz) = 1bfdd119fdc09d1aa334aee21d4831ef6e939fce
 RMD160 (audacity-src-1.2.6.tar.gz) = f59ca075ae430a518b77ce2ed08441abe2b67a0c
@@ -20,6 +20,7 @@
 SHA1 (patch-bb) = 050c6edc0a174e2496ef0b572002eca185bd38de
 SHA1 (patch-bc) = 8a08526c37e025a89a747fa2c7a48668fe797572
 SHA1 (patch-bd) = dc24c670cdf078f08c29318c5c5dc8efed398f59
+SHA1 (patch-lib-src_soundtouch_source_SoundTouch_Makefile.in) = 882de67691e6b7b4b611ead0e1fe20ebafa57d40
 SHA1 (patch-lib_src_portmixer_px__unix__oss_px__unix__oss.c) = 4c78a5b39ea0fc1d022c8bfabd68a77989b33a54
 SHA1 (patch-src_AudioIO.cpp) = 79af6045ae0a9ff754ae0ea30d987f47363df18f
 SHA1 (patch-src_effects_NoiseRemoval.cpp) = 1487650a4784feb5d57ee0ceeda3346fb4abf8de
diff -r d62e6146f456 -r fed27b20440b audio/audacity/patches/patch-lib-src_soundtouch_source_SoundTouch_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/audacity/patches/patch-lib-src_soundtouch_source_SoundTouch_Makefile.in     Mon Oct 28 23:43:03 2013 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib-src_soundtouch_source_SoundTouch_Makefile.in,v 1.1 2013/10/28 23:43:03 joerg Exp $
+
+--- lib-src/soundtouch/source/SoundTouch/Makefile.in.orig      2013-10-17 12:43:29.000000000 +0000
++++ lib-src/soundtouch/source/SoundTouch/Makefile.in
+@@ -189,7 +189,7 @@ libSoundTouch_la_SOURCES = AAFilter.cpp 
+ 
+ # ??? test for -fcheck-new in configure.ac
+ # other compiler flags to add
+-AM_CXXFLAGS = -O3 -fcheck-new -I../../include
++AM_CXXFLAGS = -O3 -I../../include
+ all: all-am
+ 
+ .SUFFIXES:



Home | Main Index | Thread Index | Old Index