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

(-)ports/audio/ccaudio/Makefile (-9 / +13 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	ccaudio
8
PORTNAME=	ccaudio
9
PORTVERSION=	0.2.4
9
PORTVERSION=	1.0.6
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
# Mastersite is broken regarding anonymous FTP, mirror is unreachable.
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
# I have informed the webmaster regarding this, hope to get an answer
12
MASTER_SITE_SUBDIR=	ccaudio
13
# soon - edwin@freebsd.org 20021226
14
MASTER_SITES=	ftp://www.voxilla.org/pub/ccaudio/ \
15
		ftp://ftp.teklab.com/voxilla/pub/ccaudio/
16
13
17
MAINTAINER=	dyfet@gnu.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	C++ class framework for manipulating audio files
18
16
17
BUILD_DEPENDS=	ccgnu2-config:${PORTSDIR}/devel/commoncpp
18
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_LIBTOOL=	yes
20
USE_LIBTOOL=	yes
21
USE_AUTOCONF=	yes
21
USE_AUTOCONF=	yes
Lines 24-31 Link Here
24
24
25
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include"
25
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include"
26
26
27
MAN3=		Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
28
		AudioRegisterCodec.3cc AudioSample.3cc AudioTone.3cc \
29
		CDAudio.3cc
30
27
post-extract:
31
post-extract:
28
	@find ${WRKSRC} -name "Makefile.in" | \
32
	@${FIND} ${WRKSRC} -name "Makefile.in" | \
29
		xargs ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g'
33
		${XARGS} ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g'
30
34
31
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)ports/audio/ccaudio/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ccaudio-0.2.4.tar.gz) = f326313e78a1952aed90819b7d519350
1
MD5 (ccaudio-1.0.6.tar.gz) = 76f3e22d9d677944977205c49ace35ce
(-)ports/audio/ccaudio/pkg-plist (-5 / +5 lines)
Lines 1-5 Link Here
1
include/cc++/audio.h
1
include/cc++2/cc++/audio.h
2
lib/libccaudio.a
2
lib/libccaudio1.a
3
lib/libccaudio.so
3
lib/libccaudio1.la
4
lib/libccaudio.so.0
4
lib/libccaudio1.so
5
@dirrm include/cc++
5
lib/libccaudio1.so.0

Return to bug 48416