cvs commit: ports/x11/xorg-libraries Makefile pkg-plist patch-GL-GL-Imakefileports/x11-servers/xorg-server/files patch-FreeBSD.cf patch-X11.tmpl

Eric Anholt anholt at FreeBSD.org
Fri Dec 31 01:02:28 PST 2004


anholt      2004-12-31 09:02:28 UTC

  FreeBSD ports repository

  Modified files:
    x11/xorg-libraries   Makefile pkg-plist 
    x11-servers/xorg-server/files patch-FreeBSD.cf patch-X11.tmpl 
  Added files:
    x11/xorg-libraries/files XThrStub-Imakefile 
                             patch-GL-GL-Imakefile 
                             patch-X11-Imakefile 
                             patch-lib-Imakefile 
  Log:
  Re-add libXThrStub for FreeBSD that requires thread stubs.  Between 6.7 and 6.8
  I had moved libXThrStub into libX11, because it seemed unnecessary.  However,
  because libc_r symbols are also weak, the weak stubs in libX11 would interfere,
  however they don't if they are in a library linked by libX11.  The most common
  manifestation of the problem was:
  GThread-ERROR **: file gthread-posix.c: line 137 (g_thread_impl_init): error
  'Invalid argument' during 'pthread_getschedparam (pthread_self(), &policy,
  &sched)'
  in glib apps.
  
  PR:             ports/75477
  Submitted by:   KIMURA Yasuhiro, yasu at utahime dot org
  Testing by:     marcus
  
  Revision  Changes    Path
  1.4       +24 -12    ports/x11-servers/xorg-server/files/patch-FreeBSD.cf
  1.4       +54 -4     ports/x11-servers/xorg-server/files/patch-X11.tmpl
  1.12      +9 -0      ports/x11/xorg-libraries/Makefile
  1.1       +35 -0     ports/x11/xorg-libraries/files/XThrStub-Imakefile (new)
  1.1       +20 -0     ports/x11/xorg-libraries/files/patch-GL-GL-Imakefile (new)
  1.1       +12 -0     ports/x11/xorg-libraries/files/patch-X11-Imakefile (new)
  1.1       +22 -0     ports/x11/xorg-libraries/files/patch-lib-Imakefile (new)
  1.4       +2 -0      ports/x11/xorg-libraries/pkg-plist


More information about the cvs-all mailing list