View | Details | Raw Unified | Return to bug 106988
Collapse All | Expand All

(-)audio/ecasound/Makefile (-6 / +10 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	ecasound
8
PORTNAME=	ecasound
9
PORTVERSION=	2.4.4
9
PORTVERSION=	2.4.5
10
PORTREVISION=	2
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	http://ecasound.seul.org/download/
11
MASTER_SITES=	http://ecasound.seul.org/download/
13
12
Lines 18-24 Link Here
18
USE_GMAKE=	yes
17
USE_GMAKE=	yes
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
19
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
21
CONFIGURE_ARGS=	--disable-pyecasound --disable-rubyecasound --with-largefile \
20
CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man \
21
		--disable-pyecasound \
22
		--disable-rubyecasound \
23
		--with-largefile \
22
		--enable-sys-readline
24
		--enable-sys-readline
23
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
24
26
Lines 66-73 Link Here
66
68
67
post-patch:
69
post-patch:
68
	@${REINPLACE_CMD} -e 's| $$EXTRAGCCFLAGS||g ; \
70
	@${REINPLACE_CMD} -e 's| $$EXTRAGCCFLAGS||g ; \
69
		 s| -pthread||g ; \
71
		 s| -pthread||g; \
70
		 s| -D_THREAD_SAFE||g ; \
72
		 s| -D_THREAD_SAFE||g; \
71
		 s| -D_P1003_1B_VISIBLE||' ${WRKSRC}/configure
73
		 s| -D_P1003_1B_VISIBLE||g; \
74
		 s|^9||g; \
75
		 /if test/s|==|=|g' ${WRKSRC}/configure
72
76
73
.include <bsd.port.post.mk>
77
.include <bsd.port.post.mk>
(-)audio/ecasound/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ecasound-2.4.4.tar.gz) = 3032a157f736bb38426b2ebcc92c6513
1
MD5 (ecasound-2.4.5.tar.gz) = b5a4f39245e505941f26c5c2c3b80e1c
2
SHA256 (ecasound-2.4.4.tar.gz) = dd6afb770f97894763310d4435c1ab4ceb6529f0c0c9c790d126f22ea6f8bf77
2
SHA256 (ecasound-2.4.5.tar.gz) = 462f5c395ead6559ba17f4bde113084fa543660bd8637cc9d686cedc481d4768
3
SIZE (ecasound-2.4.4.tar.gz) = 1128867
3
SIZE (ecasound-2.4.5.tar.gz) = 946918
(-)audio/ecasound/files/patch-libecasound__eca-logger-interface.h (+10 lines)
Line 0 Link Here
1
--- libecasound/eca-logger-interface.h.orig	Sun Jun  4 07:32:06 2006
2
+++ libecasound/eca-logger-interface.h	Mon Dec 18 16:45:09 2006
3
@@ -23,6 +23,7 @@
4
 #ifndef INCLUDE_ECA_LOGGER_INTERFACE_H
5
 #define INCLUDE_ECA_LOGGER_INTERFACE_H
6
 
7
+#include <cstdio>
8
 #include <iostream> /* remove me */
9
 #include <list>
10
 #include <string>
(-)audio/ecasound/files/patch-libecasound__eca-object-factory.cpp (+10 lines)
Line 0 Link Here
1
--- libecasound/eca-object-factory.cpp.orig	Thu Dec  7 04:56:58 2006
2
+++ libecasound/eca-object-factory.cpp	Mon Dec 18 16:00:13 2006
3
@@ -25,6 +25,7 @@
4
 #include <config.h>
5
 #endif
6
 
7
+#include <algorithm>
8
 #include <list>
9
 #include <map>
10
 #include <string>

Return to bug 106988