From marka@isc.org  Sat Sep 12 06:17:45 2009
Return-Path: <marka@isc.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CEE69106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Sep 2009 06:17:45 +0000 (UTC)
	(envelope-from marka@isc.org)
Received: from farside.isc.org (farside.isc.org [IPv6:2001:4f8:3:bb::5])
	by mx1.freebsd.org (Postfix) with ESMTP id B5F408FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Sep 2009 06:17:45 +0000 (UTC)
Received: from drugs.dv.isc.org (drugs.dv.isc.org [IPv6:2001:470:1f00:820:214:22ff:fed9:fbdc])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "drugs.dv.isc.org", Issuer "ISC CA" (not verified))
	by farside.isc.org (Postfix) with ESMTP id D368BE601E
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Sep 2009 06:17:44 +0000 (UTC)
	(envelope-from marka@isc.org)
Received: from drugs.dv.isc.org (localhost [127.0.0.1])
	by drugs.dv.isc.org (8.14.3/8.14.3) with ESMTP id n8C6HgJ7096773
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Sep 2009 16:17:42 +1000 (EST)
	(envelope-from marka@drugs.dv.isc.org)
Received: (from marka@localhost)
	by drugs.dv.isc.org (8.14.3/8.14.3/Submit) id n8C6HfJp096772;
	Sat, 12 Sep 2009 16:17:41 +1000 (EST)
	(envelope-from marka)
Message-Id: <200909120617.n8C6HfJp096772@drugs.dv.isc.org>
Date: Sat, 12 Sep 2009 16:17:41 +1000 (EST)
From: Mark Andrews <marka@isc.org>
Reply-To: Mark Andrews <marka@isc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: multimedia/vlc-1.0.1,3 fails to compile [patch]
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jsa@wickedmachine.net

>Number:         138749
>Category:       ports
>Synopsis:       multimedia/vlc 1.0.1,3 fails to compile [patch]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 12 06:20:07 UTC 2009
>Closed-Date:    Wed Sep 16 09:09:32 UTC 2009
>Last-Modified:  Wed Sep 16 09:09:32 UTC 2009
>Originator:     Mark Andrews
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
ISC
>Environment:
System: FreeBSD drugs.dv.isc.org 6.4-STABLE FreeBSD 6.4-STABLE #31: Thu Apr 30 07:41:29 EST 2009 marka@drugs.dv.isc.org:/usr/obj/usr/src/sys/DRUGS i386


>Description:

	Vlc fails to compile because NGROUPS is not defined.

>How-To-Repeat:

	Attempt to compile vlc.

>Fix:

--- modules/access/file.c.orig	2009-07-28 08:24:17.000000000 +1000
+++ modules/access/file.c	2009-09-12 13:50:56.000000000 +1000
@@ -52,6 +52,7 @@
 #   include <linux/magic.h>
 #   define HAVE_FSTATFS 1
 #elif defined (HAVE_SYS_MOUNT_H)
+#   include <sys/param.h>
 #   include <sys/mount.h>
 #   define HAVE_FSTATFS 1
 #endif

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bland 
State-Changed-When: Sun Sep 13 12:55:14 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138749: commit references a PR
Date: Sun, 13 Sep 2009 12:54:43 +0000 (UTC)

 bland       2009-09-13 12:54:33 UTC
 
   FreeBSD ports repository
 
   Added files:
     multimedia/vlc/files patch-modules__access__file.c 
   Log:
   Fix build falure due undefined NGROUPS.
   
   PR:     138749
   
   Revision  Changes    Path
   1.1       +10 -0     ports/multimedia/vlc/files/patch-modules__access__file.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: closed->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Sep 14 21:47:37 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jsa@wickedmachine.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138749: multimedia/vlc 1.0.1,3 fails to compile [patch]
Date: Mon, 14 Sep 2009 21:40:27 UT

 Maintainer of multimedia/vlc,
 
 Please note that PR ports/138749 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/138749
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jsa@wickedmachine.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138749: multimedia/vlc 1.0.1,3 fails to compile [patch]
Date: Mon, 14 Sep 2009 21:47:35 UT

 Maintainer of multimedia/vlc,
 
 Please note that PR ports/138749 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/138749
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Joseph S. Atkinson" <jsa.bsd@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/138749: multimedia/vlc 1.0.1,3 fails to compile [patch]
Date: Tue, 15 Sep 2009 13:37:47 -0400

 --00c09fa886e4a3a1820473a13dce
 Content-Type: text/plain; charset=ISO-8859-1
 
 approved
 
 On Mon, Sep 14, 2009 at 5:40 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of multimedia/vlc,
 >
 > Please note that PR ports/138749 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/138749
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 --00c09fa886e4a3a1820473a13dce
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 approved<br><br><div class=3D"gmail_quote">On Mon, Sep 14, 2009 at 5:40 PM,=
  Edwin Groothuis <span dir=3D"ltr">&lt;<a href=3D"mailto:edwin@freebsd.org"=
 >edwin@freebsd.org</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quot=
 e" style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt =
 0.8ex; padding-left: 1ex;">
 Maintainer of multimedia/vlc,<br>
 <br>
 Please note that PR ports/138749 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
  =A0 =A0<a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/13874=
 9" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/138=
 749</a><br>
 <font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></blockquote></div><br>
 
 --00c09fa886e4a3a1820473a13dce--
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Sep 15 20:08:48 UTC 2009 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138749 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Sep 16 09:09:31 UTC 2009 
State-Changed-Why:  
was committed few days ago. 

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