Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2008 13:14:00 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        funman@videolan.org
Subject:   ports/125152: [PATCH] multimedia/vlc: Update Gecko support
Message-ID:  <200807011714.m61HE0k2074149@kirby.cyberbotx.com>
Resent-Message-ID: <200807011720.m61HK232006002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125152
>Category:       ports
>Synopsis:       [PATCH] multimedia/vlc: Update Gecko support
>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:   Tue Jul 01 17:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jun  4 19:02:24 EDT
>Description:
This patch should allow users to select Firefox 3 for gecko as well as
use the bsd.gecko.mk that was recently merged into Mk.

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

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

--- vlc-0.8.6.h_2,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-25 12:55:33.000000000 -0400
+++ /kirby/shared/ports/vlc/Makefile	2008-07-01 12:57:37.000000000 -0400
@@ -10,7 +10,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	0.8.6h
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
@@ -367,8 +367,8 @@
 .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=	firefox3 firefox mozilla seamonkey nvu
+.include <bsd.gecko.mk>
 CONFIGURE_ENV+=	MOZILLA_CONFIG="${GECKO_CONFIG}" \
 		XPIDL="${XPIDL}" \
 		XPIDL_INCL="${XPIDL_INCL}"
--- vlc-0.8.6.h_2,2.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807011714.m61HE0k2074149>