mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
upgrade to 4.3.0
PR: 33335 Submitted by: Ports Fury
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libdsp
|
PORTNAME= libdsp
|
||||||
PORTVERSION= 4.2.0
|
PORTVERSION= 4.3.0
|
||||||
CATEGORIES= devel audio
|
CATEGORIES= devel audio
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (libdsp-src-4.2.0.tar.gz) = 985dada301ea0e7b3204c65d3e673a47
|
MD5 (libdsp-src-4.3.0.tar.gz) = 4785bfb4519d265e9ea99a158699e50d
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.FreeBSD.orig Sat Oct 20 09:17:16 2001
|
--- Makefile.FreeBSD.orig Sat Dec 29 23:25:39 2001
|
||||||
+++ Makefile.FreeBSD Tue Dec 11 03:01:44 2001
|
+++ Makefile.FreeBSD Sun Dec 30 10:35:30 2001
|
||||||
@@ -17,15 +17,8 @@
|
@@ -17,15 +17,8 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
|
@ -7,8 +7,8 @@
|
||||||
-CC = gcc
|
-CC = gcc
|
||||||
-CXX = g++
|
-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
|
-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
|
||||||
-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
|
-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)
|
-CXXFLAGS = $(CFLAGS)
|
||||||
-
|
-
|
||||||
# thread safety
|
# thread safety
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
-PREFIX = /usr/local
|
-PREFIX = /usr/local
|
||||||
+PREFIX ?= /usr/local
|
+PREFIX ?= /usr/local
|
||||||
|
|
||||||
VERSION = 1:4:0
|
VERSION = 3:4:0
|
||||||
|
|
||||||
@@ -113,24 +106,24 @@
|
@@ -113,24 +106,24 @@
|
||||||
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -rpath $(PREFIX)/lib -version-info $(VERSION) -o libdsp.la $(LOBJS) $(LIBS)
|
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -rpath $(PREFIX)/lib -version-info $(VERSION) -o libdsp.la $(LOBJS) $(LIBS)
|
||||||
|
|
|
@ -18,5 +18,5 @@ include/dsp/X86.h
|
||||||
lib/libdsp.a
|
lib/libdsp.a
|
||||||
lib/libdsp.la
|
lib/libdsp.la
|
||||||
lib/libdsp.so
|
lib/libdsp.so
|
||||||
lib/libdsp.so.1
|
lib/libdsp.so.3
|
||||||
@dirrm include/dsp
|
@dirrm include/dsp
|
||||||
|
|
Loading…
Add table
Reference in a new issue