summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-02-23 05:35:57 +0000
committerijliao <ijliao@FreeBSD.org>2001-02-23 05:35:57 +0000
commitdf92d76f1aac85f6f5d711bc52d17c6474418210 (patch)
treef146ccc73bfc3cd8f2e6d9369e522429bb7e3255 /devel
parent9a8512d2bc27b12fb7659512e88dfe4c9398bc86 (diff)
downloadFreeBSD-ports-df92d76f1aac85f6f5d711bc52d17c6474418210.zip
FreeBSD-ports-df92d76f1aac85f6f5d711bc52d17c6474418210.tar.gz
upgrade to 3.3.5
Diffstat (limited to 'devel')
-rw-r--r--devel/libdsp/Makefile7
-rw-r--r--devel/libdsp/distinfo2
-rw-r--r--devel/libdsp/files/patch-Makefile_FreeBSD8
-rw-r--r--devel/libdsp/pkg-plist2
4 files changed, 12 insertions, 7 deletions
diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile
index 90ed74e..5fa1599 100644
--- a/devel/libdsp/Makefile
+++ b/devel/libdsp/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libdsp
-PORTVERSION= 3.3.4
+PORTVERSION= 3.3.5
CATEGORIES= devel audio
MASTER_SITES= http://www.pp.clinet.fi/~visitor/dlbins/
DISTNAME= libdsp-src
@@ -24,7 +24,10 @@ MAKEFILE= Makefile.FreeBSD
USE_GMAKE= yes
+INLINE_VER= 1.1.0
+
post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${MAKEFILE}
+ @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g ; \
+ s|%%INLINE_VER%%|${INLINE_VER}|g" ${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>
diff --git a/devel/libdsp/distinfo b/devel/libdsp/distinfo
index ec2b3a9..0d6591a 100644
--- a/devel/libdsp/distinfo
+++ b/devel/libdsp/distinfo
@@ -1 +1 @@
-MD5 (libdsp-src.tar.gz) = e844f463d7c15ff98746c3c316038a86
+MD5 (libdsp-src.tar.gz) = 40d82592ad1cf3ae3968351deef53bf8
diff --git a/devel/libdsp/files/patch-Makefile_FreeBSD b/devel/libdsp/files/patch-Makefile_FreeBSD
index 7771159..2989171 100644
--- a/devel/libdsp/files/patch-Makefile_FreeBSD
+++ b/devel/libdsp/files/patch-Makefile_FreeBSD
@@ -1,5 +1,5 @@
---- Makefile.FreeBSD.orig Tue Jan 16 13:35:30 2001
-+++ Makefile.FreeBSD Tue Jan 16 13:38:31 2001
+--- Makefile.FreeBSD.orig Fri Feb 23 13:06:10 2001
++++ Makefile.FreeBSD Fri Feb 23 13:08:45 2001
@@ -18,12 +18,12 @@
#
@@ -8,11 +8,11 @@
+CXXFLAGS = -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=3 -malign-jumps=3 -malign-functions=3 -mpreferred-stack-boundary=3 -mfancy-math-387 -Wall
DEFS = -D_REENTRANT -D_THREAD_SAFE -DFREEBSD
-INCS = -I.
-+INCS = -I. -I../Inlines-1.0.0.3
++INCS = -I. -I../Inlines-%%INLINE_VER%%
LIBS = -lm #-ldrfftw -ldfftw
LIBTOOL = libtool
-PREFIX = /usr/local
+PREFIX = %%PREFIX%%
- VERSION = 0:4:0
+ VERSION = 0:5:0
diff --git a/devel/libdsp/pkg-plist b/devel/libdsp/pkg-plist
index e1f445a..2928a07 100644
--- a/devel/libdsp/pkg-plist
+++ b/devel/libdsp/pkg-plist
@@ -2,6 +2,8 @@ include/dsp/DSPConfig.hh
include/dsp/DSPOp.hh
include/dsp/Decimator.hh
include/dsp/Filter.hh
+include/dsp/Hankel.hh
+include/dsp/PFAFFT.hh
include/dsp/Transform4.hh
include/dsp/Transform8.hh
include/dsp/TransformS.hh
OpenPOWER on IntegriCloud