2007-05-20 00:48:52 by Thomas Klausner | Files touched by this commit (1) |
Log message: Build assembler code with yasm instead of nasm. (SDL's configure prefers yasm to nasm.) Addresses PR 36208. Tested on NetBSD-3.1/i386 by heinz@. Might affect resulting binary, so PKGREVISION++. |
2007-01-09 16:06:28 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Modular Xorg support. |
2006-12-12 22:52:38 by Joerg Sonnenberger | Files touched by this commit (63) |
Log message: Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%. |
2006-11-06 12:21:58 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Switch to modular buildlinks. XXX Should libX11 be a build dependency? |
2006-10-09 14:52:36 by Joerg Sonnenberger | Files touched by this commit (47) |
Log message: Flag a number of packages I use as supporting (user-)destdir. apg is a bit special as it has some hardcoded ownership, so mark that as "destdir". |
2006-10-08 20:40:23 by Ben Collver | Files touched by this commit (2) |
Log message: Fix patch-aa to correctly use strcat, and to be C89 compliant. Patch supplied by Christian Biere in PR#34738. |
2006-09-19 21:31:50 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Include x11.b3.mk since SDL/SDL_syswm.h includes Xlib.h. |
2006-08-05 00:12:28 by Mark Davies | Files touched by this commit (1) |
Log message: Don't try and do assembler on Solaris, it doesn't get it right. Fixes PR pkg/31075. |
2006-08-03 22:21:20 by Roland Illig | Files touched by this commit (3) |
Log message: Added two patches for Solaris 8. The X11 implementation does not define the xEvent structure unless NEED_EVENTS is defined. |
2006-07-23 18:21:28 by Thomas Klausner | Files touched by this commit (1) |
Log message: Disable wscons backend on NetBSD (it was written for OpenBSD). This fixes the configure step of games/asc. Bump PKGREVISION. |