Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 00:30:05 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48142: Update port: audio/darkice to 0.13
Message-ID:  <20030211003005.404bb594.tkato@prontomail.com>

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

>Number:         48142
>Category:       ports
>Synopsis:       Update port: audio/darkice to 0.13
>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:   Mon Feb 10 07:40:05 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 0.13

New file:
files/patch-src_OssDspSource.cpp

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/darkice/Makefile audio/darkice/Makefile
--- /usr/ports/audio/darkice/Makefile	Wed Nov 20 23:45:07 2002
+++ audio/darkice/Makefile	Mon Feb 10 21:42:57 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	darkice
-PORTVERSION=	0.12
+PORTVERSION=	0.13
 CATEGORIES=	audio net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -27,13 +27,7 @@
 MAN1=	darkice.1
 MAN5=	darkice.cfg.5
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 5000000
-USE_GCC=	3.1
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/audio/darkice/distinfo audio/darkice/distinfo
--- /usr/ports/audio/darkice/distinfo	Wed Nov 20 23:45:07 2002
+++ audio/darkice/distinfo	Mon Feb 10 21:23:14 2003
@@ -1 +1 @@
-MD5 (darkice-0.12.tar.gz) = a28af863edaab12366a5b66b167b8fd6
+MD5 (darkice-0.13.tar.gz) = ddf0df78db85278eac4964d7c15ce3ea
diff -urN /usr/ports/audio/darkice/files/patch-src_OssDspSource.cpp audio/darkice/files/patch-src_OssDspSource.cpp
--- /usr/ports/audio/darkice/files/patch-src_OssDspSource.cpp	Thu Jan  1 09:00:00 1970
+++ audio/darkice/files/patch-src_OssDspSource.cpp	Mon Feb 10 21:41:27 2003
@@ -0,0 +1,16 @@
+--- src/OssDspSource.cpp.orig	Sun Jan 26 18:48:57 2003
++++ src/OssDspSource.cpp	Mon Feb 10 21:40:43 2003
+@@ -86,6 +86,13 @@
+ #error need sys/soundcard.h
+ #endif
+ 
++#if defined(__FreeBSD__)
++#if defined(__sparc__) || defined(__powerpc__)
++#define AFMT_S16_NE AFMT_S16_BE
++#else
++#define AFMT_S16_NE AFMT_S16_LE
++#endif
++#endif
+ 
+ #include "Util.h"
+ #include "Exception.h"
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030211003005.404bb594.tkato>