aboutsummaryrefslogtreecommitdiff
path: root/audio/caps-plugins
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-08-26 16:49:39 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-08-26 16:49:39 +0000
commitaf05110c34ce57b710d867ed90ca54a9e649e262 (patch)
tree64fe075adfe471e1fa9f1b4c21f1d4a50270606b /audio/caps-plugins
parentdc6e49c926abbaa7de99f98622a4500a39e8cb87 (diff)
downloadports-af05110c34ce57b710d867ed90ca54a9e649e262.tar.gz
ports-af05110c34ce57b710d867ed90ca54a9e649e262.zip
Notes
Diffstat (limited to 'audio/caps-plugins')
-rw-r--r--audio/caps-plugins/Makefile3
-rw-r--r--audio/caps-plugins/distinfo6
-rw-r--r--audio/caps-plugins/files/patch-Makefile21
3 files changed, 18 insertions, 12 deletions
diff --git a/audio/caps-plugins/Makefile b/audio/caps-plugins/Makefile
index 61508a04fb33..89460b55e155 100644
--- a/audio/caps-plugins/Makefile
+++ b/audio/caps-plugins/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= caps-plugins
-PORTVERSION= 0.4.2
-PORTREVISION= 2
+PORTVERSION= 0.4.3
CATEGORIES= audio
MASTER_SITES= http://quitte.de/dsp/
DISTNAME= caps_${PORTVERSION}
diff --git a/audio/caps-plugins/distinfo b/audio/caps-plugins/distinfo
index 4bd3d53425fe..0a43b31dd05f 100644
--- a/audio/caps-plugins/distinfo
+++ b/audio/caps-plugins/distinfo
@@ -1,3 +1,3 @@
-MD5 (caps_0.4.2.tar.gz) = 041f3a6934ed34f7073117e34f78a5e9
-SHA256 (caps_0.4.2.tar.gz) = 2e781f8892ba4071c0f215573892fe2668b3c3fc42962c5720cefdcb12a2a813
-SIZE (caps_0.4.2.tar.gz) = 784363
+MD5 (caps_0.4.3.tar.gz) = b4a64846c3d72e0639d522bcbacc4a79
+SHA256 (caps_0.4.3.tar.gz) = 919ca16505ba9915edaf1e18be7db48e7a61bbfde83f8d9a8cae3540e8bc855f
+SIZE (caps_0.4.3.tar.gz) = 789295
diff --git a/audio/caps-plugins/files/patch-Makefile b/audio/caps-plugins/files/patch-Makefile
index cc8f46d3031b..bac4360d7d15 100644
--- a/audio/caps-plugins/files/patch-Makefile
+++ b/audio/caps-plugins/files/patch-Makefile
@@ -1,18 +1,25 @@
---- Makefile.orig Tue Jun 19 10:19:01 2007
-+++ Makefile Fri Jun 22 23:30:42 2007
-@@ -1,12 +1,12 @@
- PREFIX = /usr/local
+--- Makefile.orig 2009-07-31 15:12:45.000000000 +0200
++++ Makefile 2009-08-26 18:39:34.000000000 +0200
+@@ -1,9 +1,8 @@
+-PREFIX = /usr/local
-CC = g++
--OPTS = -O2 -ffast-math -funroll-loops -Wall -fPIC -DPIC
+CC = $(CXX)
+
+ # only use -ffast-math if you're feeling mighty adventurous. (g++ issues)
+-OPTS = -O2 -funroll-loops -Wall -fPIC -DPIC
+OPTS = -Wall -fPIC -DPIC
#OPTS = -g -DDEBUG
+ _LDFLAGS = -nostartfiles -shared
+@@ -13,8 +12,8 @@
+
-include defines.make
-CFLAGS = $(OPTS) $(_CFLAGS)
-+CFLAGS += $(OPTS)
+-LDFLAGS = $(_LDFLAGS) $(CFLAGS)
++CFLAGS += $(OPTS) $(_CFLAGS)
++LDFLAGS += $(_LDFLAGS) $(CFLAGS)
PLUG = caps
- VERSION = 0.4.2
+ VERSION = 0.4.3