2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409) |
Log message: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. |
2004-09-08 13:17:02 by Julio M. Merino Vidal | Files touched by this commit (4) |
Log message: Fix build: the code was using an incorrect prototype when setting up the sigaction structure. |
2004-05-01 19:57:54 by Soren Jacobsen | Files touched by this commit (8) |
Log message: Convert to buildlink3. |
2004-02-08 05:03:15 by Johnny C. Lam | Files touched by this commit (17) |
Log message: We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, etc. because the bare variables will point to the correct executables. |
2003-11-10 17:13:28 by Gavan Fantom | Files touched by this commit (1) |
Log message: Set USE_GCC_SHLIB. Fixes linking on Solaris. |
2002-08-25 23:53:06 by Johnny C. Lam | Files touched by this commit (424) |
Log message: Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2. |
2002-05-11 20:10:43 by Thomas Klausner | Files touched by this commit (2) |
Log message: Fix compilation by not defining POSIX_SOURCE when obviously also using non-POSIX functions. Closes pkg/16618. |