2007-09-11 16:13:52 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Remove stray : that could break a substitutions as hinted by Sean Boudreau. |
2007-09-08 23:58:02 by Johnny C. Lam | Files touched by this commit (34) |
Log message: Convert to use the features framework. |
2007-09-06 22:25:21 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Add QNX support. Don't redefine __BEGIN_DECLS and __END_DECLS if system headers provided them. From Sean Boudreau. |
2007-09-06 21:23:26 by Joerg Sonnenberger | Files touched by this commit (10) |
Log message: Try to force a proper shell on Solaris by extending bmake to expect full path names. Use the default locations in /bin unless overriden explicitly. Bump revision of bmake. On Solaris, use /usr/xpg4/bin/sh if it exists. |
2007-07-31 15:28:57 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: What xlC really wanted to tell me was to use int instead of short... |
2007-07-31 15:21:46 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Use unsigned for bitfield as fields take up the full size. Complained on by xlC. |
2007-05-29 21:00:42 by Amitai Schlair | Files touched by this commit (3) |
Log message: Respect CFLAGS in a more conservative way. This preserves the ability to build Universal on Mac OS X, and may undo the Solaris breakage caused by the previous commit (reported in PR pkg/36408 and on pkgsrc-users@). |
2007-05-23 06:21:06 by Amitai Schlair | Files touched by this commit (3) |
Log message: Respect CFLAGS. Fixes Universal build on OS X. |
2007-05-08 00:19:32 by Roland Illig | Files touched by this commit (1) |
Log message: On Cygwin, the __CONCAT macro is predefined. |
2007-04-15 13:23:08 by Tobias Nygren | Files touched by this commit (1) |
Log message: Correct hpux ifdefs. hpux 11 and up doesn't define __HPUX_VERSION. Changes have no effect on other platforms. Patch sent to sjg@ |