aboutsummaryrefslogtreecommitdiff
path: root/lang/libjit
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-3/+1
| | | | Notes: svn path=/head/; revision=225297
* - Fix build with AMD64Martin Wilke2008-11-302-0/+106
| | | | | | | | Reported by: pavbot Many Thanks to: Christoph Mallon (aka Tron @EFnet) Notes: svn path=/head/; revision=223621
* - Update to 0.1.0Martin Wilke2008-11-084-34/+30
| | | | | | | | PR: 128699 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=222559
* Mark as broken on sparc64: fails to compile.Mark Linimon2008-02-011-0/+4
| | | | Notes: svn path=/head/; revision=206576
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+4
| | | | Notes: svn path=/head/; revision=183830
* Now builds on sparc64Kris Kennaway2006-09-171-1/+1
| | | | Notes: svn path=/head/; revision=173262
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update pnet related ports:Renato Botelho2006-02-203-9/+9
| | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=156520
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* BROKEN on sparc64: segfault during buildKris Kennaway2005-10-281-1/+1
| | | | Notes: svn path=/head/; revision=146536
* fix build (revert libtool changes so libjit uses libtool 1.3 again)Oliver Lehmann2005-06-101-4/+7
| | | | | | | Noted by: pointyhat via kris Notes: svn path=/head/; revision=137142
* fix buildOliver Lehmann2005-06-031-6/+0
| | | | | | | Noted by: pointyhat via kris Notes: svn path=/head/; revision=136729
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-021-1/+4
| | | | Notes: svn path=/head/; revision=136688
* BROKEN on ia64: Segfault during buildKris Kennaway2005-03-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131991
* Fix build on amd64.Kirill Ponomarev2005-02-181-5/+1
| | | | | | | | PR: ports/77638 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=129136
* Drop maintainership to ports@FreeBSD.orgKirill Ponomarev2004-10-121-1/+1
| | | | | | | | PR: ports/72437 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=118986
* Fix build with gcc-3.4Kirill Ponomarev2004-08-211-0/+6
| | | | | | | | PR: ports/70752 Submitted by: maintainer Notes: svn path=/head/; revision=116873
* Update to 0.0.4Kirill Ponomarev2004-08-094-14/+25
| | | | | | | | PR: ports/70183 Submitted by: maintainer Notes: svn path=/head/; revision=115721
* BROKEN on amd64: Does not compileKris Kennaway2004-06-191-1/+7
| | | | Notes: svn path=/head/; revision=111799
* - Update to 0.0.2Kirill Ponomarev2004-05-144-3/+55
| | | | | | | | PR: ports/66641 Submitted by: maintainer Notes: svn path=/head/; revision=109159
* Add libjit 0.0.0f,Kirill Ponomarev2004-04-298-0/+106
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> Notes: svn path=/head/; revision=107945