Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Aug 2010 14:10:01 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/x11-clocks/xclock Makefile ports/x11-clocks/xclock/files patch-xclock.c
Message-ID:  <201008071410.o77EA121000592@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
naddy       2010-08-07 14:10:01 UTC

  FreeBSD ports repository

  Modified files:
    x11-clocks/xclock    Makefile 
  Added files:
    x11-clocks/xclock/files patch-xclock.c 
  Log:
  Fix a crash on sparc64 (and other 64-bit strict alignment archs).
  
  The pid variable that is passed to XChangeProperty() is not a long.
  The libX11 code deferences the variable as a long and on a 64-bit
  sparc this must be aligned on a 8-byte boundary.
  
  Obtained from:  upstream
  
  Revision  Changes    Path
  1.7       +1 -0      ports/x11-clocks/xclock/Makefile
  1.1       +11 -0     ports/x11-clocks/xclock/files/patch-xclock.c (new)



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