Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2012 10:03:32 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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>

next in thread | raw e-mail | index | archive | help
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)



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