Port details |
- cacao JIT compiler for JAVA
- 1.6.1_1 java
=0 1.6.1_1Version of this port present on the latest quarterly branch.
- Maintainer: java@FreeBSD.org
- Port Added: 2007-02-04 20:20:31
- Last Update: 2018-12-03 13:36:06
- SVN Revision: 486518
- Also Listed In: devel
- License: GPLv2
- WWW:
- http://www.cacaojvm.org/
- Description:
- CACAO is a Java Virtual Machine (JVM) which uses Just-In-Time (JIT)
compilation to execute Java methods natively.
WWW: http://www.cacaojvm.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: cacao
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- SHA256 (cacao-1.6.1.tar.xz) = eecc8bd1b528a028f43d9d1d0c06b97855bbf1d40e03826d911ebbc0b6971e12
SIZE (cacao-1.6.1.tar.xz) = 2329964
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- glibj.zip : java/classpath
- javac : java/bootstrap-openjdk6
- gmake : devel/gmake
- Runtime dependencies:
-
- glibj.zip : java/classpath
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cacao-1.6.1_1:
JDK=on: Build with native JDK
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.1_1 03 Dec 2018 13:36:06 |
rene |
Remove expired ports:
2018-12-02 java/classpath: Staled since 2012, OpenJDK is live now
java/cacao: Depends on expired java/classpath
2018-12-04 java/jamvm: Abandonware, depends on expired java/classpath |
1.6.1_1 24 Feb 2018 21:24:15 |
gerald |
Remove dead code: Java support (via GCJ) has not been part of any of
the lang/gcc4x ports since last spring and newer versions of GCC do
not carry a point in their major version designation. On top of that
WITH_GCC has not been use for ages anyway.
On the way move ONLY_FOR_ARCHS towards its proper spot.
Approved by: portmgr blanket |
1.6.1_1 02 Dec 2017 13:48:41 |
rene |
Fix java/cacao after switching to bootstrap-openjdk6 |
1.6.1_1 01 Dec 2017 12:18:38 |
rene |
java/{cacao,classpath}: Use java/bootstrap-openjdk6 as dependency. |
1.6.1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.6.1 24 Mar 2015 16:01:22 |
marino |
6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils
approved by: PTHREAD blanket |
1.6.1 15 Jan 2015 00:26:40 |
jkim |
Fix build with libc++ on 10.0.
MFH: 2015Q1 |
1.6.1 14 Nov 2014 11:30:42 |
antoine |
Cleanup plist |
1.6.1 10 Aug 2014 19:18:14 |
antoine |
Finish stage conversion |
1.6.1 29 Jul 2014 21:07:40 |
adamw |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
1.6.1 09 Jun 2014 23:03:07 |
jkim |
Support staging. |
1.6.1 10 Mar 2014 15:21:21 |
bapt |
Convert j* to USES=zip |
1.6.1 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.6.1 08 Jul 2013 23:13:52 |
jkim |
Update to 1.6.1. |
1.6.0 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.6.0 05 Oct 2012 20:40:39 |
jkim |
- Update to 1.6.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. |
0.98_7 04 Oct 2012 16:30:16 |
jkim |
Revert the previous accidental commit. It is not ready yet. |
1.6.0 04 Oct 2012 16:13:00 |
jkim |
- Reset maintainership. See ports/164941.
- 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. |
0.98_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.98_6 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
0.98_6 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
0.98_6 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.98_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.98_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.98_4 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.98_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.98_2 16 Jan 2009 07:35:27 |
beech |
- Unbreak
- Pass maintainership to submitter
PR: ports/130594
Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de> |
0.98_1 19 Dec 2008 22:00:33 |
pav |
- Set for expiration in one month: has been broken for more than 6 months |
0.98_1 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
0.98 03 May 2008 20:06:23 |
arved |
Drop maintainership, as it looks like i am motivated enough to fix this port. |
0.98 03 May 2008 15:25:31 |
pav |
- Does not configure: configure: error: cannot find jni.h
Reported by: pointyhat |
0.98 06 Jun 2007 18:24:42 |
arved |
Update to 0.98 |
0.97_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.97_1 11 Feb 2007 13:44:16 |
arved |
Install manpage correctly.
Report by: pointyhat |
0.97 04 Feb 2007 20:20:12 |
arved |
Add the cacao JVM |