mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Unbreak by updating to 1.0.6.
Use Comment. Drop Maintainership PR: 48416 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Approved by: dyfet@gnu.org (old maintainer)
This commit is contained in:
parent
e8284034fc
commit
f7282fa95f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75830
@ -6,15 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= ccaudio
|
||||
PORTVERSION= 0.2.4
|
||||
PORTVERSION= 1.0.6
|
||||
CATEGORIES= audio
|
||||
# Mastersite is broken regarding anonymous FTP, mirror is unreachable.
|
||||
# I have informed the webmaster regarding this, hope to get an answer
|
||||
# soon - edwin@freebsd.org 20021226
|
||||
MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/ \
|
||||
ftp://ftp.teklab.com/voxilla/pub/ccaudio/
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ccaudio
|
||||
|
||||
MAINTAINER= dyfet@gnu.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= "C++ class framework for manipulating audio files"
|
||||
|
||||
BUILD_DEPENDS= ccgnu2-config:${PORTSDIR}/devel/commoncpp
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
@ -22,10 +22,14 @@ USE_AUTOCONF= yes
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
MAN3= Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
|
||||
AudioRegisterCodec.3cc AudioSample.3cc AudioTone.3cc \
|
||||
CDAudio.3cc
|
||||
|
||||
post-extract:
|
||||
@find ${WRKSRC} -name "Makefile.in" | \
|
||||
xargs ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g'
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | \
|
||||
${XARGS} ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ccaudio-0.2.4.tar.gz) = f326313e78a1952aed90819b7d519350
|
||||
MD5 (ccaudio-1.0.6.tar.gz) = 76f3e22d9d677944977205c49ace35ce
|
||||
|
@ -1 +0,0 @@
|
||||
C++ class framework for manipulating audio files
|
@ -1,5 +1,5 @@
|
||||
include/cc++/audio.h
|
||||
lib/libccaudio.a
|
||||
lib/libccaudio.so
|
||||
lib/libccaudio.so.0
|
||||
@dirrm include/cc++
|
||||
include/cc++2/cc++/audio.h
|
||||
lib/libccaudio1.a
|
||||
lib/libccaudio1.la
|
||||
lib/libccaudio1.so
|
||||
lib/libccaudio1.so.0
|
||||
|
@ -6,15 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= ccaudio
|
||||
PORTVERSION= 0.2.4
|
||||
PORTVERSION= 1.0.6
|
||||
CATEGORIES= audio
|
||||
# Mastersite is broken regarding anonymous FTP, mirror is unreachable.
|
||||
# I have informed the webmaster regarding this, hope to get an answer
|
||||
# soon - edwin@freebsd.org 20021226
|
||||
MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/ \
|
||||
ftp://ftp.teklab.com/voxilla/pub/ccaudio/
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ccaudio
|
||||
|
||||
MAINTAINER= dyfet@gnu.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= "C++ class framework for manipulating audio files"
|
||||
|
||||
BUILD_DEPENDS= ccgnu2-config:${PORTSDIR}/devel/commoncpp
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
@ -22,10 +22,14 @@ USE_AUTOCONF= yes
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
MAN3= Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
|
||||
AudioRegisterCodec.3cc AudioSample.3cc AudioTone.3cc \
|
||||
CDAudio.3cc
|
||||
|
||||
post-extract:
|
||||
@find ${WRKSRC} -name "Makefile.in" | \
|
||||
xargs ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g'
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | \
|
||||
${XARGS} ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ccaudio-0.2.4.tar.gz) = f326313e78a1952aed90819b7d519350
|
||||
MD5 (ccaudio-1.0.6.tar.gz) = 76f3e22d9d677944977205c49ace35ce
|
||||
|
@ -1 +0,0 @@
|
||||
C++ class framework for manipulating audio files
|
@ -1,5 +1,5 @@
|
||||
include/cc++/audio.h
|
||||
lib/libccaudio.a
|
||||
lib/libccaudio.so
|
||||
lib/libccaudio.so.0
|
||||
@dirrm include/cc++
|
||||
include/cc++2/cc++/audio.h
|
||||
lib/libccaudio1.a
|
||||
lib/libccaudio1.la
|
||||
lib/libccaudio1.so
|
||||
lib/libccaudio1.so.0
|
||||
|
Loading…
Reference in New Issue
Block a user