pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/musepack



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec 18 13:01:17 UTC 2017

Modified Files:
        pkgsrc/audio/musepack: distinfo
Added Files:
        pkgsrc/audio/musepack/patches: patch-CMakeLists.txt

Log Message:
musepack: Don't overwrite user CFLAGS with bogus ones.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/musepack/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/musepack/patches/patch-CMakeLists.txt

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

Modified files:

Index: pkgsrc/audio/musepack/distinfo
diff -u pkgsrc/audio/musepack/distinfo:1.2 pkgsrc/audio/musepack/distinfo:1.3
--- pkgsrc/audio/musepack/distinfo:1.2  Tue Nov  3 01:12:43 2015
+++ pkgsrc/audio/musepack/distinfo      Mon Dec 18 13:01:17 2017
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 01:12:43 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/12/18 13:01:17 jperkin Exp $
 
 SHA1 (musepack_src_r475.tar.gz) = bdd4042773eb5c885df70d7a19914fa6e2306391
 RMD160 (musepack_src_r475.tar.gz) = 622d04eeb309beacd2b6bb650178dcdc42773db2
 SHA512 (musepack_src_r475.tar.gz) = 23aa16152b27ba99ff7f4672b8f91562ee9ad829bbe1ee066693eabf69844ee9f8e4b3eebf1bac78e6994119fbb53b034479a1b996576aeecbfba7d797f130b0
 Size (musepack_src_r475.tar.gz) = 188737 bytes
+SHA1 (patch-CMakeLists.txt) = c4a9dd61c1f8691d8321e6ee5f6939cd44eb7a15
 SHA1 (patch-mpcenc_keyboard.c) = 42e038f003c64369e245e3688f6f0783bd2d443a

Added files:

Index: pkgsrc/audio/musepack/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/audio/musepack/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Mon Dec 18 13:01:17 2017
+++ pkgsrc/audio/musepack/patches/patch-CMakeLists.txt  Mon Dec 18 13:01:17 2017
@@ -0,0 +1,17 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2017/12/18 13:01:17 jperkin Exp $
+
+Don't overwrite user CFLAGS with bogus ones.
+
+--- CMakeLists.txt.orig        2010-07-13 11:15:24.000000000 +0000
++++ CMakeLists.txt
+@@ -15,10 +15,6 @@ endif(WIN32)
+ 
+ add_definitions(-DFAST_MATH -DCVD_FASTLOG)
+ 
+-if(NOT MSVC)
+-  set(CMAKE_C_FLAGS "-O3 -Wall -fomit-frame-pointer -pipe")
+-endif(NOT MSVC)
+-
+ add_subdirectory(libmpcdec)
+ add_subdirectory(libmpcpsy)
+ add_subdirectory(libmpcenc)



Home | Main Index | Thread Index | Old Index