2004-02-19 18:56:11 by Johnny C. Lam | Files touched by this commit (1) |
Log message: The name for the real config.status script is "config.status.overridden". That's the script that we need to patch for our special glib version numbering handling. This fixes PR 24464. |
2004-02-19 18:48:18 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Whitespace nits. |
2004-02-15 22:46:11 by Stoned Elipot | Files touched by this commit (1) |
Log message: Remove info files entries from PLIST. |
2004-02-14 19:26:30 by Julio M. Merino Vidal | Files touched by this commit (90) |
Log message: PKGCONFIG_OVERRIDE is relative to WRKSRC. |
2004-02-09 01:09:11 by Martin J. Laubach | Files touched by this commit (1) |
Log message: Increment pkgrevision. |
2004-02-09 00:22:45 by Martin J. Laubach | Files touched by this commit (3) |
Log message: Make FreeBSD patch for ld.so semantic differences between linux and bsd apply for NetBSD too: this closes PR/21452 (problem with gnucash not finding its symbols in dynamically loaded modules) for -currentish installations (this needs RTLD_DEFAULT support in ld_elf.so). 1.6 installations still suffer unless a -current ld_elf.so and /usr/include/dlfcn.h are installed, sorry. Make other FreeBSD-specific patch apply too since it looks sensible (adds error checking). |
2004-02-01 02:43:30 by Johnny C. Lam | Files touched by this commit (35) |
Log message: In the new compiler selection framework, GCC_REQD is appended to, not overridden. |
2004-01-24 04:26:48 by Johnny C. Lam | Files touched by this commit (57) |
Log message: Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched. |
2004-01-05 21:57:52 by Johnny C. Lam | Files touched by this commit (1) |
Log message: bl3ify |
2004-01-05 12:05:47 by Johnny C. Lam | Files touched by this commit (58) |
Log message: Use S/+$// instead of C/\+$// to save a backslash. Very highly recommended by seb :) |