1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

upgrade to 4.4.1

PR:		37273
Submitted by:	Ports Fury
This commit is contained in:
Ying-Chieh Liao 2002-04-20 15:22:20 +00:00
parent e1f674b0b5
commit 84a3949b3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57922
4 changed files with 13 additions and 7 deletions

View File

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

View File

@ -1 +1 @@
MD5 (libdsp-src-4.3.0.tar.gz) = 4785bfb4519d265e9ea99a158699e50d
MD5 (libdsp-src-4.4.1.tar.gz) = d3b6a64d99b62906c7527b09e4ff6c83

View File

@ -1,5 +1,5 @@
--- Makefile.FreeBSD.orig Sat Dec 29 23:25:39 2001
+++ Makefile.FreeBSD Sun Dec 30 10:35:30 2001
--- Makefile.FreeBSD.orig Sat Apr 6 09:07:37 2002
+++ Makefile.FreeBSD Wed Apr 17 02:02:45 2002
@@ -17,15 +17,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
@ -34,9 +34,9 @@
-PREFIX = /usr/local
+PREFIX ?= /usr/local
VERSION = 3:4:0
VERSION = 4:0:0
@@ -113,24 +106,24 @@
@@ -116,26 +109,26 @@
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -rpath $(PREFIX)/lib -version-info $(VERSION) -o libdsp.la $(LOBJS) $(LIBS)
install: libdsp.la
@ -57,6 +57,8 @@
- install -m 644 dsp/Transform4.hh $(PREFIX)/include/dsp
- install -m 644 dsp/Transform8.hh $(PREFIX)/include/dsp
- install -m 644 dsp/TransformS.hh $(PREFIX)/include/dsp
- install -m 644 dsp/dsptypes.h $(PREFIX)/include/dsp
- install -m 644 dsp/dspop.h $(PREFIX)/include/dsp
- install -m 644 dsp/X86.h $(PREFIX)/include/dsp
+ ${MKDIR} $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/DSPConfig.hh $(PREFIX)/include/dsp
@ -75,6 +77,8 @@
+ ${BSD_INSTALL_DATA} dsp/Transform4.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/Transform8.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/TransformS.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/dsptypes.h $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/dspop.h $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/X86.h $(PREFIX)/include/dsp
$(LIBTOOL) --mode=install install libdsp.la $(PREFIX)/lib

View File

@ -15,8 +15,10 @@ include/dsp/Transform4.hh
include/dsp/Transform8.hh
include/dsp/TransformS.hh
include/dsp/X86.h
include/dsp/dspop.h
include/dsp/dsptypes.h
lib/libdsp.a
lib/libdsp.la
lib/libdsp.so
lib/libdsp.so.3
lib/libdsp.so.4
@dirrm include/dsp