Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2008 17:40:51 +0900 (JST)
From:      Koji Yokota <yokota@res.otaru-uc.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123487: [PATCH]net/liferea: USE_GECKO=mozilla is outdated
Message-ID:  <200805070840.m478epG4006870@room520-1.yokota-s.otaru-uc.ac.jp>
Resent-Message-ID: <200805070910.m479A2oN087643@freefall.freebsd.org>

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

>Number:         123487
>Category:       ports
>Synopsis:       [PATCH]net/liferea: USE_GECKO=mozilla is outdated
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 07 09:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.hoge.otaru-uc.ac.jp 7.0-RELEASE FreeBSD 7.0-RELEASE #3: Thu Dec 28 16:17:05 JST 2006 hoge@hoge.hoge.otaru-uc.ac.jp:/usr/obj/usr/src/sys/SMP i386
	
>Description:
	USE_GECKO=mozilla is deprecated and has a lot of vulnerabilities.
	Therefore, it'd be better firefox has priority over mozilla.
	Also, it'd be better give users an option to specify USE_GECKO
	by themselves.
>How-To-Repeat:
	
>Fix:

	



--- Makefile.patch begins here ---
--- Makefile.orig	2008-05-07 17:36:24.000000000 +0900
+++ Makefile	2008-05-07 17:32:16.000000000 +0900
@@ -16,7 +16,7 @@
 
 LIB_DEPENDS=	sqlite3.8:${PORTSDIR}/databases/sqlite3
 
-USE_GECKO=	mozilla firefox
+USE_GECKO?=	firefox mozilla
 USE_GNOME=	gnomeprefix gnomehack libgtkhtml libglade2
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
--- Makefile.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?200805070840.m478epG4006870>