From cjk32@cam.ac.uk  Thu Sep 24 14:08:48 2009
Return-Path: <cjk32@cam.ac.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C6393106568D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Sep 2009 14:08:48 +0000 (UTC)
	(envelope-from cjk32@cam.ac.uk)
Received: from chacal.cjkey.org.uk (chacal.cjkey.org.uk [88.97.163.217])
	by mx1.freebsd.org (Postfix) with ESMTP id 3EF2C8FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Sep 2009 14:08:47 +0000 (UTC)
Received: from chacal.wzl33 (localhost [127.0.0.1])
	by chacal.cjkey.org.uk (8.14.3/8.14.3) with ESMTP id n8OE8kwU019678
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Sep 2009 15:08:46 +0100 (BST)
	(envelope-from chris@chacal.wzl33)
Received: (from chris@localhost)
	by chacal.wzl33 (8.14.3/8.14.3/Submit) id n8OE8k2G019677;
	Thu, 24 Sep 2009 15:08:46 +0100 (BST)
	(envelope-from chris)
Message-Id: <200909241408.n8OE8k2G019677@chacal.wzl33>
Date: Thu, 24 Sep 2009 15:08:46 +0100 (BST)
From: Christopher Key <cjk32@cam.ac.uk>
Reply-To: Christopher Key <cjk32@cam.ac.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update multimedia/vlc to 1.0.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jsa@wickedmachine.net

>Number:         139114
>Category:       ports
>Synopsis:       Update multimedia/vlc to 1.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thierry
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 24 14:10:01 UTC 2009
>Closed-Date:    Mon Nov 02 22:54:05 UTC 2009
>Last-Modified:  Mon Nov  2 23:00:17 UTC 2009
>Originator:     Christopher Key
>Release:        FreeBSD 7.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD chacal.wzl33 7.2-RELEASE FreeBSD 7.2-RELEASE #7: Thu May 7 20:03:07 BST 2009 root@chacal.wzl33:/usr/obj/usr/src/sys/CHACAL amd64

>Description:
	VLC 1.0.2 has been released, and fixes a security issue, http://www.videolan.org/security/sa0901.html.

>How-To-Repeat:

>Fix:
	The attached patch applies cleanly, but hasn't been directly tested as no X11 machine is available.  It does however compile successfully when combined with the changes mentioned in PR ports/135018.


--- multimedia-vlc-1.0.2.patch begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 1035)
+++ distinfo	(revision 1036)
@@ -1,3 +1,3 @@
-MD5 (vlc-1.0.1.tar.bz2) = 6e299d373e7751bb36de001cdc6a2989
-SHA256 (vlc-1.0.1.tar.bz2) = 2b4a1d82699f37a7b696bcdc87e669f17c1ba6ab37bf7a96fd953940e00fd463
-SIZE (vlc-1.0.1.tar.bz2) = 19794042
+MD5 (vlc-1.0.2.tar.bz2) = 69d4e30fe4fc2691780fbeacd40359d2
+SHA256 (vlc-1.0.2.tar.bz2) = 38b176fd495f3254db74e03977235a0a2212fc6533d7cd1a4c3dddc495b074f0
+SIZE (vlc-1.0.2.tar.bz2) = 20958212
Index: files/patch-modules__access__file.c
===================================================================
--- files/patch-modules__access__file.c	(revision 1035)
+++ files/patch-modules__access__file.c	(revision 1036)
@@ -1,10 +0,0 @@
---- modules/access/file.c.orig	2009-09-13 21:50:02.000000000 +0900
-+++ modules/access/file.c	2009-09-13 21:50:37.000000000 +0900
-@@ -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
Index: files/patch-configure-dvbpsi
===================================================================
--- files/patch-configure-dvbpsi	(revision 0)
+++ files/patch-configure-dvbpsi	(revision 1036)
@@ -0,0 +1,20 @@
+--- configure.orig	2009-09-23 23:31:31.000000000 +0100
++++ configure	2009-09-23 23:30:51.000000000 +0100
+@@ -29130,7 +29130,16 @@
+     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test}"
+     for ac_header in dvbpsi/dr.h
+ do :
+-  ac_fn_c_check_header_mongrel "$LINENO" "dvbpsi/dr.h" "ac_cv_header_dvbpsi_dr_h" "$ac_includes_default"
++  ac_fn_c_check_header_compile "$LINENO" "dvbpsi/dr.h" "ac_cv_header_dvbpsi_dr_h" "#if defined( HAVE_STDINT_H )
++#   include <stdint.h>
++#elif defined( HAVE_INTTYPES_H )
++#   include <inttypes.h>
++#endif
++#include <dvbpsi/dvbpsi.h>
++#include <dvbpsi/descriptor.h>
++#include <dvbpsi/pat.h>
++#include <dvbpsi/pmt.h>
++"
+ if test "x$ac_cv_header_dvbpsi_dr_h" = x""yes; then :
+   cat >>confdefs.h <<_ACEOF
+ #define HAVE_DVBPSI_DR_H 1
Index: Makefile
===================================================================
--- Makefile	(revision 1035)
+++ Makefile	(revision 1036)
@@ -9,8 +9,7 @@
 #
 
 PORTNAME=	vlc
-DISTVERSION=	1.0.1
-PORTREVISION=	1
+DISTVERSION=	1.0.2
 PORTEPOCH=	3
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
--- multimedia-vlc-1.0.2.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Sep 24 14:10:11 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jsa@wickedmachine.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/139114: Update multimedia/vlc to 1.0.2
Date: Thu, 24 Sep 2009 14:10:09 UT

 Maintainer of multimedia/vlc,
 
 Please note that PR ports/139114 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/139114
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Mon Sep 28 00:19:12 UTC 2009 
Responsible-Changed-Why:  

This update compiles and runs fine for me, can you incorporate it into 
your work on 135018?  

FYI, while this update does compile and run, I still have the bug 
where vlc "captures" the keyboard whenever I start it (with the GUI), 
and doesn't allow input from the keyboard into any program, including 
itself.  This bug has been present since version 1.0. 

Also, if memory serves this is the second update that the current 
maintainer has missed, in addition to not seeming to have time to 
address this keyboard issue.  Perhaps you might want to have a 
conversation with him about his availability for maintaining the port. 

Doug 

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

From: Christopher Key <cjk32@cam.ac.uk>
To: bug-followup@FreeBSD.org, cjk32@cam.ac.uk
Cc:  
Subject: Re: ports/139114: Update multimedia/vlc to 1.0.2
Date: Thu, 08 Oct 2009 23:11:34 +0100

 This is a multi-part message in MIME format.
 --------------040109020509070100000901
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Updated version of the patch encorporating the changes from ports/135018.
 
 Looking at
 http://git.videolan.org/?p=vlc.git;a=blob_plain;f=NEWS;hb=HEAD, it
 appears that there have been some changes to the X11 system, so it might
 be worth trying a recent trunk version to see if it fixes the keyboard
 capture issues.
 
 
 --------------040109020509070100000901
 Content-Type: text/plain;
  name="multimedia-vlc-1.0.2-without-x11.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="multimedia-vlc-1.0.2-without-x11.patch"
 
 diff -urN multimedia/vlc/Makefile multimedia/vlc/Makefile
 --- multimedia/vlc/Makefile	2009-10-08 22:15:57.000000000 +0100
 +++ multimedia/vlc/Makefile	2009-10-08 22:22:22.000000000 +0100
 @@ -9,8 +9,7 @@
  #
  
  PORTNAME=	vlc
 -DISTVERSION=	1.0.1
 -PORTREVISION=	1
 +DISTVERSION=	1.0.2
  PORTEPOCH=	3
  CATEGORIES=	multimedia audio ipv6 net www
  MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
 @@ -20,8 +19,6 @@
  MAINTAINER=	jsa@wickedmachine.net
  COMMENT=	Multimedia streaming server and player for various audio/video formats
  
 -BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \
 -		${LOCALBASE}/include/X11/xpm.h:${PORTSDIR}/x11/libXpm
  LIB_DEPENDS=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg
  RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
  
 @@ -65,9 +62,13 @@
  
  USE_BZIP2=	yes
  USE_GMAKE=	yes
 +.if !defined(WITHOUT_X11)
  WANT_GNOME=	yes
  USE_GNOME=	gnomehack gnometarget libxml2
 +.endif
 +.if !defined(WITHOUT_SDL) && !defined(WITHOUT_X11)
  WANT_SDL=	yes
 +.endif
  USE_ICONV=	yes
  USE_PERL5_BUILD=yes
  
 @@ -87,7 +88,8 @@
  			--enable-postproc \
  			--without-dv-raw1394 \
  			--disable-dv \
 -			--disable-galaktos
 +			--disable-galaktos \
 +			--disable-glx
  
  MAN1=		vlc.1 \
  		vlc-config.1 \
 @@ -105,7 +107,7 @@
  BROKEN=	Does not compile with perl ${PERL_VERSION}
  .endif
  
 -.if !defined(WITHOUT_QT4)
 +.if !defined(WITHOUT_QT4) && !defined(WITHOUT_X11)
  USE_QT_VER+=	4
  QT_COMPONENTS+=	gui corelib moc_build rcc_build uic_build
  CONFIGURE_ARGS+=--enable-qt4
 @@ -162,7 +164,7 @@
  DEFAULT_DVD_DEVICE=/dev/acd0
  .endif
  
 -.if !defined(WITHOUT_GNOMEVFS)
 +.if !defined(WITHOUT_GNOMEVFS) && !defined(WITHOUT_X11)
  USE_GNOME+=	gnomevfs2
  CONFIGURE_ARGS+=	--enable-gnomevfs
  .else
 @@ -175,14 +177,14 @@
  DEFAULT_CDROM_DEVICE=/dev/acd0
  .endif
  
 -.if !defined(WITHOUT_LIBNOTIFY)
 +.if !defined(WITHOUT_LIBNOTIFY) && !defined(WITHOUT_X11)
  LIB_DEPENDS+=	notify.1:${PORTSDIR}/devel/libnotify
  CONFIGURE_ARGS+=--enable-notify
  .else
  CONFIGURE_ARGS+=--disable-notify
  .endif
  
 -.if defined(WITH_SKINS) && !defined(WITHOUT_SKINS) && !defined(WITHOUT_QT4)
 +.if defined(WITH_SKINS) && !defined(WITHOUT_SKINS) && !defined(WITHOUT_QT4) && !defined(WITHOUT_X11)
  LIB_DEPENDS+=	tar.0:${PORTSDIR}/devel/libtar
  CONFIGURE_ARGS+=--enable-skins2 --enable-libtar
  .else
 @@ -231,14 +233,14 @@
  CONFIGURE_ARGS+=--disable-zvbi
  .endif
  
 -.if !defined(WITHOUT_HAL)
 +.if !defined(WITHOUT_HAL) && !defined(WITHOUT_X11)
  LIB_DEPENDS+=	hal.1:${PORTSDIR}/sysutils/hal
  CONFIGURE_ARGS+=--enable-hal
  .else
  CONFIGURE_ARGS+=--disable-hal
  .endif
  
 -.if (defined(WITH_ARTS) || exists(${LOCALBASE}/lib/libartsc.so)) && !defined(WITHOUT_ARTS)
 +.if (defined(WITH_ARTS) || exists(${LOCALBASE}/lib/libartsc.so)) && !defined(WITHOUT_ARTS) && !defined(WITHOUT_X11)
  LIB_DEPENDS+=	 artsc.0:${PORTSDIR}/audio/arts
  CONFIGURE_ARGS+=	--enable-arts
  .else
 @@ -296,7 +298,7 @@
  CONFIGURE_ARGS+=--disable-dvdread
  .endif
  
 -.if (defined(WITH_ESOUND) || ${HAVE_GNOME:Mesound}!="") && !defined(WITHOUT_ESOUND)
 +.if (defined(WITH_ESOUND) || defined(HAVE_GNOME) && ${HAVE_GNOME:Mesound}!="") && !defined(WITHOUT_ESOUND) && !defined(WITHOUT_X11)
  USE_GNOME+=	esound
  CONFIGURE_ARGS+=--enable-esd
  .else
 @@ -502,7 +504,7 @@
  CONFIGURE_ARGS+=--disable-smb
  .endif
  
 -.if !defined(WITHOUT_SDL)
 +.if !defined(WITHOUT_SDL) && !defined(WITHOUT_X11)
  USE_SDL=	image
  CONFIGURE_ARGS+=--enable-sdl
  .else
 @@ -532,7 +534,7 @@
  CONFIGURE_ARGS+=--disable-sout
  .endif
  
 -.if (defined(WITH_SVG) || ${HAVE_GNOME:Mlibrsvg2}!="") && !defined(WITHOUT_SVG)
 +.if (defined(WITH_SVG) || defined(HAVE_GNOME) && ${HAVE_GNOME:Mlibrsvg2}!="") && !defined(WITHOUT_SVG) && !defined(WITHOUT_X11)
  USE_GNOME+=	librsvg2
  CONFIGURE_ARGS+=--enable-svg
  .else
 @@ -587,6 +589,7 @@
  .if defined(WITHOUT_V4L)
  CONFIGURE_ARGS+=--disable-v4l
  .else
 +BUILD_DEPENDS+=	${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat
  CONFIGURE_ARGS+=--enable-v4l
  .endif
  
 @@ -594,6 +597,7 @@
  CONFIGURE_ARGS+=--disable-x11
  .else
  USE_XORG=	xpm
 +BUILD_DEPENDS+=	${LOCALBASE}/include/X11/xpm.h:${PORTSDIR}/x11/libXpm
  CONFIGURE_ARGS+=--enable-x11
  .endif
  
 diff -urN multimedia/vlc/Makefile.inc multimedia/vlc/Makefile.inc
 --- multimedia/vlc/Makefile.inc	2009-10-08 22:15:57.000000000 +0100
 +++ multimedia/vlc/Makefile.inc	2009-08-13 21:32:33.000000000 +0100
 @@ -257,10 +257,12 @@
  		${SED} -e 's|^|lib/|' >> ${PLIST} \
  		&& ${FIND} -d * -type d | \
  		${SED} -e 's|^|@dirrm lib/|' >> ${PLIST}
 +.if !defined(WITHOUT_X11)
  	cd ${FAKEDIR}/libdata && ${FIND} -s * -type f -o -type l| \
  		${SED} -e 's|^|libdata/|' >> ${PLIST} \
  		&& ${FIND} -d * -type d | \
  		${SED} -e 's|^|@dirrmtry libdata/|' >> ${PLIST}
 +.endif
  .for dir in vlc
  	cd ${FAKEDIR}/share/${dir} && ${FIND} -s * -type f -o -type l | \
  		${SED} -e 's|^|share/${dir}/|' >> ${PLIST} \
 @@ -297,8 +299,10 @@
  		${CPIO} -vpdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/include
  	cd ${FAKEDIR}/lib && ${FIND} . | \
  		${CPIO} -vpdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib
 +.if !defined(WITHOUT_X11)
  	cd ${FAKEDIR}/libdata && ${FIND} . | \
  		${CPIO} -vpdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/libdata
 +.endif
  	cd ${FAKEDIR}/share && ${FIND} . | \
  		${CPIO} -vpdm -L -R ${SHAREOWN} ${PREFIX}/share
  .if defined(WITH_VLC_MOZILLA_PLUGIN) && !defined(WITHOUT_VLC_MOZILLA_PLUGIN)
 diff -urN multimedia/vlc/distinfo multimedia/vlc/distinfo
 --- multimedia/vlc/distinfo	2009-10-08 22:15:57.000000000 +0100
 +++ multimedia/vlc/distinfo	2009-09-23 21:07:12.000000000 +0100
 @@ -1,3 +1,3 @@
 -MD5 (vlc-1.0.1.tar.bz2) = 6e299d373e7751bb36de001cdc6a2989
 -SHA256 (vlc-1.0.1.tar.bz2) = 2b4a1d82699f37a7b696bcdc87e669f17c1ba6ab37bf7a96fd953940e00fd463
 -SIZE (vlc-1.0.1.tar.bz2) = 19794042
 +MD5 (vlc-1.0.2.tar.bz2) = 69d4e30fe4fc2691780fbeacd40359d2
 +SHA256 (vlc-1.0.2.tar.bz2) = 38b176fd495f3254db74e03977235a0a2212fc6533d7cd1a4c3dddc495b074f0
 +SIZE (vlc-1.0.2.tar.bz2) = 20958212
 diff -urN multimedia/vlc/files/patch-configure-dvbpsi multimedia/vlc/files/patch-configure-dvbpsi
 --- multimedia/vlc/files/patch-configure-dvbpsi	1970-01-01 01:00:00.000000000 +0100
 +++ multimedia/vlc/files/patch-configure-dvbpsi	2009-09-23 23:43:37.000000000 +0100
 @@ -0,0 +1,20 @@
 +--- configure.orig	2009-09-23 23:31:31.000000000 +0100
 ++++ configure	2009-09-23 23:30:51.000000000 +0100
 +@@ -29130,7 +29130,16 @@
 +     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test}"
 +     for ac_header in dvbpsi/dr.h
 + do :
 +-  ac_fn_c_check_header_mongrel "$LINENO" "dvbpsi/dr.h" "ac_cv_header_dvbpsi_dr_h" "$ac_includes_default"
 ++  ac_fn_c_check_header_compile "$LINENO" "dvbpsi/dr.h" "ac_cv_header_dvbpsi_dr_h" "#if defined( HAVE_STDINT_H )
 ++#   include <stdint.h>
 ++#elif defined( HAVE_INTTYPES_H )
 ++#   include <inttypes.h>
 ++#endif
 ++#include <dvbpsi/dvbpsi.h>
 ++#include <dvbpsi/descriptor.h>
 ++#include <dvbpsi/pat.h>
 ++#include <dvbpsi/pmt.h>
 ++"
 + if test "x$ac_cv_header_dvbpsi_dr_h" = x""yes; then :
 +   cat >>confdefs.h <<_ACEOF
 + #define HAVE_DVBPSI_DR_H 1
 diff -urN multimedia/vlc/files/patch-modules__access__file.c multimedia/vlc/files/patch-modules__access__file.c
 --- multimedia/vlc/files/patch-modules__access__file.c	2009-10-08 22:15:57.000000000 +0100
 +++ multimedia/vlc/files/patch-modules__access__file.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,10 +0,0 @@
 ---- modules/access/file.c.orig	2009-09-13 21:50:02.000000000 +0900
 -+++ modules/access/file.c	2009-09-13 21:50:37.000000000 +0900
 -@@ -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
 diff -urN multimedia/vlc/files/patch-v4l multimedia/vlc/files/patch-v4l
 --- multimedia/vlc/files/patch-v4l	2009-10-08 22:15:57.000000000 +0100
 +++ multimedia/vlc/files/patch-v4l	2009-09-14 17:21:14.000000000 +0100
 @@ -73,14 +73,3 @@
       p_sys->i_video_pts = p_block->i_pts = p_block->i_dts = mdate();
   
       return p_block;
 ---- configure.orig	Mon Jun 12 10:44:45 2006
 -+++ configure	Mon Jun 12 10:46:11 2006
 -@@ -39400,7 +39400,7 @@
 -   enableval="$enable_v4l"
 - fi
 -
 --if test "${enable_v4l}" = "yes"
 -+if true
 - then
 - 
 - # Check whether --with-v4l or --without-v4l was given.
 
 --------------040109020509070100000901--

From: "Joseph S. Atkinson" <jsa.bsd@gmail.com>
To: bug-followup@FreeBSD.org, cjk32@cam.ac.uk
Cc:  
Subject: Re: ports/139114: Update multimedia/vlc to 1.0.2
Date: Sun, 11 Oct 2009 13:32:55 +0000

 Approved.
 
 Tested this locally, and it built fine, worked WITHOUT_X11 as well, but 
 would like to see this build configuration run on a tinderbox if possible.
State-Changed-From-To: feedback->closed 
State-Changed-By: thierry 
State-Changed-When: Lun 2 nov 2009 22:51:46 UTC 
State-Changed-Why:  

Approved by maintainer and committed, thanks! 



Responsible-Changed-From-To: pgollucci->thierry 
Responsible-Changed-By: thierry 
Responsible-Changed-When: Lun 2 nov 2009 22:51:46 UTC 
Responsible-Changed-Why:  

Committed it on pgollucci's behalf, due to ApacheCon US 2009. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139114: commit references a PR
Date: Mon,  2 Nov 2009 22:51:41 +0000 (UTC)

 thierry     2009-11-02 22:51:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/vlc       Makefile Makefile.inc distinfo 
     multimedia/vlc/files patch-v4l 
   Added files:
     multimedia/vlc/files patch-configure-dvbpsi 
   Removed files:
     multimedia/vlc/files patch-modules__access__file.c 
   Log:
   Upgrade to 1.0.2 and fix a security issue: see
   <http://www.videolan.org/security/sa0901.html>.
   
   Also include fixes from PR ports/135018 to fix build when WITHOUT_X11 is
   defined.
   
   PR:             ports/139114 (1) ports/135018 (2)
   Submitted by:   Christopher Key <cjk32 (at) cam.ac.uk> (1) Nick Triantos <nick-freebsd (at) triantos.com> (2)
   Approved by:    Joseph S. Atkinson <jsa.bsd (at) gmail.com> (maintainer)
   Security:       VideoLAN-SA-0901 (CVE Pending)
   
   Revision  Changes    Path
   1.197     +18 -14    ports/multimedia/vlc/Makefile
   1.24      +6 -2      ports/multimedia/vlc/Makefile.inc
   1.32      +3 -3      ports/multimedia/vlc/distinfo
   1.1       +20 -0     ports/multimedia/vlc/files/patch-configure-dvbpsi (new)
   1.2       +0 -10     ports/multimedia/vlc/files/patch-modules__access__file.c (dead)
   1.4       +0 -11     ports/multimedia/vlc/files/patch-v4l
 _______________________________________________
 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"
 
>Unformatted:
