Date: Fri, 9 Jan 2004 00:01:07 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61073: Update port: audio/darkice to 0.13.2 Message-ID: <20040109000107.7e3e0813.tkato@prontomail.com> Resent-Message-ID: <200401081510.i08FAHFL094823@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61073 >Category: ports >Synopsis: Update port: audio/darkice to 0.13.2 >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: Thu Jan 08 07:10:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 0.13.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/darkice/Makefile audio/darkice/Makefile --- /usr/ports/audio/darkice/Makefile Sun Dec 21 19:35:45 2003 +++ audio/darkice/Makefile Thu Jan 8 12:07:07 2004 @@ -7,8 +7,7 @@ # PORTNAME= darkice -PORTVERSION= 0.13.1 -PORTREVISION= 1 +PORTVERSION= 0.13.2 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/audio/darkice/distinfo audio/darkice/distinfo --- /usr/ports/audio/darkice/distinfo Fri Jun 27 22:09:43 2003 +++ audio/darkice/distinfo Thu Jan 8 12:09:57 2004 @@ -1 +1 @@ -MD5 (darkice-0.13.1.tar.gz) = d6a11d63e1d97f7bbf68c76269a434a4 +MD5 (darkice-0.13.2.tar.gz) = 66a848a87e7f4090603791bc7bccf44b diff -urN /usr/ports/audio/darkice/files/patch-src_Makefile.in audio/darkice/files/patch-src_Makefile.in --- /usr/ports/audio/darkice/files/patch-src_Makefile.in Fri Jun 27 22:09:43 2003 +++ audio/darkice/files/patch-src_Makefile.in Thu Jan 8 12:29:34 2004 @@ -1,14 +1,14 @@ $FreeBSD: ports/audio/darkice/files/patch-src_Makefile.in,v 1.2 2003/06/27 06:39:04 daichi Exp $ ---- src/Makefile.in.orig Thu Feb 13 00:50:42 2003 -+++ src/Makefile.in Tue Apr 29 07:00:51 2003 +--- src/Makefile.in.orig Thu Jan 8 07:13:34 2004 ++++ src/Makefile.in Thu Jan 8 12:11:53 2004 @@ -80,7 +80,7 @@ am__quote = @am__quote@ install_sh = @install_sh@ bin_PROGRAMS = darkice --CXXFLAGS = -O2 -pedantic -Wall @PTHREAD_CFLAGS@ -+CXXFLAGS = @CXXFLAGS@ @PTHREAD_CFLAGS@ +-CXXFLAGS = -O2 -pedantic -Wall @DEBUG_CXXFLAGS@ @PTHREAD_CFLAGS@ ++CXXFLAGS = @CXXFLAGS@ @DEBUG_CXXFLAGS@ @PTHREAD_CFLAGS@ INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@ LDADD = @PTHREAD_LIBS@ @LAME_LDFLAGS@ @VORBIS_LDFLAGS@ 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 Tue Feb 11 06:38:47 2003 +++ audio/darkice/files/patch-src_OssDspSource.cpp Thu Jan 8 12:22:36 2004 @@ -1,11 +1,11 @@ ---- src/OssDspSource.cpp.orig Sun Jan 26 18:48:57 2003 -+++ src/OssDspSource.cpp Mon Feb 10 21:40:43 2003 +--- src/OssDspSource.cpp.orig Thu Feb 13 00:48:22 2003 ++++ src/OssDspSource.cpp Thu Jan 8 12:15:07 2004 @@ -86,6 +86,13 @@ #error need sys/soundcard.h #endif -+#if defined(__FreeBSD__) -+#if defined(__sparc__) || defined(__powerpc__) ++#if !defined(AFMT_S16_NE) ++#if defined(BYTE_ORDER) && (BYTE_ORDER == BIG_ENDIAN) +#define AFMT_S16_NE AFMT_S16_BE +#else +#define AFMT_S16_NE AFMT_S16_LE >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040109000107.7e3e0813.tkato>