upgrade to 4.3.0

PR:		33335
Submitted by:	Ports Fury
This commit is contained in:
Ying-Chieh Liao 2001-12-30 15:41:27 +00:00
parent 6b67ef8e17
commit 23ecb620f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52396
4 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= libdsp
PORTVERSION= 4.2.0
PORTVERSION= 4.3.0
CATEGORIES= devel audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -1 +1 @@
MD5 (libdsp-src-4.2.0.tar.gz) = 985dada301ea0e7b3204c65d3e673a47
MD5 (libdsp-src-4.3.0.tar.gz) = 4785bfb4519d265e9ea99a158699e50d

View file

@ -1,5 +1,5 @@
--- Makefile.FreeBSD.orig Sat Oct 20 09:17:16 2001
+++ Makefile.FreeBSD Tue Dec 11 03:01:44 2001
--- Makefile.FreeBSD.orig Sat Dec 29 23:25:39 2001
+++ Makefile.FreeBSD Sun Dec 30 10:35:30 2001
@@ -17,15 +17,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
@ -7,8 +7,8 @@
-CC = gcc
-CXX = g++
-
-CFLAGS = -mcpu=i586 -march=i586 -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=5 -malign-jumps=5 -malign-functions=5 -mpreferred-stack-boundary=5 -mfancy-math-387 -Wall -Werror -pthread #-g
-OPTFLAGS = -march=i686 -O3 -ffast-math -funroll-loops -malign-loops=5 -malign-jumps=5 -malign-functions=5 -mpreferred-stack-boundary=5 -mfancy-math-387 -Wall -Werror #-g
-CFLAGS = -march=i586 -mcpu=i586 -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=5 -malign-jumps=5 -malign-functions=5 -mpreferred-stack-boundary=5 -mfancy-math-387 -Wall -Werror -pthread #-g
-OPTCFLAGS = -march=i686 -O3 -ffast-math -funroll-loops -malign-loops=5 -malign-jumps=5 -malign-functions=5 -mpreferred-stack-boundary=5 -mfancy-math-387 -Wall -Werror #-g
-CXXFLAGS = $(CFLAGS)
-
# thread safety
@ -34,7 +34,7 @@
-PREFIX = /usr/local
+PREFIX ?= /usr/local
VERSION = 1:4:0
VERSION = 3:4:0
@@ -113,24 +106,24 @@
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -rpath $(PREFIX)/lib -version-info $(VERSION) -o libdsp.la $(LOBJS) $(LIBS)

View file

@ -18,5 +18,5 @@ include/dsp/X86.h
lib/libdsp.a
lib/libdsp.la
lib/libdsp.so
lib/libdsp.so.1
lib/libdsp.so.3
@dirrm include/dsp