Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2005 17:05:07 +0100 (CET)
From:      Roland Smith <rsmith@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89764: [PATCH] svg support not working in Firefox 1.5
Message-ID:  <20051130160507.D1E57B84B@slackbox.xs4all.nl>
Resent-Message-ID: <200511301610.jAUGA8dV011931@freefall.freebsd.org>

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

>Number:         89764
>Category:       ports
>Synopsis:       [PATCH] svg support not working in Firefox 1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 30 16:10:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Roland Smith
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD slackbox.xs4all.nl 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Nov 20 02:27:45 CET 2005 root@slackbox.xs4all.nl:/usr/obj/usr/src/sys/RFS amd64


	
>Description:
Firefox 1.5 as compiled from ports doesn't support SVG graphics, because
they are not enabled in the build.

>How-To-Repeat:
Build Firefox 1.5 from ports, try to open an SVG file, e.g. one of the
samples from www.croczilla.com/svg/samples/
>Fix:
Apply the following patch to the port makefile:
------------------ patch ---------------------------------
--- Makefile.orig	Wed Nov 30 01:02:02 2005
+++ Makefile	Wed Nov 30 01:04:33 2005
@@ -30,6 +30,7 @@
 FIREFOX_ICON=		${MOZILLA}.xpm
 FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/icons/default.xpm
 MOZ_OPTIONS=	--enable-application=browser \
+		--enable-svg \
 		--enable-svg-renderer=cairo \
 		--enable-system-cairo	\
 		--enable-official-branding \
------------------ patch ---------------------------------
>Release-Note:
>Audit-Trail:
>Unformatted:



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