Port details |
- libjit Libjit implements Just-In-Time compilation functionality
- 0.1.2_2 lang
=1 0.1.2_2Version of this port present on the latest quarterly branch.
- DEPRECATED: This version is severely out of date and its use is discouraged; see http://www.gnu.org/software/libjit/
This port expired on: 2017-02-13
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-04-29 08:34:04
- Last Update: 2017-02-14 20:27:25
- SVN Revision: 434138
- People watching this port, also watch:: bash-completion, siod, python
- License: LGPL21 LGPL3
- WWW:
- http://www.gnu.org/software/libjit/
- Description:
- The libjit library implements Just-In-Time compilation functionality. Unlike
other JIT's, this one is designed to be independent of any particular virtual
machine bytecode format or language. The hope is that Free Software projects
can get a leg-up on proprietry VM vendors by using this library rather than
spending large amounts of time writing their own JIT from scratch.
This JIT is also designed to be portable to multiple archictures. If you run
libjit on a machine for which a native code generator is not yet available,
then libjit will fall back to interpreting the code. This way, you don't need
to write your own interpreter for your bytecode format if you don't want to.
WWW: http://www.gnu.org/software/libjit/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: libjit
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libjit-0.1.2.tar.gz) = f1650938b8f7cd1cd5280f6197f02c2161841d7d66beecf8f9c2d4115cb195d0
SIZE (libjit-0.1.2.tar.gz) = 1195466
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:
-
- gmake : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- pathfix gmake libtool
- 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 |
0.1.2_2 14 Feb 2017 20:27:25 |
rene |
Remove expired port:
2017-02-13 lang/libjit: This version is severely out of date and its use is
discouraged; see http://www.gnu.org/software/libjit/ |
0.1.2_2 03 Jan 2017 11:09:43 |
mat |
Unbreak.
Pointy hat: mat
Sponsored by: Absolight |
03 Jan 2017 11:01:06
|
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
0.1.2_2 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.1.2_1 13 Nov 2016 09:25:51 |
linimon |
Mark broken on aarch64, chase the website move, and deprecate.
From the newer website: "The last released version of LibJIT was 0.1.2.
This version is severely out of date and its use is discouraged.
Currently it is preferable to use the source code from the LibJIT
Savannah repository." |
0.1.2_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.1.2_1 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
0.1.2_1 15 Apr 2015 20:01:30 |
amdmi3 |
- Add another BROKEN condition |
0.1.2_1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
0.1.2_1 27 May 2014 13:19:50 |
amdmi3 |
- Switch to USES=libtool
- Strip libraries |
0.1.2 03 Feb 2014 11:12:04 |
miwi |
- Stage support |
0.1.2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
0.1.2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.1.2 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.1.2 30 Nov 2012 14:28:43 |
gahr |
- Fix build with clang
Feature safe: yes |
0.1.2 31 Aug 2011 22:01:27 |
dhn |
- Update to 0.1.2
PR: ports/160122
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.1.0_1 02 Aug 2011 13:47:46 |
bapt |
Mark BROKEN: Does not fetch |
0.1.0_1 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
0.1.0_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.1.0_1 01 Apr 2010 05:16:19 |
linimon |
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha. |
0.1.0_1 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.1.0_1 05 Jan 2009 20:36:33 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.1.0_1 30 Nov 2008 10:05:56 |
miwi |
- Fix build with AMD64
Reported by: pavbot
Many Thanks to: Christoph Mallon (aka Tron @EFnet) |
0.1.0 08 Nov 2008 20:09:19 |
miwi |
- Update to 0.1.0
PR: 128699
Submitted by: Wen heping <wenheping@gmail.com> |
0.0.6 01 Feb 2008 12:08:39 |
linimon |
Mark as broken on sparc64: fails to compile. |
0.0.6 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.0.6 17 Sep 2006 20:08:47 |
kris |
Now builds on sparc64 |
0.0.6 15 Aug 2006 00:29:13 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.0.6 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.0.6 20 Feb 2006 20:23:47 |
garga |
- Update pnet related ports:
* lang/pnet 0.7.0 -> 0.7.4
* lang/pnet-base 0.7.0 -> 0.7.4
* lang/pnetlib 0.7.0 -> 0.7.4
* lang/pnetc 0.7.0 -> 0.7.4
* lang/ml-pnet 0.7.0 -> 0.7.4
* lang/treecc 0.3.6 -> 0.3.8
* lang/libjit 0.0.4 -> 0.0.6
- Make portlint(1) happy
- Unbreak ml-pnet on 4.x
PR: ports/93602
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Reworked by: garga
Thanks to: mnag, tdb |
0.0.4 25 Nov 2005 00:33:45 |
pav |
- Add SHA256 |
0.0.4 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.0.4 28 Oct 2005 06:27:41 |
kris |
BROKEN on sparc64: segfault during build |
0.0.4 10 Jun 2005 04:36:43 |
oliver |
fix build (revert libtool changes so libjit uses libtool 1.3 again)
Noted by: pointyhat via kris |
0.0.4 03 Jun 2005 13:48:04 |
oliver |
fix build
Noted by: pointyhat via kris |
0.0.4 02 Jun 2005 20:28:41 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
0.0.4 26 Mar 2005 20:33:56 |
kris |
BROKEN on ia64: Segfault during build
Approved by: portmgr (self) |
0.0.4 18 Feb 2005 09:27:02 |
krion |
Fix build on amd64.
PR: ports/77638
Submitted by: Johan van Selst <johans@stack.nl> |
0.0.4 12 Oct 2004 12:31:34 |
krion |
Drop maintainership to ports@FreeBSD.org
PR: ports/72437
Submitted by: Michael Johnson <ahze@ahze.net> |
0.0.4 21 Aug 2004 06:11:56 |
krion |
Fix build with gcc-3.4
PR: ports/70752
Submitted by: maintainer |
0.0.4 09 Aug 2004 08:27:31 |
krion |
Update to 0.0.4
PR: ports/70183
Submitted by: maintainer |
0.0.2 19 Jun 2004 09:20:51 |
kris |
BROKEN on amd64: Does not compile |
0.0.2 14 May 2004 19:24:23 |
krion |
- Update to 0.0.2
PR: ports/66641
Submitted by: maintainer |
0.0.0f 29 Apr 2004 08:30:56 |
krion |
Add libjit 0.0.0f,
The libjit library implements Just-In-Time compilation
functionality. Unlike other JIT's, this one is designed to be
independent of any particular virtual machine bytecode format
or language. The hope is that Free Software projects can get a
leg-up on proprietry VM vendors by using this library rather
than spending large amounts of time writing their own JIT from
scratch.
This JIT is also designed to be portable to multiple
archictures. If you run libjit on a machine for which a native
code generator is not yet available, then libjit will fall back
to interpreting the code. This way, you don't need to write
your own interpreter for your bytecode format if you don't want
to.
PR: ports/66038
Submitted by: michael johnson <ahze@ahze.net> |