summaryrefslogtreecommitdiff
path: root/java/cacao/files/patch-src-native-jni.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-10-05- Update to 1.6.0.Jung-uk Kim1-16/+0
- Reset maintainership. See ports/164941. - Make it as amd64 and i386 only. Other architectures needs porting. - Reduce Makefile headers, add licenses, and convert to optionsNG. - Add an option to build with native JDK. When it is not selected, GCJ is used instead. Turned on by default. Notes: svn path=/head/; revision=305320
2012-10-04Revert the previous accidental commit. It is not ready yet.Jung-uk Kim1-0/+16
Notes: svn path=/head/; revision=305264
2012-10-04- Reset maintainership. See ports/164941.Jung-uk Kim1-16/+0
- Fix conflicts with java/classpath. Note security provider configuration is moved to ${PREFIX}/lib/security/SableVM.security. This file is always loaded first because the short vendor name is SableVM. If it does not exist, then classpath.security is loaded (java/security/Security.java). - Reduce Makefile headers, add licenses, and convert to optionsNG. Notes: svn path=/head/; revision=305262
2009-01-16- UnbreakBeech Rintoul1-0/+16
- Pass maintainership to submitter PR: ports/130594 Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=226241