From tkato@prontomail.com  Mon Jun 16 16:25:08 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CBA7437B401
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 16 Jun 2003 16:25:08 -0700 (PDT)
Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E039C43FD7
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 16 Jun 2003 16:25:07 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([218.222.68.67]) by hfep03.dion.ne.jp with SMTP
          id <20030616232502010.ZYPG@hfep03.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Tue, 17 Jun 2003 08:25:02 +0900
Message-Id: <20030617082421.15a9fa64.tkato@prontomail.com>
Date: Tue, 17 Jun 2003 08:24:21 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: devel/libdsp to 4.6.0

>Number:         53387
>Category:       ports
>Synopsis:       Update port: devel/libdsp to 4.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 16 16:30:12 PDT 2003
>Closed-Date:    Sun Jun 22 14:32:13 PDT 2003
>Last-Modified:  Sun Jun 22 14:32:13 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 4.6.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/libdsp/Makefile devel/libdsp/Makefile
--- /usr/ports/devel/libdsp/Makefile	Sat Apr 12 22:41:14 2003
+++ devel/libdsp/Makefile	Tue Jun 17 08:06:30 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	libdsp
-PORTVERSION=	4.4.2
+PORTVERSION=	4.6.0
 CATEGORIES=	devel audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -27,6 +27,12 @@
 MAKEFILE=	Makefile.FreeBSD
 INSTALLS_SHLIB=	yes
 
-INLINE_VER=	1.2.4
+INLINE_VER=	1.2.5
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386"
+CFLAGS+=	-DDSP_X86
+.endif
+
+.include <bsd.port.post.mk>
diff -urN /usr/ports/devel/libdsp/distinfo devel/libdsp/distinfo
--- /usr/ports/devel/libdsp/distinfo	Tue Sep 10 20:08:26 2002
+++ devel/libdsp/distinfo	Tue Jun 17 07:50:27 2003
@@ -1 +1 @@
-MD5 (libdsp-src-4.4.2.tar.gz) = 502ad564edef99dc4b2107abd6b14ae1
+MD5 (libdsp-src-4.6.0.tar.gz) = a3cd88faaf307aa9b727a4cbbf39a151
diff -urN /usr/ports/devel/libdsp/files/patch-Makefile.FreeBSD devel/libdsp/files/patch-Makefile.FreeBSD
--- /usr/ports/devel/libdsp/files/patch-Makefile.FreeBSD	Sun Apr 21 00:22:20 2002
+++ devel/libdsp/files/patch-Makefile.FreeBSD	Tue Jun 17 08:00:04 2003
@@ -1,5 +1,5 @@
---- Makefile.FreeBSD.orig	Sat Apr  6 09:07:37 2002
-+++ Makefile.FreeBSD	Wed Apr 17 02:02:45 2002
+--- Makefile.FreeBSD.bak	Mon Jun 16 23:46:56 2003
++++ Makefile.FreeBSD	Tue Jun 17 07:59:44 2003
 @@ -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 = 4:0:0
+ VERSION = 5:0:4
  
-@@ -116,26 +109,26 @@
+@@ -143,35 +136,35 @@
  	$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -rpath $(PREFIX)/lib -version-info $(VERSION) -o libdsp.la $(LOBJS) $(LIBS)
  
  install: libdsp.la
@@ -46,14 +46,23 @@
 -	install -m 644 dsp/DSPVector.hh $(PREFIX)/include/dsp
 -	install -m 644 dsp/Decimator.hh $(PREFIX)/include/dsp
 -	install -m 644 dsp/FFTDecimator.hh $(PREFIX)/include/dsp
+-	install -m 644 dsp/FFTInterpolator.hh $(PREFIX)/include/dsp
+-	install -m 644 dsp/FFTMultiRate.hh $(PREFIX)/include/dsp
 -	install -m 644 dsp/Filter.hh $(PREFIX)/include/dsp
 -	install -m 644 dsp/Filter2.hh $(PREFIX)/include/dsp
 -	install -m 644 dsp/FIRDecimator.hh $(PREFIX)/include/dsp
+-	install -m 644 dsp/FIRInterpolator.hh $(PREFIX)/include/dsp
+-	install -m 644 dsp/FIRMultiRate.hh $(PREFIX)/include/dsp
 -	install -m 644 dsp/Hankel.hh $(PREFIX)/include/dsp
+-	install -m 644 dsp/IIRCascade.hh $(PREFIX)/include/dsp
+-	install -m 644 dsp/IIRDecimator.hh $(PREFIX)/include/dsp
+-	install -m 644 dsp/IIRInterpolator.hh $(PREFIX)/include/dsp
+-	install -m 644 dsp/IIRMultiRate.hh $(PREFIX)/include/dsp
 -	install -m 644 dsp/ReBuffer.hh $(PREFIX)/include/dsp
 -	install -m 644 dsp/ReBuffer2.hh $(PREFIX)/include/dsp
 -	install -m 644 dsp/ReBuffer3.hh $(PREFIX)/include/dsp
 -	install -m 644 dsp/RecDecimator.hh $(PREFIX)/include/dsp
+-	install -m 644 dsp/RecInterpolator.hh $(PREFIX)/include/dsp
 -	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
@@ -66,14 +75,23 @@
 +	${BSD_INSTALL_DATA} dsp/DSPVector.hh $(PREFIX)/include/dsp
 +	${BSD_INSTALL_DATA} dsp/Decimator.hh $(PREFIX)/include/dsp
 +	${BSD_INSTALL_DATA} dsp/FFTDecimator.hh $(PREFIX)/include/dsp
++	${BSD_INSTALL_DATA} dsp/FFTInterpolator.hh $(PREFIX)/include/dsp
++	${BSD_INSTALL_DATA} dsp/FFTMultiRate.hh $(PREFIX)/include/dsp
 +	${BSD_INSTALL_DATA} dsp/Filter.hh $(PREFIX)/include/dsp
 +	${BSD_INSTALL_DATA} dsp/Filter2.hh $(PREFIX)/include/dsp
 +	${BSD_INSTALL_DATA} dsp/FIRDecimator.hh $(PREFIX)/include/dsp
++	${BSD_INSTALL_DATA} dsp/FIRInterpolator.hh $(PREFIX)/include/dsp
++	${BSD_INSTALL_DATA} dsp/FIRMultiRate.hh $(PREFIX)/include/dsp
 +	${BSD_INSTALL_DATA} dsp/Hankel.hh $(PREFIX)/include/dsp
++	${BSD_INSTALL_DATA} dsp/IIRCascade.hh $(PREFIX)/include/dsp
++	${BSD_INSTALL_DATA} dsp/IIRDecimator.hh $(PREFIX)/include/dsp
++	${BSD_INSTALL_DATA} dsp/IIRInterpolator.hh $(PREFIX)/include/dsp
++	${BSD_INSTALL_DATA} dsp/IIRMultiRate.hh $(PREFIX)/include/dsp
 +	${BSD_INSTALL_DATA} dsp/ReBuffer.hh $(PREFIX)/include/dsp
 +	${BSD_INSTALL_DATA} dsp/ReBuffer2.hh $(PREFIX)/include/dsp
 +	${BSD_INSTALL_DATA} dsp/ReBuffer3.hh $(PREFIX)/include/dsp
 +	${BSD_INSTALL_DATA} dsp/RecDecimator.hh $(PREFIX)/include/dsp
++	${BSD_INSTALL_DATA} dsp/RecInterpolator.hh $(PREFIX)/include/dsp
 +	${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
diff -urN /usr/ports/devel/libdsp/pkg-plist devel/libdsp/pkg-plist
--- /usr/ports/devel/libdsp/pkg-plist	Sun Apr 21 00:22:20 2002
+++ devel/libdsp/pkg-plist	Tue Jun 17 08:12:32 2003
@@ -3,14 +3,23 @@
 include/dsp/DSPVector.hh
 include/dsp/Decimator.hh
 include/dsp/FFTDecimator.hh
+include/dsp/FFTInterpolator.hh
+include/dsp/FFTMultiRate.hh
 include/dsp/FIRDecimator.hh
+include/dsp/FIRInterpolator.hh
+include/dsp/FIRMultiRate.hh
 include/dsp/Filter.hh
 include/dsp/Filter2.hh
 include/dsp/Hankel.hh
+include/dsp/IIRCascade.hh
+include/dsp/IIRDecimator.hh
+include/dsp/IIRInterpolator.hh
+include/dsp/IIRMultiRate.hh
 include/dsp/ReBuffer.hh
 include/dsp/ReBuffer2.hh
 include/dsp/ReBuffer3.hh
 include/dsp/RecDecimator.hh
+include/dsp/RecInterpolator.hh
 include/dsp/Transform4.hh
 include/dsp/Transform8.hh
 include/dsp/TransformS.hh
@@ -20,5 +29,5 @@
 lib/libdsp.a
 lib/libdsp.la
 lib/libdsp.so
-lib/libdsp.so.4
+lib/libdsp.so.5
 @dirrm include/dsp
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Sun Jun 22 14:31:57 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53387 
>Unformatted:
