summaryrefslogtreecommitdiff
path: root/java/sablevm/files (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-15- Update to 1.13Pav Lucistnik3-169/+0
- Take maintainership - Split classpath into separate port - Switch to libffi-devel to allow build on !386 PR: ports/118288, ports/118312 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=203766
2004-07-27Add build fix for FreeBSD 4.x.Archie Cobbs1-0/+14
Notes: svn path=/head/; revision=114825
2004-07-26Update to 1.1.6.Archie Cobbs2-0/+155
Notes: svn path=/head/; revision=114805
2004-06-17Upgrade to version 1.1.5.Archie Cobbs20-451/+0
Submitted by: Roman Kennke <roman@ontographics.com> Notes: svn path=/head/; revision=111670
2003-03-20Fix port build failure.Archie Cobbs1-0/+15
Notes: svn path=/head/; revision=77166
2003-03-20Fix port build failure.Archie Cobbs1-0/+12
Notes: svn path=/head/; revision=77165
2003-02-23Unbreak port in the non-gnome case.Archie Cobbs1-11/+9
Notes: svn path=/head/; revision=76222
2003-02-20Update to version 1.0.6.Archie Cobbs18-47/+278
Notes: svn path=/head/; revision=75993
2002-10-17Update to version 1.0.5.Archie Cobbs11-44/+39
Notes: svn path=/head/; revision=68229
2002-08-30Annihilate #inclusions of <malloc.h>.Archie Cobbs2-0/+21
Notes: svn path=/head/; revision=65323
2002-08-24Update to version 1.0.4.Archie Cobbs11-60/+26
Notes: svn path=/head/; revision=64961
2002-08-23Remove this patch, it's not actually needed.Archie Cobbs1-11/+0
Notes: svn path=/head/; revision=64894
2002-08-23Patches to fix compilation on -stable.Archie Cobbs2-0/+27
Notes: svn path=/head/; revision=64858
2002-08-19Patch to fix the build when doing USE_GNOMELIBS.Archie Cobbs2-0/+34
Notes: svn path=/head/; revision=64666
2002-08-19Pass CFLAGS to configure scripts using CONFIGURE_ENV.Archie Cobbs2-20/+1
Notes: svn path=/head/; revision=64649
2002-08-19Update to version 1.0.3.Archie Cobbs8-15/+51
Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug. Notes: svn path=/head/; revision=64648
2002-08-15Update to SableVM version 1.0.2.Archie Cobbs7-408/+108
This port includes the Java classes, making the java/sablepath port obsolete. Notes: svn path=/head/; revision=64558
2002-07-09SableVM implements the Java virtual machine specification, second edition.Archie Cobbs7-0/+446
SableVM is a bytecode interpreter. It's goals are to be reasonably small, efficient, and fast, as well as providing a well-designed platform for doing research into different algorithms for bytecode interpretation, garbage collection, memory management, etc. SableVM uses a modified version of the GNU Classpath Java classes; these classes are installed by the "sablepath" port. WWW: http://www.sablevm.org/ Notes: svn path=/head/; revision=62726