Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2005 00:00:09 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81848: Update port: audio/ccaudio to 1.1.3
Message-ID:  <20050604000009.290aad3f.tkato432@yahoo.com>
Resent-Message-ID: <200506031510.j53FA2HY049752@freefall.freebsd.org>

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

>Number:         81848
>Category:       ports
>Synopsis:       Update port: audio/ccaudio to 1.1.3
>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:   Fri Jun 03 15:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 1.1.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/ccaudio/Makefile audio/ccaudio/Makefile
--- /usr/ports/audio/ccaudio/Makefile	Thu Mar 18 13:48:21 2004
+++ audio/ccaudio/Makefile	Wed Jun  1 21:50:16 2005
@@ -6,27 +6,28 @@
 #
 
 PORTNAME=	ccaudio
-PORTVERSION=	1.1.1
-PORTREVISION=	0
+PORTVERSION=	1.1.3
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_GNU:S/$/:gnu/} \
-		${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
-MASTER_SITE_SUBDIR=	ccaudio/:gnu \
-			bayonne/:sf
-DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu,sf
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	gnutelephony
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C++ class framework for manipulating audio files
 
-LIB_DEPENDS=	ccgnu2-1.1.0:${PORTSDIR}/devel/commoncpp
+LIB_DEPENDS=	ccgnu2-1.2.1:${PORTSDIR}/devel/commoncpp
 
 USE_GNOME=	gnometarget
-GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes
+USE_LIBTOOL_VER=	15
 INSTALL_TARGET=	install man
 INSTALLS_SHLIB=	yes
 
 MAN3=		Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
 		AudioSample.3cc AudioTone.3cc CDAudio.3cc DTMFDetect.3cc \
 		LinearSample.3cc
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|<stdint\.h>|<stdlib.h>|g' ${WRKSRC}/src/dtmf.cpp
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/ccaudio/distinfo audio/ccaudio/distinfo
--- /usr/ports/audio/ccaudio/distinfo	Thu Mar 18 13:48:21 2004
+++ audio/ccaudio/distinfo	Wed Jun  1 21:40:17 2005
@@ -1,2 +1,2 @@
-MD5 (ccaudio-1.1.1.tar.gz) = 946f04524af6050b104bf40895291921
-SIZE (ccaudio-1.1.1.tar.gz) = 340256
+MD5 (ccaudio-1.1.3.tar.gz) = d8995ab5ed5d4b3817efabf9c151ddfc
+SIZE (ccaudio-1.1.3.tar.gz) = 349183
diff -urN /usr/ports/audio/ccaudio/files/patch-config:ltmain.sh audio/ccaudio/files/patch-config:ltmain.sh
--- /usr/ports/audio/ccaudio/files/patch-config:ltmain.sh	Fri Feb 20 18:39:06 2004
+++ audio/ccaudio/files/patch-config:ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -1,15 +0,0 @@
---- config/ltmain.sh.orig	Fri Feb 20 17:25:13 2004
-+++ config/ltmain.sh	Fri Feb 20 17:25:25 2004
-@@ -5428,10 +5428,12 @@
- 	fi
- 
- 	# Install the pseudo-library for information purposes.
-+	if /usr/bin/false ; then
- 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- 	instname="$dir/$name"i
- 	$show "$install_prog $instname $destdir/$name"
- 	$run eval "$install_prog $instname $destdir/$name" || exit $?
-+	fi
- 
- 	# Maybe install the static library, too.
- 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff -urN /usr/ports/audio/ccaudio/files/patch-src:dtmf.cpp audio/ccaudio/files/patch-src:dtmf.cpp
--- /usr/ports/audio/ccaudio/files/patch-src:dtmf.cpp	Fri Mar 12 18:28:13 2004
+++ audio/ccaudio/files/patch-src:dtmf.cpp	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
---- src/dtmf.cpp.orig	Wed Jul 23 19:52:40 2003
-+++ src/dtmf.cpp	Fri Mar 12 09:08:50 2004
-@@ -27,9 +27,9 @@
- //
- 
- #include <math.h>
--#include <stdint.h>
- #include <string.h>
- #include <stdio.h>
-+#include <stdlib.h>
- #include <time.h>
- #include <fcntl.h>
- #include "audio.h"
diff -urN /usr/ports/audio/ccaudio/pkg-descr audio/ccaudio/pkg-descr
--- /usr/ports/audio/ccaudio/pkg-descr	Sun Sep 10 01:40:56 2000
+++ audio/ccaudio/pkg-descr	Wed Jun  1 21:21:03 2005
@@ -3,5 +3,7 @@
 and for merging audio from multiple sources.  Support is provided for many
 common and popular sound file formats such as .au, .wav/RIFF, etc.
 
+WWW: http://www.gnutelephony.org/
+
 - David Sugar
 dyfet@gnu.org
>Release-Note:
>Audit-Trail:
>Unformatted:



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