diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-08 21:54:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-08 21:54:05 +0000 |
commit | c4d628cdb640d93427960f750d10730e8473f96f (patch) | |
tree | 6f3f18e41728145dadd664a492859666b0d7f980 /graphics/cairo/Makefile | |
parent | a93f262f8a37a0217408b18cd1bfc1403abaf30f (diff) | |
download | pkgsrc-c4d628cdb640d93427960f750d10730e8473f96f.tar.gz |
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.)
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |