aboutsummaryrefslogtreecommitdiff
path: root/java/jamvm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Fix build.Jung-uk Kim2015-01-141-1/+3
| | | | | | | MFH: 2015Q1 Notes: svn path=/head/; revision=377049
* Disable inline threaded version of interpreter when compiled with Clang toJung-uk Kim2015-01-141-13/+12
| | | | | | | | | fix build on 10 and later. Modernize the port while I am here. HFH: 2015Q1 Notes: svn path=/head/; revision=377048
* - Add USES=libtoolTijl Coosemans2014-08-171-1/+2
| | | | | | | - Patch configure to fix detection of shared library support Notes: svn path=/head/; revision=365221
* support stageBaptiste Daroussin2014-04-101-8/+4
| | | | Notes: svn path=/head/; revision=350778
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Convert j* categories to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316350
* - Fix possible build issues with pkgconf. [1]Jung-uk Kim2012-09-171-8/+1
| | | | | | | | | - Update Makefile header to the new format. Pointed by: bapt [1] Notes: svn path=/head/; revision=304410
* - Update to 1.5.4.Jung-uk Kim2012-09-141-17/+19
| | | | | | | | | | | - Reset maintainer to java. - Convert to optionsNG and add license. - Unbreak sparc64. PR: ports/164941 (partial) Notes: svn path=/head/; revision=304300
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Don't install jni.h because java/classpath already does itPav Lucistnik2009-01-171-1/+2
| | | | | | | | PR: ports/130585 Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de> (maintainer) Notes: svn path=/head/; revision=226330
* Mark as broken on sparc64.Mark Linimon2008-12-101-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224062
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* JamVM is an extremely small Java Virtual Machine which conforms to thePav Lucistnik2008-04-041-0/+46
JVM specification version 2 (blue book). It is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, class-unloading, the Java Native Interface (JNI) and the Reflection API. WWW: http://jamvm.sourceforge.net/ PR: ports/122312 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=210499