cvs commit: ports/x11-toolkits/qt4-gui Makefile ports/x11-toolkits/qt4-gui/files patch-src__gui__image__qnativeimage.cpp

[ Available lists | Index of cvs-all | Month of Mar 2012 | Week of 13 Mar 2012 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Alberto Villa <avilla@FreeBSD.org>
Date
13 Mar 2012 10:03:33
Subject
cvs commit: ports/x11-toolkits/qt4-gui Makefile ports/x11-toolkits/qt4-gui/files patch-src__gui__image__qnativeimage.cpp
Message-ID
201203131003.q2DA3WS6023269@repoman.freebsd.org


[ Hide this part ]
avilla      2012-03-13 10:03:32 UTC

FreeBSD ports repository

Modified files:
x11-toolkits/qt4-gui Makefile
Added files:
x11-toolkits/qt4-gui/files
patch-src__gui__image__qnativeimage.cpp
Log:
- Fix MIT-SHM problem.
- Bump PORTREVISION.

Qt raster graphics system engine tries to attach to shared memory
segments marked for removal, which is forbidden by POSIX (shmctl(2)).
Backport a fix to invert order of operations.
The issue was triggered by Marble and KDE-Games, which resulted in
blank windows.

PR: 164742
Approved by: portmgr via miwi
Obtained from: Qt Project
Feature safe: yes

Revision Changes Path
1.39 +1 -0 ports/x11-toolkits/qt4-gui/Makefile
1.1 +23 -0 ports/x11-toolkits/qt4-gui/files/patch-src__gui__image__qnativeimage.cpp (new)


Elapsed time: 0.091 seconds