diff options
author | adam <adam@pkgsrc.org> | 2005-07-14 12:49:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-07-14 12:49:34 +0000 |
commit | 42880dea235ca5916e42191ea886c6c73901b9c0 (patch) | |
tree | 94d9599c647164961363a8635bb8afdd30c4280d /audio/fluidsynth | |
parent | ba8417a2c588782e3ae4062fcd812c89dd19a128 (diff) | |
download | pkgsrc-42880dea235ca5916e42191ea886c6c73901b9c0.tar.gz |
Changes 1.0.6:
* Bug fixes
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r-- | audio/fluidsynth/Makefile | 4 | ||||
-rw-r--r-- | audio/fluidsynth/distinfo | 10 | ||||
-rw-r--r-- | audio/fluidsynth/patches/patch-ac | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 18bb0b1da0d..1695ffd84e3 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/04/25 13:53:37 adam Exp $ +# $NetBSD: Makefile,v 1.2 2005/07/14 12:49:34 adam Exp $ -DISTNAME= fluidsynth-1.0.5 +DISTNAME= fluidsynth-1.0.6 CATEGORIES= audio MASTER_SITES= http://savannah.nongnu.org/download/fluid/ diff --git a/audio/fluidsynth/distinfo b/audio/fluidsynth/distinfo index 7b7b17706a6..94aeae28c2f 100644 --- a/audio/fluidsynth/distinfo +++ b/audio/fluidsynth/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/04/25 13:53:37 adam Exp $ +$NetBSD: distinfo,v 1.2 2005/07/14 12:49:34 adam Exp $ -SHA1 (fluidsynth-1.0.5.tar.gz) = c74c8ecd6c8e3dbb2a33fe83b42267df5db75829 -RMD160 (fluidsynth-1.0.5.tar.gz) = 04f0166abab4196179fb459e033370ffb4e4aa6b -Size (fluidsynth-1.0.5.tar.gz) = 991183 bytes +SHA1 (fluidsynth-1.0.6.tar.gz) = 8ef8c851d3b8ad1c458485a7d9aa13b1a70b7d9c +RMD160 (fluidsynth-1.0.6.tar.gz) = 7699dae455816844d80c204c99cf11efd8fb6d64 +Size (fluidsynth-1.0.6.tar.gz) = 1022289 bytes SHA1 (patch-aa) = 0cd5f42d4df763ef358f1d8a05826e0626882bf2 SHA1 (patch-ab) = 8b9f615cf81bab81e0e6fc8f3e1c1a589b29cd90 -SHA1 (patch-ac) = d74ac15c241bee879483531c88a79c398c820c6e +SHA1 (patch-ac) = b8c2b2aa180beeb5aa0292f2cce31f68a903a39d diff --git a/audio/fluidsynth/patches/patch-ac b/audio/fluidsynth/patches/patch-ac index b3f2b031b83..98036d32cd6 100644 --- a/audio/fluidsynth/patches/patch-ac +++ b/audio/fluidsynth/patches/patch-ac @@ -1,11 +1,11 @@ -$NetBSD: patch-ac,v 1.1.1.1 2005/04/25 13:53:37 adam Exp $ +$NetBSD: patch-ac,v 1.2 2005/07/14 12:49:34 adam Exp $ ---- configure.orig 2005-04-22 15:45:10.000000000 +0000 +--- configure.orig 2005-06-11 22:04:33.000000000 +0000 +++ configure -@@ -20182,7 +20182,7 @@ fi; +@@ -20432,7 +20432,7 @@ cat >>confdefs.h <<\_ACEOF + _ACEOF - case "$ENABLE_DEBUG" in - no) + else - CFLAGS="${CFLAGS} ${FCCFLAGS} -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wno-unused -Winline" + CFLAGS="${CFLAGS} ${FCCFLAGS} -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wno-unused -Winline" |