2005-06-17 06:49:49 by Johnny C. Lam | Files touched by this commit (65) |
Log message: Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of ${PREFIX}. |
2005-06-12 07:26:47 by Johnny C. Lam | Files touched by this commit (1) |
Log message: GNU make isn't required all of the time... only for Linux. As the pkgsrc imake-handling already causes gmake to be used on Linux, remove USE_TOOLS+=gmake from the package Makefile. This correctly fixes PR pkg/23078 and PR pkg/29656. |
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message: Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison |
2005-04-18 15:22:36 by Thomas Klausner | Files touched by this commit (1) |
Log message: riz volunteered to maintain this package. |
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. |
2005-04-06 06:44:15 by Juan Romero Pardines | Files touched by this commit (2) |
Log message: Apply patch from net/vnc to make this build on NetBSD >= 3.0. |
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-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message: Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. |
2004-05-11 06:22:49 by Soren Jacobsen | Files touched by this commit (5) |
Log message: Convert to buildlink3. |
2004-01-20 13:22:22 by Alistair G. Crooks | Files touched by this commit (86) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |