2006-01-23 23:54:44 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Fix two more issues of FreeBSD leftovers/missing DF support in xorg-server. |
2006-01-23 22:13:17 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: |
2006-01-21 00:13:32 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Resort some entries in the generic area at top (before "begin darwin") and a few directories at bottom (after "end i18n"). No real changes. (Just did this so I can compare easier later.) |
2006-01-20 18:53:32 by Juan Romero Pardines | Files touched by this commit (2) |
Log message: Make xorg-clients build on FreeBSD. Patch sent by Anders Nor Berle. |
2006-01-19 01:59:27 by Joerg Sonnenberger | Files touched by this commit (3) | |
Log message: Revive patch-bc (updated) and patch-bl. The former gets the correct readdir and getpwuid handling for DragonFly, avoids the mouse problems due to use of floating point math in a signal handler (xorg-server). |
2006-01-19 00:53:06 by Juan Romero Pardines | Files touched by this commit (68) |
Log message: Update meta-pkgs/xorg to 6.9.0. The full list of changes: http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html Thanks to joerg@ and reed@ for testing on DragonFlyBSD. Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386. |
2006-01-08 15:51:11 by David Brownlee | Files touched by this commit (3) |
Log message: Update xorg-libs to 6.8.2nb6 If _POSIX_REENTRANT_FUNCTIONS on NetBSD is defined, use the correct getpwnam_r() and gerpwuid_r() forms. This sidesteps the issue as to whether _POSIX_REENTRANT_FUNCTIONS _should_ be defined on NetBSD. |
2005-12-12 20:52:17 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Fix two issues in Xos_r.h for DragonFly: - no thread safe pwd API - rework the readdir implementation |
2005-12-08 10:52:17 by Roland Illig | Files touched by this commit (20) |
Log message: Bumped the PKGREVISION of the packages that have been broken by the recent "pkglint --autofix" change. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |