summaryrefslogtreecommitdiff
path: root/java/cacao/files/patch-src-native-jni.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.6.0.Jung-uk Kim2012-10-051-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
* Revert the previous accidental commit. It is not ready yet.Jung-uk Kim2012-10-041-0/+16
| | | | Notes: svn path=/head/; revision=305264
* - Reset maintainership. See ports/164941.Jung-uk Kim2012-10-041-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
* - UnbreakBeech Rintoul2009-01-161-0/+16
- Pass maintainership to submitter PR: ports/130594 Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=226241