aboutsummaryrefslogtreecommitdiff
path: root/devel/libdsp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-02 13:30:06 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-02 13:30:06 +0000
commit2b8431b4fdad8fc3a5ad9d43908ea01fa8279e8a (patch)
tree4b016da294682e4b61dd9819b3b278d1e7f41585 /devel/libdsp
parent695dcd5dfa1660b207b31030bca0ebca4be1ff14 (diff)
downloadports-2b8431b4fdad8fc3a5ad9d43908ea01fa8279e8a.tar.gz
ports-2b8431b4fdad8fc3a5ad9d43908ea01fa8279e8a.zip
upgrade to 3.3.7
add missing ISNTALLS_SHLIB=yes
Notes
Notes: svn path=/head/; revision=40749
Diffstat (limited to 'devel/libdsp')
-rw-r--r--devel/libdsp/Makefile7
-rw-r--r--devel/libdsp/distinfo2
-rw-r--r--devel/libdsp/files/patch-Makefile_FreeBSD14
3 files changed, 12 insertions, 11 deletions
diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile
index 36d1398d3d5c..7c91d20bfa9f 100644
--- a/devel/libdsp/Makefile
+++ b/devel/libdsp/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libdsp
-PORTVERSION= 3.3.6
+PORTVERSION= 3.3.7
CATEGORIES= devel audio
MASTER_SITES= http://www.pp.clinet.fi/~visitor/dlbins/
DISTNAME= libdsp-src
@@ -19,12 +19,13 @@ BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
INSTALLS_SHLIB= yes
-WRKSRC= ${WRKDIR}/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/libdsp-src/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
MAKEFILE= Makefile.FreeBSD
+INLINE_VER= 1.2.1
USE_GMAKE= yes
-INLINE_VER= 1.2.0
+INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e "s|%%INLINE_VER%%|${INLINE_VER}|g" ${WRKSRC}/${MAKEFILE}
diff --git a/devel/libdsp/distinfo b/devel/libdsp/distinfo
index fde860d2e9fc..12b8f79d6990 100644
--- a/devel/libdsp/distinfo
+++ b/devel/libdsp/distinfo
@@ -1 +1 @@
-MD5 (libdsp-src.tar.gz) = cf0f55f889ce1bcd9ee98b9e3094a0ee
+MD5 (libdsp-src.tar.gz) = 50015eafa3005cdc1845f354006cac69
diff --git a/devel/libdsp/files/patch-Makefile_FreeBSD b/devel/libdsp/files/patch-Makefile_FreeBSD
index 11a009cc9c72..2f9f62cec164 100644
--- a/devel/libdsp/files/patch-Makefile_FreeBSD
+++ b/devel/libdsp/files/patch-Makefile_FreeBSD
@@ -1,17 +1,17 @@
---- Makefile.FreeBSD.orig Thu Jan 11 05:42:13 2001
-+++ Makefile.FreeBSD Sat Mar 17 00:34:20 2001
-@@ -18,12 +18,11 @@
+--- Makefile.FreeBSD.orig Mon Apr 2 21:09:48 2001
++++ Makefile.FreeBSD Mon Apr 2 21:10:41 2001
+@@ -17,13 +17,10 @@
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
- CXX = g++
+-CXX = g++
-CXXFLAGS = -mcpu=k6 -march=k6 -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
-+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
+ DEFS = -D_REENTRANT -D_THREAD_SAFE -DBSDSYS
-INCS = -I.
+INCS = -I. -I../Inlines-%%INLINE_VER%%
LIBS = -lm #-ldrfftw -ldfftw
LIBTOOL = libtool
-PREFIX = /usr/local
- VERSION = 0:5:0
+ VERSION = 0:7:0