Index: head/audio/vorbis-tools/Makefile =================================================================== --- head/audio/vorbis-tools/Makefile (revision 74313) +++ head/audio/vorbis-tools/Makefile (revision 74314) @@ -1,36 +1,36 @@ # New ports collection makefile for: vorbis-tools # Date created: 18 October 2000 # Whom: t.vanklaveren@student.utwente.nl # # $FreeBSD$ # PORTNAME= vorbis-tools PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ http://www.oddsock.org/vorbis/unix/ \ http://www.casterclub.com/vorbis/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ curl.2:${PORTSDIR}/ftp/curl \ intl.4:${PORTSDIR}/devel/gettext \ vorbis.2:${PORTSDIR}/audio/libvorbis GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= ogg123.1 oggdec.1 oggenc.1 ogginfo.1 vcut.1 vorbiscomment.1 post-install: ${MKDIR} ${PREFIX}/share/examples/vorbis-tools ${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \ ${PREFIX}/share/examples/vorbis-tools/ogg123rc .include Property changes on: head/audio/vorbis-tools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/audio/vorbis-tools/files/patch-oggdec_oggdec.c =================================================================== --- head/audio/vorbis-tools/files/patch-oggdec_oggdec.c (nonexistent) +++ head/audio/vorbis-tools/files/patch-oggdec_oggdec.c (revision 74314) @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- oggdec/oggdec.c.orig Mon Sep 23 13:20:52 2002 ++++ oggdec/oggdec.c Mon Sep 23 13:21:04 2002 +@@ -99,6 +99,7 @@ + break; + case 'o': + outfilename = strdup(optarg); ++ break; + case 'R': + raw = atoi(optarg); + break; Property changes on: head/audio/vorbis-tools/files/patch-oggdec_oggdec.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property