ports/89905: [patch] SVG in Firefox not enabled

Martin Wilke unixfreunde at gmail.com
Sun Dec 4 00:04:02 UTC 2005


On Sun, 4 Dec 2005 01:31:35 +0200
Juha-Matti Tilli <juhis at nallukka.net> wrote:

> 
> >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 at 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:
> _______________________________________________
> freebsd-ports-bugs at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to
> "freebsd-ports-bugs-unsubscribe at freebsd.org"


YES :) I have svg search and not found :)

Thanks and i Testing :)

Greetz Martin



More information about the freebsd-ports-bugs mailing list