mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
upgrade to 3.3.7
add missing ISNTALLS_SHLIB=yes
This commit is contained in:
parent
695dcd5dfa
commit
2b8431b4fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40749
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libdsp-src.tar.gz) = cf0f55f889ce1bcd9ee98b9e3094a0ee
|
||||
MD5 (libdsp-src.tar.gz) = 50015eafa3005cdc1845f354006cac69
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user