From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 30 16:10:10 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 1C02516A420 for ; Wed, 30 Nov 2005 16:10:10 +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 37ABF43D6B for ; Wed, 30 Nov 2005 16:10:08 +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 jAUGA8U0011932 for ; Wed, 30 Nov 2005 16:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAUGA8dV011931; Wed, 30 Nov 2005 16:10:08 GMT (envelope-from gnats) Resent-Date: Wed, 30 Nov 2005 16:10:08 GMT Resent-Message-Id: <200511301610.jAUGA8dV011931@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, Roland Smith Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2367016A41F for ; Wed, 30 Nov 2005 16:05:30 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0358043D5A for ; Wed, 30 Nov 2005 16:05:20 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr17.xs4all.nl (8.13.3/8.13.3) with ESMTP id jAUG58JK087515 for ; Wed, 30 Nov 2005 17:05:08 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id D1E57B84B; Wed, 30 Nov 2005 17:05:07 +0100 (CET) Message-Id: <20051130160507.D1E57B84B@slackbox.xs4all.nl> Date: Wed, 30 Nov 2005 17:05:07 +0100 (CET) From: Roland Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89764: [PATCH] svg support not working in Firefox 1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roland Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2005 16:10:10 -0000 >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: