2005-09-07 13:58:56 by Antoine Reilles | Files touched by this commit (1) |
Log message: Fix build under Solaris x86, by deactivating jit engine |
2005-09-06 21:11:24 by Antoine Reilles | Files touched by this commit (2) |
Log message: oups, included "../../mk/pthread.buildlink3.mk" in the wrong file |
2005-09-06 21:06:24 by Antoine Reilles | Files touched by this commit (1) |
Log message: kaffe uses pthread |
2005-09-06 20:15:32 by Antoine Reilles | Files touched by this commit (11) |
Log message: Update lang/kaffe to 1.1.5 regenerate buildlink3 approved by wiz@ |
2005-08-20 21:16:23 by Johnny C. Lam | Files touched by this commit (36) |
Log message: Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result. |
2005-08-19 20:12:40 by Johnny C. Lam | Files touched by this commit (49) |
Log message: Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly. |
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-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-02-24 10:03:12 by Alistair G. Crooks | Files touched by this commit (133) |
Log message: Add RMD160 digests |
2005-01-31 00:18:39 by Julio M. Merino Vidal | Files touched by this commit (13) |
Log message: Convert the Java related packages to use the alternatives system. To do this, we only need some simple logic in java-env.mk to automatically generate an ALTERNATIVES file for us. There are two exceptions, though: fastjar and jikes (pointed out by tv@), which do not use this file; they have to be handled manually. Bump PKGREVISION for all affected packages. While doing this, remove the java-wrapper package, obsoleted by the new functionality provided by pkg_alternatives. |