From c4d628cdb640d93427960f750d10730e8473f96f Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 8 Oct 2012 21:54:05 +0000 Subject: Downgrade cairo back to yesterday's version. 1.12.4 causes SHM problems on OS X and NetBSD. E.g. for firefox, during startup, on 6.99.12/amd64: ###!!! ABORT: X_ShmAttach: BadAccess (attempt to access private resource denied); 11 requests ago: file /scratch/devel/xulrunner/work/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157 ###!!! ABORT: X_ShmAttach: BadAccess (attempt to access private resource denied); 11 requests ago: file /scratch/devel/xulrunner/work/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157 zsh: segmentation fault (core dumped) firefox Or for xchat on OS X Lion: The program 'xchat' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAccess (attempt to access private resource denied)'. (Details: serial 5738 error_code 10 request_code 133 minor_code 1) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) --- graphics/cairo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/cairo/Makefile') diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index ee83d163900..0e1fef6727a 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.110 2012/10/08 12:29:08 tron Exp $ +# $NetBSD: Makefile,v 1.111 2012/10/08 21:54:05 wiz Exp $ -DISTNAME= cairo-1.12.4 -PKGREVISION= 1 +DISTNAME= cairo-1.12.2 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ EXTRACT_SUFX= .tar.xz -- cgit v1.2.3