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

Alberto Villa avilla at FreeBSD.org
Tue Mar 13 10:03:33 UTC 2012


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)


More information about the cvs-ports mailing list