Date: Mon, 12 Jul 2004 03:41:55 -0400 (EDT) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lioux@FreeBSD.org Subject: ports/68938: [PATCH] multimedia/mkvtoolnix: update to 0.9.2 Message-ID: <200407120741.i6C7ftKV051528@ahze.net> Resent-Message-ID: <200407120750.i6C7oJKb069495@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68938 >Category: ports >Synopsis: [PATCH] multimedia/mkvtoolnix: update to 0.9.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 12 07:50:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #53: Fri Jun 11 22:50:16 EDT 2004 >Description: - Update to 0.9.2 - remove USE_GCC Port maintainer (lioux@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- mkvtoolnix-0.9.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/mkvtoolnix/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 11 Jul 2004 00:57:53 -0000 1.9 +++ Makefile 12 Jul 2004 07:40:40 -0000 @@ -6,7 +6,7 @@ # PORTNAME= mkvtoolnix -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ @@ -19,8 +19,6 @@ expat.5:${PORTSDIR}/textproc/expat2 \ vorbis.3:${PORTSDIR}/audio/libvorbis -BROKEN= "Unfetchable" - USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes @@ -43,20 +41,8 @@ BROKEN= "Does not compile on sparc64" .endif -# gcc 3.2 was available on 5.x before this OSVERSION -# do not build gcc 3.3 unless necessary -.if ${OSVERSION} < 501103 -# use gcc 3.2 -USE_GCC=3.2 -.else -# default for 5.x series -USE_GCC=3.3 -.endif - .if ${OSVERSION} < 500000 -USE_GCC=2.95 -# this is gcc 2.x -CFLAGS+= -DNO_WSTRING +CFLAGS+= -DNO_WSTRING .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/multimedia/mkvtoolnix/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 23 Jun 2004 16:11:16 -0000 1.4 +++ distinfo 11 Jul 2004 03:27:49 -0000 @@ -1,2 +1,2 @@ -MD5 (mkvtoolnix-0.9.1.tar.bz2) = 5283894a67a18dfb4a4c9629321faa26 -SIZE (mkvtoolnix-0.9.1.tar.bz2) = 463165 +MD5 (mkvtoolnix-0.9.2.tar.bz2) = 418ecec8f247f53d8a7b49e3e2d8d8a8 +SIZE (mkvtoolnix-0.9.2.tar.bz2) = 481348 --- mkvtoolnix-0.9.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407120741.i6C7ftKV051528>