Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Dec 2005 01:31:35 +0200
From:      Juha-Matti Tilli <juhis@nallukka.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89905: [patch] SVG in Firefox not enabled
Message-ID:  <20051203233135.GA969@tykki.juhis.ath.cx>
Resent-Message-ID: <200512032340.jB3Ne22R012228@freefall.freebsd.org>

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

>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 <bsd.port.pre.mk>
+
+.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:



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