2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231) |
Log message: Removed the superfluous "quotes" and 'quotes' from variables that don't need them, for example RESTRICTED and SUBST_MESSAGE.*. |
2006-02-27 23:58:57 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Fix the build of xorg-server on NetBSD/amd64. Bump revision of xorg-imake, since the installed files changed. |
2006-02-12 16:29:19 by Juan Romero Pardines | Files touched by this commit (16) |
Log message: Joerg Sonnenberger will be the maintainer. |
2006-01-19 01:30:55 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Revive former patch-am to get proper shared library names on DragonFly. |
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. |
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 |
2005-10-16 18:28:27 by Kouichirou Hiratsuka | Files touched by this commit (2) |
Log message: Avoid warning of `OptimizedCDebugFlags redefined' on NetBSD/macppc. |
2005-09-14 00:51:42 by Jeremy C. Reed | Files touched by this commit (3) |
Log message: Fix the NetBSD.cf pre-formatted manual page make target so it creates the manpage in current build directory instead of unsafely in tmp directory. Discussed with Xorg and XFree86 security teams and fixed there also. Bump PKGREVISION. |
2005-08-19 18:46:52 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: When doing an UNPRIVILEGED install, it failed with: cannot create /home/reed/pkg/xorg/lib/X11/config/host.def: permission denied I fixed this by chmod NONBINMODE. (Idea from www/apache/Makefile.) |