From cyberbotx@kirby.cyberbotx.com  Mon Jul 21 17:40:43 2008
Return-Path: <cyberbotx@kirby.cyberbotx.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5C06B106566C
	for <freebsd-gnats-submit@freebsd.org>; Mon, 21 Jul 2008 17:40:43 +0000 (UTC)
	(envelope-from cyberbotx@kirby.cyberbotx.com)
Received: from QMTA04.emeryville.ca.mail.comcast.net (qmta04.emeryville.ca.mail.comcast.net [76.96.30.40])
	by mx1.freebsd.org (Postfix) with ESMTP id 3075B8FC0A
	for <freebsd-gnats-submit@freebsd.org>; Mon, 21 Jul 2008 17:40:43 +0000 (UTC)
	(envelope-from cyberbotx@kirby.cyberbotx.com)
Received: from OMTA03.emeryville.ca.mail.comcast.net ([76.96.30.27])
	by QMTA04.emeryville.ca.mail.comcast.net with comcast
	id sbrk1Z0020b6N64A4hgiir; Mon, 21 Jul 2008 17:40:42 +0000
Received: from kirby.cyberbotx.com ([68.43.195.82])
	by OMTA03.emeryville.ca.mail.comcast.net with comcast
	id shgh1Z0011n8LeU8PhghCK; Mon, 21 Jul 2008 17:40:42 +0000
Received: from kirby.cyberbotx.com (localhost [127.0.0.1])
	by kirby.cyberbotx.com (Postfix) with ESMTP id 2FFEB11534;
	Mon, 21 Jul 2008 13:40:39 -0400 (EDT)
Received: (from root@localhost)
	by kirby.cyberbotx.com (8.14.2/8.14.2/Submit) id m6LHecgZ087901;
	Mon, 21 Jul 2008 13:40:38 -0400 (EDT)
	(envelope-from cyberbotx)
Message-Id: <200807211740.m6LHecgZ087901@kirby.cyberbotx.com>
Date: Mon, 21 Jul 2008 13:40:38 -0400 (EDT)
From: Naram Qashat <cyberbotx@cyberbotx.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: funman@videolan.org
Subject: [PATCH] multimedia/vlc: Update to 0.8.6i
X-Send-Pr-Version: 3.113
X-GNATS-Notify: funman@videolan.org

>Number:         125834
>Category:       ports
>Synopsis:       [PATCH] multimedia/vlc: Update to 0.8.6i
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 21 17:50:01 UTC 2008
>Closed-Date:    Fri Aug 01 03:21:21 UTC 2008
>Last-Modified:  Fri Aug 01 03:21:21 UTC 2008
>Originator:     Naram Qashat
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 7.0-STABLE FreeBSD 7.0-STABLE #2: Fri Jul 18 21:21:17 EDT 2008
>Description:
Update to 0.8.6i

Also fixes problem with building Mozilla plugin, should use xulrunner

Removed file(s):
- files/patch-modules-visualization-galaktos_PCM.c

Port maintainer (funman@videolan.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- vlc-0.8.6.i,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/vlc/Makefile /kirby/shared/ports/vlc/Makefile
--- /usr/ports/multimedia/vlc/Makefile	2008-06-24 07:02:06.000000000 -0400
+++ /kirby/shared/ports/vlc/Makefile	2008-07-19 08:06:58.000000000 -0400
@@ -9,8 +9,7 @@
 #
 
 PORTNAME=	vlc
-DISTVERSION=	0.8.6h
-PORTREVISION=	1
+DISTVERSION=	0.8.6i
 PORTEPOCH=	2
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
@@ -367,8 +366,7 @@
 .endif
 
 .if defined(WITH_VLC_MOZILLA_PLUGIN) && !defined(WITHOUT_VLC_MOZILLA_PLUGIN)
-USE_GECKO=	firefox mozilla seamonkey nvu
-.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
+USE_GECKO=	xulrunner firefox3 firefox mozilla seamonkey nvu
 CONFIGURE_ENV+=	MOZILLA_CONFIG="${GECKO_CONFIG}" \
 		XPIDL="${XPIDL}" \
 		XPIDL_INCL="${XPIDL_INCL}"
diff -ruN --exclude=CVS /usr/ports/multimedia/vlc/distinfo /kirby/shared/ports/vlc/distinfo
--- /usr/ports/multimedia/vlc/distinfo	2008-06-12 06:03:35.000000000 -0400
+++ /kirby/shared/ports/vlc/distinfo	2008-07-16 14:38:48.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (vlc-0.8.6h.tar.bz2) = 4a6eece2f56d4ad5dfa786e934d2b4a8
-SHA256 (vlc-0.8.6h.tar.bz2) = 50ed87c869228274043b7fa468f908fe6ee571196510177593c701d99b357221
-SIZE (vlc-0.8.6h.tar.bz2) = 11762435
+MD5 (vlc-0.8.6i.tar.bz2) = 3c90520c9f22a68d287458d5a8af989e
+SHA256 (vlc-0.8.6i.tar.bz2) = a866768f7dd8254c62e059327094073800ed968214b5b35e2682eb81f448214f
+SIZE (vlc-0.8.6i.tar.bz2) = 11786172
diff -ruN --exclude=CVS /usr/ports/multimedia/vlc/files/patch-modules-visualization-galaktos_PCM.c /kirby/shared/ports/vlc/files/patch-modules-visualization-galaktos_PCM.c
--- /usr/ports/multimedia/vlc/files/patch-modules-visualization-galaktos_PCM.c	2008-06-24 07:02:06.000000000 -0400
+++ /kirby/shared/ports/vlc/files/patch-modules-visualization-galaktos_PCM.c	1969-12-31 19:00:00.000000000 -0500
@@ -1,10 +0,0 @@
---- modules/visualization/galaktos/PCM.c.orig	2008-06-24 00:46:12.000000000 +0200
-+++ modules/visualization/galaktos/PCM.c	2008-06-24 00:46:31.000000000 +0200
-@@ -32,6 +32,7 @@
- 
- #include <stdlib.h>
- #include <stdio.h>
-+#include <inttypes>
- 
- double **PCMd;    //data structure to store PCM data  PCM[channels][maxsamples]
- int maxsamples;   //size of PCM buffer
--- vlc-0.8.6.i,2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jul 21 17:50:11 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125834 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: funman@videolan.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/125834: [PATCH] multimedia/vlc: Update to 0.8.6i
Date: Mon, 21 Jul 2008 17:50:09 UT

 Maintainer of multimedia/vlc,
 
 Please note that PR ports/125834 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125834
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "=?UTF-8?Q?Rafa=C3=ABl_Carr=C3=A9?=" <funman@videolan.org>
To: bug-followup@FreeBSD.org, cyberbotx@cyberbotx.com
Cc:  
Subject: Re: ports/125834: [PATCH] multimedia/vlc: Update to 0.8.6i
Date: Tue, 22 Jul 2008 10:46:39 +0200

 WW91IG1pc3NlZAorLmluY2x1ZGUgPGJzZC5nZWNrby5taz4KZnJvbSBQUiAxMjUxNTIKCkknbGwg
 bWVyZ2UgeW91ciBwYXRjaCBpbnRvIG1pbmUsIGFuZCBhdHRhY2ggaXQgdG8gUFIgMTI1ODMwCgpU
 aGFua3MKCi0tIApSYWZhw6tsIENhcnLDqQo=
State-Changed-From-To: feedback->closed 
State-Changed-By: vs 
State-Changed-When: Fri Aug 1 03:20:16 UTC 2008 
State-Changed-Why:  
Addressed in maintainer update PR ports/125830. Thanks for your submission! 

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