2005-05-25 13:36:18 by Thomas Klausner | Files touched by this commit (1) |
Log message: Add RMD160 checksum. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2004-12-05 08:01:19 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Rename some variables to be more dlcompat-specific, and remove a redundant conditional. |
2004-12-05 07:59:21 by Johnny C. Lam | Files touched by this commit (1) |
Log message: dlcompat is considered built-in only if both /usr/lib/libdl.* and /usr/include/dlfcn.h exist. Also, correct the setting of USE_BUILTIN.dlcompat in the loop. |
2004-11-27 00:16:35 by Johnny C. Lam | Files touched by this commit (3) |
Log message: Standardize how we search for libraries in builtin.mk files. We define _BLNK_LIB_FOUND.<lib> to "yes" or "no" depending on \ whether -l<lib> is found in the base system. |
2004-11-26 10:39:30 by Johnny C. Lam | Files touched by this commit (7) |
Log message: dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mk only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and make packages include dlopen.buildlink3.mk instead. |
2004-07-18 11:35:08 by Amitai Schlair | Files touched by this commit (2) |
Log message: dlcompat was added to OS X "Panther". Add a builtin.mk to detect its presence. Bump BUILDLINK_DEPENDS to the latest version. Evaluate the contents of buildlink3.mk only if we're on Darwin, which lets us simply .include "../../devel/dlcompat/buildlink3.mk" anywhere we might need it without affecting other platforms. |
2004-05-09 16:24:16 by grant beattie | Files touched by this commit (1) |
Log message: no longer used. |
2004-05-09 14:54:00 by grant beattie | Files touched by this commit (1) |
Log message: use buildlink3. |
2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message: Reorder location and setting of BUILDLINK_PACKAGES to match template buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. |