Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 2010 12:00:29 GMT
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        gecko@FreeBSD.org
Subject:   Re: ports/152545: graphics/cairo (cairo-1.10.0_3) breaks some animated gifs in firefox
Message-ID:  <201011271200.oARC0Tcn043764@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/152545; it has been noted by GNATS.

From: Beat Gaetzi <beat@FreeBSD.org>
To: bug-followup@FreeBSD.org, hideo@lastamericanempire.com
Cc:  
Subject: Re: ports/152545: graphics/cairo (cairo-1.10.0_3) breaks some animated
 gifs in firefox
Date: Sat, 27 Nov 2010 12:56:44 +0100

 This is a multi-part message in MIME format.
 --------------040503070308030601030707
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 8bit
 
 Hi,
 
 Until a patch for this problem is available I think we should fall back
 to the bundled cairo instead of the system one. Could you please try the
 attached patch?
 
 Thanks,
 Beat
 
 -- 
 Beat Gätzi       | FreeBSD Committer
 beat@FreeBSD.org | http://www.FreeBSD.org
 
 --------------040503070308030601030707
 Content-Type: text/plain;
  name="firefox-cairo.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="firefox-cairo.patch"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/www/firefox/Makefile,v
 retrieving revision 1.232
 diff -u -r1.232 Makefile
 --- Makefile	28 Oct 2010 11:46:33 -0000	1.232
 +++ Makefile	27 Nov 2010 11:53:24 -0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	firefox
  DISTVERSION=	3.6.12
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	www ipv6
  MASTER_SITES=	${MASTER_SITE_MOZILLA}
 @@ -21,7 +22,7 @@
  USE_AUTOTOOLS=	autoconf:213
  USE_GECKO=	gecko
  MOZ_PKGCONFIG_FILES=	# empty
 -USE_MOZILLA=	-png -nss -dbm -jpeg -xft
 +USE_MOZILLA=	-png -nss -dbm -jpeg -xft -cairo
  MOZILLA_NAME=	Firefox${MOZILLA_SUFX}
  MOZILLA_SUFX=	3
  MOZILLA=	${PORTNAME}${MOZILLA_SUFX}
 
 --------------040503070308030601030707--



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