Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/caps-plugins/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 21 Jun 2007 14:02:31 -0000 1.4 +++ Makefile 22 Jun 2007 22:10:34 -0000 @@ -6,7 +6,7 @@ # PORTNAME= caps-plugins -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.2 CATEGORIES= audio MASTER_SITES= http://quitte.de/dsp/ DISTNAME= caps_${PORTVERSION} @@ -19,11 +19,12 @@ WRKSRC= ${WRKDIR}/caps-${PORTVERSION} USE_GMAKE= yes +CFLAGS+= -fPIC .include .if !defined(WITHOUT_OPTIMIZED_CFLAGS) -CFLAGS+= -O3 -ffast-math -funroll-loops +CFLAGS+= -O2 -ffast-math -funroll-loops .endif .if ${OSVERSION} < 600000 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/audio/caps-plugins/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 21 Jun 2007 14:02:31 -0000 1.2 +++ distinfo 22 Jun 2007 21:28:27 -0000 @@ -1,3 +1,3 @@ -MD5 (caps_0.4.0.tar.gz) = e4f76c5122a6e80861c22c9c679fa677 -SHA256 (caps_0.4.0.tar.gz) = 5cafd150c47ddd7a2c79948e3a77afadf0a40168b69f2f8dbd4a7bb77b0d8319 -SIZE (caps_0.4.0.tar.gz) = 784917 +MD5 (caps_0.4.2.tar.gz) = 041f3a6934ed34f7073117e34f78a5e9 +SHA256 (caps_0.4.2.tar.gz) = 2e781f8892ba4071c0f215573892fe2668b3c3fc42962c5720cefdcb12a2a813 +SIZE (caps_0.4.2.tar.gz) = 784363 Index: files/patch-Makefile =================================================================== RCS file: /home/pcvs/ports/audio/caps-plugins/files/patch-Makefile,v retrieving revision 1.2 diff -u -r1.2 patch-Makefile --- files/patch-Makefile 21 Jun 2007 14:02:32 -0000 1.2 +++ files/patch-Makefile 22 Jun 2007 21:30:56 -0000 @@ -1,12 +1,12 @@ ---- Makefile.orig Sun Jun 17 12:32:01 2007 -+++ Makefile Mon Jun 18 14:58:10 2007 +--- Makefile.orig Tue Jun 19 10:19:01 2007 ++++ Makefile Fri Jun 22 23:30:42 2007 @@ -1,12 +1,12 @@ PREFIX = /usr/local -CC = g++ --OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -+CC = $(CXX) -+OPTS = -Wall -fPIC -DPIC +-OPTS = -O2 -ffast-math -funroll-loops -Wall -fPIC -DPIC +++ CC = $(CXX) +++ OPTS = -Wall -fPIC -DPIC #OPTS = -g -DDEBUG -include defines.make @@ -15,4 +15,4 @@ +CFLAGS += $(OPTS) PLUG = caps - VERSION = 0.4.0 + VERSION = 0.4.2