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

(-)/home/staff/gslin/work/ccaudio/Makefile (-12 / +4 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	ccaudio
8
PORTNAME=	ccaudio
9
PORTVERSION=	1.1.4
9
PORTVERSION=	1.2.0
10
PORTREVISION=	1
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	gnutelephony
12
MASTER_SITE_SUBDIR=	gnutelephony
Lines 15-38 Link Here
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	C++ class framework for manipulating audio files
15
COMMENT=	C++ class framework for manipulating audio files
17
16
18
LIB_DEPENDS=	ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp
17
LIB_DEPENDS=	ccgnu2:${PORTSDIR}/devel/commoncpp
19
18
20
USE_GNOME=	gnometarget
19
USE_GNOME=	gnometarget
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
USE_GCC=	3.4
21
USE_GCC=	3.4+
23
INSTALL_TARGET=	install man
24
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
25
23
26
MAN3=		Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
27
		AudioSample.3cc AudioTone.3cc CDAudio.3cc DTMFDetect.3cc \
28
		LinearSample.3cc
29
30
.include <bsd.port.pre.mk>
31
32
post-patch:
24
post-patch:
33
	@${REINPLACE_CMD} -e \
25
	@${REINPLACE_CMD} -e \
34
		's|<stdint\.h>|<stdlib.h>|g' ${WRKSRC}/src/dtmf.cpp
26
		's|<stdint\.h>|<stdlib.h>|g' ${WRKSRC}/src/dtmf.cpp
35
	@${REINPLACE_CMD} -e \
27
	@${REINPLACE_CMD} -e \
36
		's|@CXXFLAGS@|& $$(g_711_CXXFLAGS)|' ${WRKSRC}/dso/Makefile.in
28
		's|@CXXFLAGS@|& $$(g_711_CXXFLAGS)|' ${WRKSRC}/dso/Makefile.in
37
29
38
.include <bsd.port.post.mk>
30
.include <bsd.port.mk>
(-)/home/staff/gslin/work/ccaudio/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ccaudio-1.1.4.tar.gz) = d3e0c859c297b2a76b2137e760ce82f0
1
MD5 (ccaudio-1.2.0.tar.gz) = 919210cf0d917fbb7813d2cbf2c1e941
2
SHA256 (ccaudio-1.1.4.tar.gz) = eb4504811b0b2234d328c280bb72742e14d98edebc9d6d6e973241186677456c
2
SHA256 (ccaudio-1.2.0.tar.gz) = 6805fe04a3281fbcc66d247f63f6def5db042c7cf55fd7a5b3b783de4999c387
3
SIZE (ccaudio-1.1.4.tar.gz) = 336489
3
SIZE (ccaudio-1.2.0.tar.gz) = 343071
(-)/home/staff/gslin/work/ccaudio/files/patch-src-audiofile.cpp (+11 lines)
Line 0 Link Here
1
--- src/audiofile.cpp.orig	Mon Jul 31 17:13:02 2006
2
+++ src/audiofile.cpp	Mon Jul 31 17:13:20 2006
3
@@ -38,6 +38,8 @@
4
 // whether to permit this exception to apply to your modifications.
5
 // If you do not wish that, delete this exception notice.  
6
 
7
+#include <sys/types.h>
8
+#include <sys/stat.h>
9
 #include <cc++/config.h>
10
 #include <cc++/strchar.h>
11
 #include <cc++/export.h>
(-)/home/staff/gslin/work/ccaudio/pkg-plist (-4 / +6 lines)
Lines 1-8 Link Here
1
include/cc++2/cc++/audio.h
1
include/cc++2/cc++/audio.h
2
lib/libccaudio1-1.1.so
2
lib/ccaudio1/g.711
3
lib/libccaudio1-1.1.so.0
3
lib/libccaudio1-1.2.so
4
lib/libccaudio1-1.2.so.0
4
lib/libccaudio1.a
5
lib/libccaudio1.a
5
lib/libccaudio1.la
6
lib/libccaudio1.la
6
lib/libccaudio1.so
7
lib/libccaudio1.so
7
lib/ccaudio1/g.711
8
@dirrmtry include/cc++2/cc++
8
@dirrm lib/ccaudio1
9
@dirrmtry include/cc++2
10
@dirrmtry lib/ccaudio1

Return to bug 101087