2003-12-30 17:58:14 by Chris Pinnock | Files touched by this commit (2) |
Log message: Whitespace fixes |
2003-12-18 20:09:31 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Fix the script which munges man pages to work with Solaris' xpg4 sed, which bails out if there is whitespace before a comment. |
2003-10-28 15:11:47 by Frederick Bruckman | Files touched by this commit (1) |
Log message: grant evidently owns this package. |
2003-10-28 01:50:21 by grant beattie | Files touched by this commit (1) |
Log message: bump PKGREVISION (broken binary installation fix). |
2003-10-28 01:49:48 by grant beattie | Files touched by this commit (2) |
Log message: backout unnecessary patch. this patch was unnecessarily causing the resulting binaries to be linked against libaudio, which couldn't be found at runtime, and contrary to the log message it had no effect on PR pkg/23081. fixes my PR pkg/23288. |
2003-10-26 02:03:42 by grant beattie | Files touched by this commit (1) |
Log message: use DEPENDS+=, not DEPENDS= |
2003-10-26 02:02:05 by grant beattie | Files touched by this commit (1) |
Log message: replace <malloc.h> with <stdlib.h>, allowing this to build on systems without <malloc.h>. |
2003-10-25 16:29:12 by Frederick Bruckman | Files touched by this commit (2) |
Log message: Fix a warning, that may or may not be related to PR pkg/23081. |
2003-09-17 21:41:31 by grant beattie | Files touched by this commit (39) |
Log message: get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. |
2003-09-15 10:46:25 by grant beattie | Files touched by this commit (1) |
Log message: don't make assumptions about systems, just use GNU make everywhere. |