ports/123487: [PATCH]net/liferea: USE_GECKO=mozilla is outdated

Koji Yokota yokota at res.otaru-uc.ac.jp
Wed May 7 09:10:03 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list