From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 3 23:40:06 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88C516A41F for ; Sat, 3 Dec 2005 23:40:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B497D43D60 for ; Sat, 3 Dec 2005 23:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jB3Ne2Ot012229 for ; Sat, 3 Dec 2005 23:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jB3Ne22R012228; Sat, 3 Dec 2005 23:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 3 Dec 2005 23:40:02 GMT Resent-Message-Id: <200512032340.jB3Ne22R012228@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Juha-Matti Tilli Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C2916A41F for ; Sat, 3 Dec 2005 23:31:39 +0000 (GMT) (envelope-from juhis@nallukka.net) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACED343D60 for ; Sat, 3 Dec 2005 23:31:38 +0000 (GMT) (envelope-from juhis@nallukka.net) Received: from manmutt.juhis.ath.cx (80.222.44.252) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 438DFE23000D690E; Sun, 4 Dec 2005 00:31:37 +0100 Received: from tykki.juhis.ath.cx (tykki.lan.juhis.ath.cx [172.16.0.2]) by manmutt.juhis.ath.cx (Postfix) with ESMTP id AE73D170BF; Sun, 4 Dec 2005 01:31:36 +0200 (EET) Received: by tykki.juhis.ath.cx (Postfix, from userid 2001) id 2A6BF1715A; Sun, 4 Dec 2005 01:31:36 +0200 (EET) Message-Id: <20051203233135.GA969@tykki.juhis.ath.cx> Date: Sun, 4 Dec 2005 01:31:35 +0200 From: Juha-Matti Tilli To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89905: [patch] SVG in Firefox not enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juha-Matti Tilli List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2005 23:40:06 -0000 >Number: 89905 >Category: ports >Synopsis: [patch] SVG in Firefox not enabled >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 03 23:40:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Juha-Matti Tilli >Release: FreeBSD 6.0-RELEASE i386 >Organization: >Environment: System: FreeBSD tykki.juhis.ath.cx 6.0-RELEASE FreeBSD 6.0-RELEASE #3: Sat Nov 26 22:57:19 EET 2005 juhis@tykki:/usr/obj/usr/src/sys/TYKKI i386 ${OSVERSION} = 600034 >Description: SVG support is not enabled in Firefox. >How-To-Repeat: # cd /usr/ports/www/firefox; make install After installation Firefox won't show SVG files. >Fix: --- Makefile.orig Sun Dec 4 01:17:45 2005 +++ Makefile Sun Dec 4 01:18:53 2005 @@ -42,14 +42,15 @@ SMB "Enable smb:// URI support using gnomevfs" off .include + +.if ${OSVERSION} >= 504101 +MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo +.endif + .include "${.CURDIR}/../mozilla/Makefile.common" .if ${ARCH} == "alpha" && ${OSVERSION} < 500035 IGNORE= core dumps on alpha during post-build -.endif - -.if ${OSVERSION} >= 504101 -MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo .endif .if ${PERL_LEVEL} < 500600 >Release-Note: >Audit-Trail: >Unformatted: