From ahze@ahze.net  Mon Jul 12 07:41:57 2004
Return-Path: <ahze@ahze.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1BFDE16A4CE; Mon, 12 Jul 2004 07:41:57 +0000 (GMT)
Received: from imf25aec.mail.bellsouth.net (imf25aec.mail.bellsouth.net [205.152.59.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 64C7E43D48; Mon, 12 Jul 2004 07:41:56 +0000 (GMT)
	(envelope-from ahze@ahze.net)
Received: from ahze.net ([68.209.163.3]) by imf25aec.mail.bellsouth.net
          (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP
          id <20040712074155.YLNB1781.imf25aec.mail.bellsouth.net@ahze.net>;
          Mon, 12 Jul 2004 03:41:55 -0400
Received: (from root@localhost)
	by ahze.net (8.12.11/8.12.11/Submit) id i6C7ftKV051528;
	Mon, 12 Jul 2004 03:41:55 -0400 (EDT)
	(envelope-from ahze)
Message-Id: <200407120741.i6C7ftKV051528@ahze.net>
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: [PATCH] multimedia/mkvtoolnix: update to 0.9.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68938
>Category:       ports
>Synopsis:       [PATCH] multimedia/mkvtoolnix: update to 0.9.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 12 07:50:19 GMT 2004
>Closed-Date:    Sun Jul 18 17:42:32 GMT 2004
>Last-Modified:  Sun Jul 18 17:42:32 GMT 2004
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->lioux 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Jul 12 16:13:10 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68938 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Sun Jul 18 17:42:30 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68938 
>Unformatted:
