summaryrefslogtreecommitdiff
path: root/lang/kaffe/pkg
AgeCommit message (Collapse)AuthorFilesLines
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-121/+0
2001-04-24Use LTCONFIG_OVERRIDE instead of post-configure stuff.skrll1-7/+7
Don't look for moddi3 in libgcc - its not there. The configure script still found it there though. Add a test target. Remove the preempt test as the test target will get stuck. Some tests fail.
2001-03-19Update kaffe to 1.0.6.wennmach1-13/+26
1.0.6 fixes a number of bugs, supports libffi, features gcj integration and a new version of kjc. Converted kaffe to use our libtool. Closes PR 10673.
2001-03-12Re-enable the -release option of libtool. ELF is fully supported with a.outskrll1-9/+9
support to follow. Note this in documentation. Bump revision of libtool to nb3 and update dependencies. Update (sort) known affected PLISTs. Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us> Fixes problems with cross/* noted on tech-pkg and packages by Chuck Cranor <chuck@research.att.com>, and Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2001-03-04Update package list for latest "libtool".tron1-13/+7
2001-02-17Move the COMMENT from being in its own file to a definition in theagc1-1/+0
package Makefile.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+13
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-10update kaffe to 1.0.5.drochner2-24/+22
New Java extensions and library changes: Remote Method Invocation - compliant with both JDK 1.1 and JDK 1.2 stubs JDK 1.2 style class loading JDK 1.2 java.util Collections classes JDK 1.2 java.security classes improved appletviewer implementation Improved i18n support Now ships with KJC - a completely Open Source Java compiler VM changes: JIT3 - improves raw execution speed by up to a factor of 3 SuperFast locking scheme Pthread native thread implementation (LinuxThreads only) Faster exception dispatch New ports JITs for MIPS and StrongARM Lots of bug fixes.
1999-08-17Make PLIST consistent with both ELF and a.out shared libsdrochner1-9/+5
(problem reported by David Brownlee <abs@anim.dreamworks.com>). Unfortunately this requires an evil hack to avoid bad interactions with the "Automatic ELF shared object handling". (it would delete files and replace by dead links)
1999-08-07update to 1.0b4drochner1-55/+74
1998-12-08Update kaffe to 1.0.b3.frueauf1-15/+16
What's New in Kaffe OpenVM 1.0 Beta 3: * New java.awt - now implements old event model (JDK 1.0.2) and will support Swing. * New java.net implementation - fixes many bugs and generally much cleaner. * Initial implementation of Collections API (only Vector and Hashtable currently conform). * Lots of bug fixes.
1998-10-14Update kaffe to 1.0.b2.frueauf1-13/+16
1998-07-16Update kaffe to the first release of "Kaffe OpenVM" version 1.0.b1.frueauf3-50/+42
This version does no longer use any code from Javasoft(tm). XXX although the authors claim it works on several NetBSD architektures XXX I suspect it currently only works on i386, because they insist on XXX having a trampoline.c which is only present for i386. XXX I did set "ONLY_FOR_ARCHS=i386 sparc alpha m68k mips arm32" to give XXX people a try to feedback if it works or not.
1998-07-15Use automatic shared object handlingagc1-3/+1
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf1-3/+3
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-02-01portlint: fix/add ldconfighubertf1-2/+1
1998-02-01portlint: fix/add ldconfighubertf2-2/+4
1998-01-28Make the pathnames right for NetBSD in the section describingagc1-9/+8
environment variables necessary to run kaffe. i.e. don't assume /usr/local, but generalise it to ${PREFIX}
1998-01-28Add NetBSD RCS Id.agc1-0/+1
1998-01-28Initial import of kaffe 0.9.2 (a Java interpreter/JIT compiler) intoagc3-0/+95
the NetBSD packages collection, from the FreeBSD port.