2004-08-27 08:29:11 by Johnny C. Lam | Files touched by this commit (71) |
Log message: Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG. |
2004-07-20 06:53:09 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: Use ${VARBASE}. |
2004-07-19 00:57:17 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Unbuildlinkify mysql_config so that --libs and --include return the correct values. |
2004-07-19 00:30:27 by Johnny C. Lam | Files touched by this commit (1) |
Log message: The libraries don't link against libreadline, only the client binaries, so remove the readline buildlink3.mk file. |
2004-07-19 00:08:47 by Johnny C. Lam | Files touched by this commit (1) |
Log message: No need for LTCONFIG_OVERRIDE... it's automatic nowadays when USE_LIBTOOL is defined. |
2004-05-14 13:38:54 by grant beattie | Files touched by this commit (1) |
Log message: s/netbsd.org/NetBSD.org/ |
2004-05-14 12:53:29 by grant beattie | Files touched by this commit (2) |
Log message: distinguish between mysql 3 and 4 in COMMENT. |
2004-04-22 16:31:35 by Stoned Elipot | Files touched by this commit (4) |
Log message: Bl3ify. Provide a buildlink3.mk file for mysql4-client package. While here remove obsolete USE_NEW_TEXINFO. |
2004-03-26 03:28:02 by Thomas Klausner | Files touched by this commit (572) | |
Log message: PKGREVISION bump after openssl-security-fix-update to 0.9.6m. Buildlink files: RECOMMENDED version changed to current version. |
2004-03-23 05:34:17 by Soren Jacobsen | Files touched by this commit (1) |
Log message: Fix build with gcc2 on sparc64. |