Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-10 | Retire jdk, jdk-openjit, sun-jdk14, sun-jdk15, sun-jre14, sun-jre15. | joerg | 9 | -424/+0 | |
2009-08-25 | Remove BROKEN_IN variable. It was no maintained, and there was no | wiz | 1 | -3/+1 | |
defined workflow for setting it, removing it, or removing packages depending on it. | |||||
2009-06-14 | Replace @exec/@unexec with @pkgdir or drop it. | joerg | 1 | -2/+1 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2007-03-19 | give away to pkgsrc-users | tv | 1 | -2/+2 | |
2007-01-31 | Mark as BROKEN_IN pkgsrc-2006Q4, based on | wiz | 1 | -2/+2 | |
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them... | |||||
2006-05-18 | Mark as BROKEN_IN pkgsrc-2006Q1 according to | wiz | 1 | -2/+2 | |
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html | |||||
2006-03-22 | Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a | tv | 1 | -2/+2 | |
PR-responsible person (such as I am ;) a little easier. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2006-01-04 | Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4 | schmonz | 1 | -3/+2 | |
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken. | |||||
2005-12-26 | Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386 | schmonz | 1 | -1/+4 | |
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed. | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-11-13 | USE_BUILDLINK3 is a yes/no variable. | jlam | 1 | -2/+2 | |
2004-07-01 | Convert to bl3. | wiz | 1 | -2/+2 | |
2004-01-28 | Make this compile with gcc 3.3. Fixes problems in agc's bulk build. | jschauma | 2 | -8/+267 | |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-08-23 | Put these packages into a new pseudo-category called 'java'. | jschauma | 1 | -2/+2 | |
2003-07-02 | Apply patch to allow pkgsrc-wip *-openjit packages to correctly reach into | jlam | 2 | -4/+4 | |
this directory for Makefiles. From Todd Vierling in private mail. | |||||
2003-07-01 | Initial import of lang/jdk-openjit. | jlam | 9 | -0/+166 | |
The OpenJIT project is an ongoing Java[tm] the programming language JIT compiler project as a collaborative effort between Tokyo Institute of Technology and Fujitsu Laboratory, partly sponsored by the Information Promotion Agency of Japan. OpenJIT is a "reflective" JIT compiler in that not only it is almost entirely written in Java, but also that it bootstraps and compiles itself during execution of the user program, and compiler components coexist as first-class objects in user heap space. This was imported from wip/jdk-openjit, provided by Todd Vierling <tv at pobox dot com> with some minor changes by me. |