summaryrefslogtreecommitdiff
path: root/java/sablevm-classpath/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update freetype to 2.5.2.Koop Mast2013-12-241-0/+14
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* - Reset maintainership. See ports/164941.Jung-uk Kim2012-10-042-0/+66
| | | | | | | | | | | - 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
* - Fix build/install problemsMartin Wilke2008-05-181-0/+24
PR: 120959 Reported by: Andrew Reilly <areilly@bigpond.net.au> Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer) Notes: svn path=/head/; revision=213260