ports/89764: [PATCH] svg support not working in Firefox 1.5

Roland Smith rsmith at xs4all.nl
Wed Nov 30 16:10:10 UTC 2005


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



More information about the freebsd-ports-bugs mailing list