Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/caps-plugins/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 13 Apr 2007 13:03:41 -0000 1.3 +++ Makefile 18 Jun 2007 21:45:02 -0000 @@ -6,7 +6,7 @@ # PORTNAME= caps-plugins -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= audio MASTER_SITES= http://quitte.de/dsp/ DISTNAME= caps_${PORTVERSION} @@ -20,12 +20,10 @@ WRKSRC= ${WRKDIR}/caps-${PORTVERSION} USE_GMAKE= yes -PLIST_FILES= lib/ladspa/caps.so - .include .if !defined(WITHOUT_OPTIMIZED_CFLAGS) -CFLAGS+= -O6 -ffast-math -funroll-loops +CFLAGS+= -O3 -ffast-math -funroll-loops .endif .if ${OSVERSION} < 600000 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/audio/caps-plugins/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 6 Mar 2007 18:45:54 -0000 1.1 +++ distinfo 18 Jun 2007 12:56:43 -0000 @@ -1,3 +1,3 @@ -MD5 (caps_0.3.0.tar.gz) = ece235ac353092f39a4f15d365cfa46f -SHA256 (caps_0.3.0.tar.gz) = 1cf3dd09f2b9f734a2e637a1919df87fc806667db4a2d5d40dc6773716e121ff -SIZE (caps_0.3.0.tar.gz) = 209075 +MD5 (caps_0.4.0.tar.gz) = e4f76c5122a6e80861c22c9c679fa677 +SHA256 (caps_0.4.0.tar.gz) = 5cafd150c47ddd7a2c79948e3a77afadf0a40168b69f2f8dbd4a7bb77b0d8319 +SIZE (caps_0.4.0.tar.gz) = 784917 Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-plist 18 Jun 2007 21:39:16 -0000 @@ -0,0 +1,4 @@ +lib/ladspa/caps.so +share/ladspa/rdf/caps.rdf +@dirrmtry share/ladspa/rdf +@dirrmtry share/ladspa Index: files/patch-Makefile =================================================================== RCS file: /home/pcvs/ports/audio/caps-plugins/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- files/patch-Makefile 6 Mar 2007 18:45:54 -0000 1.1 +++ files/patch-Makefile 18 Jun 2007 12:58:24 -0000 @@ -1,17 +1,18 @@ ---- Makefile.orig Tue Mar 6 12:39:47 2007 -+++ Makefile Tue Mar 6 12:40:24 2007 -@@ -1,11 +1,11 @@ +--- Makefile.orig Sun Jun 17 12:32:01 2007 ++++ Makefile Mon Jun 18 14:58:10 2007 +@@ -1,12 +1,12 @@ PREFIX = /usr/local -CC = g++ --OPTS = -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC +-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC +CC = $(CXX) +OPTS = -Wall -fPIC -DPIC - # users of later iterations of the x86 architecture may want to add these: - # OPTS = -msse2 -mfpmath=sse -pipe -ftracer + #OPTS = -g -DDEBUG --CFLAGS = $(OPTS) + -include defines.make + +-CFLAGS = $(OPTS) $(_CFLAGS) +CFLAGS += $(OPTS) PLUG = caps - VERSION = 0.3.0 + VERSION = 0.4.0