Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2006 01:00:08 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106988: Update port: audio/ecasound to 2.4.5
Message-ID:  <20061221010008.2adb8a9d.tkato432@yahoo.com>
Resent-Message-ID: <200612201640.kBKGeOCX020832@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106988
>Category:       ports
>Synopsis:       Update port: audio/ecasound to 2.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 20 16:40:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p26 i386
>Organization:
>Environment:
>Description:
- Update to version 2.4.5

New file:
files/patch-libecasound__eca-logger-interface.h
files/patch-libecasound__eca-object-factory.cpp

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/ecasound/Makefile audio/ecasound/Makefile
--- /usr/ports/audio/ecasound/Makefile	Tue Aug 15 00:39:51 2006
+++ audio/ecasound/Makefile	Mon Dec 18 17:40:05 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	ecasound
-PORTVERSION=	2.4.4
-PORTREVISION=	2
+PORTVERSION=	2.4.5
 CATEGORIES=	audio
 MASTER_SITES=	http://ecasound.seul.org/download/
 
@@ -18,7 +17,10 @@
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS=	--disable-pyecasound --disable-rubyecasound --with-largefile \
+CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man \
+		--disable-pyecasound \
+		--disable-rubyecasound \
+		--with-largefile \
 		--enable-sys-readline
 USE_LDCONFIG=	yes
 
@@ -66,8 +68,10 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's| $$EXTRAGCCFLAGS||g ; \
-		 s| -pthread||g ; \
-		 s| -D_THREAD_SAFE||g ; \
-		 s| -D_P1003_1B_VISIBLE||' ${WRKSRC}/configure
+		 s| -pthread||g; \
+		 s| -D_THREAD_SAFE||g; \
+		 s| -D_P1003_1B_VISIBLE||g; \
+		 s|^9||g; \
+		 /if test/s|==|=|g' ${WRKSRC}/configure
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/audio/ecasound/distinfo audio/ecasound/distinfo
--- /usr/ports/audio/ecasound/distinfo	Wed Feb  1 13:27:05 2006
+++ audio/ecasound/distinfo	Mon Dec 18 15:33:49 2006
@@ -1,3 +1,3 @@
-MD5 (ecasound-2.4.4.tar.gz) = 3032a157f736bb38426b2ebcc92c6513
-SHA256 (ecasound-2.4.4.tar.gz) = dd6afb770f97894763310d4435c1ab4ceb6529f0c0c9c790d126f22ea6f8bf77
-SIZE (ecasound-2.4.4.tar.gz) = 1128867
+MD5 (ecasound-2.4.5.tar.gz) = b5a4f39245e505941f26c5c2c3b80e1c
+SHA256 (ecasound-2.4.5.tar.gz) = 462f5c395ead6559ba17f4bde113084fa543660bd8637cc9d686cedc481d4768
+SIZE (ecasound-2.4.5.tar.gz) = 946918
diff -urN /usr/ports/audio/ecasound/files/patch-libecasound__eca-logger-interface.h audio/ecasound/files/patch-libecasound__eca-logger-interface.h
--- /usr/ports/audio/ecasound/files/patch-libecasound__eca-logger-interface.h	Thu Jan  1 09:00:00 1970
+++ audio/ecasound/files/patch-libecasound__eca-logger-interface.h	Mon Dec 18 16:45:25 2006
@@ -0,0 +1,10 @@
+--- libecasound/eca-logger-interface.h.orig	Sun Jun  4 07:32:06 2006
++++ libecasound/eca-logger-interface.h	Mon Dec 18 16:45:09 2006
+@@ -23,6 +23,7 @@
+ #ifndef INCLUDE_ECA_LOGGER_INTERFACE_H
+ #define INCLUDE_ECA_LOGGER_INTERFACE_H
+ 
++#include <cstdio>
+ #include <iostream> /* remove me */
+ #include <list>
+ #include <string>
diff -urN /usr/ports/audio/ecasound/files/patch-libecasound__eca-object-factory.cpp audio/ecasound/files/patch-libecasound__eca-object-factory.cpp
--- /usr/ports/audio/ecasound/files/patch-libecasound__eca-object-factory.cpp	Thu Jan  1 09:00:00 1970
+++ audio/ecasound/files/patch-libecasound__eca-object-factory.cpp	Mon Dec 18 16:00:47 2006
@@ -0,0 +1,10 @@
+--- libecasound/eca-object-factory.cpp.orig	Thu Dec  7 04:56:58 2006
++++ libecasound/eca-object-factory.cpp	Mon Dec 18 16:00:13 2006
+@@ -25,6 +25,7 @@
+ #include <config.h>
+ #endif
+ 
++#include <algorithm>
+ #include <list>
+ #include <map>
+ #include <string>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061221010008.2adb8a9d.tkato432>