ports/148921: Upgraded multimedia/vlc port to release 1.1.1

Douglas Carmichael dcarmich at dcarmichael.net
Sun Jul 25 11:00:13 UTC 2010


>Number:         148921
>Category:       ports
>Synopsis:       Upgraded multimedia/vlc port to release 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 25 11:00:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Douglas Carmichael
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD dc-freebsd81.carmichael.lan 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Sat Jul 24 07:36:37 CDT 2010     root at dc-freebsd81.carmichael.lan:/usr/src/sys/amd64/compile/VMWARE81-64  amd64

>Description:
I have upgraded the VLC port (multimedia/vlc) to release 1.1.1. A unified diff is attached.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN vlc.orig/Makefile vlc/Makefile
--- vlc.orig/Makefile	2010-07-24 19:39:26.000000000 -0500
+++ vlc/Makefile	2010-07-24 19:45:38.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vlc
-DISTVERSION=	1.1.0
+DISTVERSION=	1.1.1
 PORTEPOCH=	3
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
@@ -59,6 +59,7 @@
 		PULSE "Pulse Audio support" Off \
 		QT4 "Qt4 Interface" On \
 		REALAUDIO "Real Audio(R) support" On \
+		RUNASROOT "Enable running as root" Off \
 		SAMBA "SAMBA Access module" On \
 		SCHROED "Enable Schroedinger decoder" Off \
 		SDL "SDL video output" On \
@@ -463,6 +464,10 @@
 CONFIGURE_ARGS+=--enable-real --enable-realrtsp
 .endif
 
+.if defined(WITH_RUNASROOT)
+CONFIGURE_ARGS+=--enable-run-as-root
+.endif
+
 .if !defined(WITHOUT_SAMBA)
 LIB_DEPENDS+=	smbclient.0:${PORTSDIR}/net/samba-libsmbclient
 CONFIGURE_ARGS+=--enable-smb
diff -ruN vlc.orig/distinfo vlc/distinfo
--- vlc.orig/distinfo	2010-07-24 19:39:26.000000000 -0500
+++ vlc/distinfo	2010-07-24 19:47:01.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (vlc-1.1.0.tar.bz2) = e2142957137b183a5ad0a4827c39f655
-SHA256 (vlc-1.1.0.tar.bz2) = a9fb2c5cc400464bbb53ba6feb94f14884f3c76d52eac1ee4c2953a1ce63f1c8
-SIZE (vlc-1.1.0.tar.bz2) = 23908512
+MD5 (vlc-1.1.1.tar.bz2) = 7e177faa61450ce752b0fd89ecc81fed
+SHA256 (vlc-1.1.1.tar.bz2) = 9129a0fdff4a91ac6bea1a8a63a643ffe185aa98d928e77efdb80e77e7d54251
+SIZE (vlc-1.1.1.tar.bz2) = 23955671
diff -ruN vlc.orig/files/patch-modules__access__file.c vlc/files/patch-modules__access__file.c
--- vlc.orig/files/patch-modules__access__file.c	2010-07-24 19:39:26.000000000 -0500
+++ vlc/files/patch-modules__access__file.c	1969-12-31 18:00:00.000000000 -0600
@@ -1,11 +0,0 @@
---- ./modules/access/file.c.orig	2010-06-22 02:05:28.000000000 -0400
-+++ ./modules/access/file.c	2010-06-22 02:05:57.000000000 -0400
-@@ -96,7 +96,7 @@
-     if (fstatvfs (fd, &stf))
-         return false;
-     /* fstatvfs() is in POSIX, but MNT_LOCAL is not */
--    return !(s.f_flag & MNT_LOCAL);
-+    return !(stf.f_flag & MNT_LOCAL);
- 
- #elif defined (HAVE_LINUX_MAGIC_H)
-     struct statfs stf;


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list