1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

upgrade to 3.3.5

This commit is contained in:
Ying-Chieh Liao 2001-02-23 05:35:57 +00:00
parent 3b86c15c54
commit 5c7da5ac79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38624
4 changed files with 12 additions and 7 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (libdsp-src.tar.gz) = e844f463d7c15ff98746c3c316038a86
MD5 (libdsp-src.tar.gz) = 40d82592ad1cf3ae3968351deef53bf8

View File

@ -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

View File

@ -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