summaryrefslogtreecommitdiff
path: root/java/shujit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak and grab maintainership.Dag-Erling Smørgrav2003-07-082-5/+11
| | | | Notes: svn path=/head/; revision=84451
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81209
* Drop maintainership - I'am so impressed by the performance andMaxim Sobolev2003-04-151-1/+1
| | | | | | | | | stability of native JDK 1.4.1 with its built-in JIT on steroids (HotSpot), so that I am unlikely ever will want to use external JIT. Notes: svn path=/head/; revision=79037
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove duplicate lines that were created due to applying the same patchMaxim Sobolev2003-02-252-46/+0
| | | | | | | | | two times. Submitted by: des Notes: svn path=/head/; revision=76458
* Fix on -stable.Maxim Sobolev2003-02-171-1/+1
| | | | | | | Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=75704
* - Update to 0.7.4;Maxim Sobolev2003-02-167-40/+124
| | | | | | | | | - use USE_JAVA. Submitted by: des (USE_JAVA) Notes: svn path=/head/; revision=75642
* chase gdbm lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72367
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-1/+1
| | | | | | | Forgotten by: znerd Notes: svn path=/head/; revision=61341
* Kill evil rcs(1)-injected hunk, which makes do-patch failing.Maxim Sobolev2002-05-141-9/+0
| | | | | | | Submitted by: bento, Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=59065
* Update to 0.7.12.Maxim Sobolev2002-04-263-2/+32
| | | | Notes: svn path=/head/; revision=58182
* Update to 0.7.10.Maxim Sobolev2001-12-264-29/+2
| | | | Notes: svn path=/head/; revision=52207
* Update to 0.7.5.Maxim Sobolev2001-09-242-2/+2
| | | | Notes: svn path=/head/; revision=48138
* Update to 0.7.4.Maxim Sobolev2001-09-103-16/+14
| | | | Notes: svn path=/head/; revision=47608
* - Update to 0.7.3;Maxim Sobolev2001-08-273-7/+14
| | | | | | | | | - allow JAVADIR to be overriden, so it is possible to built JIT for the jdk1.2.x and jdk1.3.x; - fix the build with jdk1.3.x. Notes: svn path=/head/; revision=46956
* Update to 0.7.1.Maxim Sobolev2001-04-272-2/+2
| | | | Notes: svn path=/head/; revision=41964
* Update to 0.7.0.Maxim Sobolev2001-03-162-2/+2
| | | | Notes: svn path=/head/; revision=39936
* Update to 0.6.10.Maxim Sobolev2001-01-232-2/+2
| | | | Notes: svn path=/head/; revision=37503
* Update to 0.6.9. This version fixes some incompatabilities between shujit andMaxim Sobolev2000-12-144-2/+29
| | | | | | | | | | FreeBSD, so it's recommended to upgrade if you have any problems with previous version. Submitted by: Kazuyuki Shudo <shudoh@muraoka.info.waseda.ac.jp> Notes: svn path=/head/; revision=35970
* Update to 0.6.8.Maxim Sobolev2000-11-233-13/+2
| | | | Notes: svn path=/head/; revision=35383
* - Update to 0.6.7;Maxim Sobolev2000-09-262-5/+7
| | | | | | | | | - use USE_RUBY. Submitted by: knu Notes: svn path=/head/; revision=33140
* Clarify usage instructions (you have to set LD_LIBRARY_PATH toMaxim Sobolev2000-09-252-1/+17
| | | | | | | ${PREFIX}/lib/[tya,shujit] in addition to JAVA_COMPILER. Notes: svn path=/head/; revision=33089
* Add patch required to respect CFLAGS (forgotten in previous commit).Maxim Sobolev2000-09-111-0/+15
| | | | Notes: svn path=/head/; revision=32508
* Update to 0.6.5.Maxim Sobolev2000-09-113-25/+15
| | | | | | | | | | | - HAS_CONFIGURE -> GNU_CONFIGURE; - don't bind to any particular virtual machine - install jit into ${PREFIX}/lib/shujit; - respect CFLAGS; - drop aout support. Notes: svn path=/head/; revision=32507
* Update to 0.6.3.Maxim Sobolev2000-08-293-7/+7
| | | | Notes: svn path=/head/; revision=32101
* Claim maintainership.Maxim Sobolev2000-07-241-1/+1
| | | | | | | Submitted by: jake (previous maintainer) Notes: svn path=/head/; revision=30985
* Add WWW.Jake Burkholder2000-05-281-1/+1
| | | | Notes: svn path=/head/; revision=28832
* Update to version 0.5.2, cleanup Makefile.Jake Burkholder2000-05-164-18/+9
| | | | | | | | | PR: ports/18492 Submitted by: Palle Girgensohn <girgen@partitur.se>, ade Reviewed by: ade Notes: svn path=/head/; revision=28491
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* update ports/java/shujit from version 0.4.0 to version 0.4.2 and fixBill Fumerola2000-02-212-3/+3
| | | | | | | | | | unfetchable distfile. PR: ports/16889 Submitted by: Jake Burkholder <jburkhol@home.com> (maintainer) Notes: svn path=/head/; revision=26105
* update to 0.4.0Michael Haro2000-01-223-5/+14
| | | | | | | | PR: 15990 Submitted by: Jake Burkholder <jake@io.yi.org> Notes: svn path=/head/; revision=24929
* Update to version 0.3.13.Steve Price1999-11-143-3/+14
| | | | | | | | PR: 14670 Submitted by: maintainer Notes: svn path=/head/; revision=23069
* Add a configure argument so shujit can find its includesChris Piazza1999-10-091-0/+1
| | | | | | | Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=22284
* Update to version 0.3.8.Steve Price1999-09-272-3/+3
| | | | | | | | PR: 13608 Submitted by: maintainer Notes: svn path=/head/; revision=21988
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Use USE_GCC. This port still doesn't build:Satoshi Asami1999-08-231-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === : checking for awk... awk checking version of gcc... configure: error: unrecognized. ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:563: checking host system type configure:594: checking for libgdbm.so configure:714: checking whether make sets ${MAKE} configure:741: checking C compiler configure:750: checking for gcc295 configure:845: checking for objdump configure:888: checking for ruby configure:928: checking for ci configure:965: checking for co configure:1002: checking for mv configure:1039: checking for rm configure:1076: checking for wc configure:1113: checking for etags configure:1151: checking for which configure:1189: checking for fgrep configure:1228: checking for sed configure:1266: checking for mawk configure:1266: checking for gawk configure:1266: checking for nawk configure:1266: checking for awk configure:1298: checking version of gcc (end of "config.log") *** Error code 1 Stop. : === which looks weird since it does find gcc295 (line 750) before it bows out by not recognizing it. But at least it's now finding the right compiler. Notes: svn path=/head/; revision=20907
* Update to version 0.3.1b.Steve Price1999-08-015-25/+7
| | | | | | | | PR: 12744 Submitted by: maintainer Notes: svn path=/head/; revision=20438
* There is ZERO reason I should need to have Java installed just to fetchDavid E. O'Brien1999-07-041-2/+2
| | | | | | | this thing. Notes: svn path=/head/; revision=19988
* new ports/{java,irc,x11-servers}, dependency sweep #1Bill Fumerola1999-06-281-3/+3
| | | | Notes: svn path=/head/; revision=19876
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Add to BUILD_DEPENDS instead of overriding it when OSVERSION < 400002.Steve Price1999-06-141-2/+2
| | | | | | | | | PR: 12208 Submitted by: Akinori MUSHA <knu@and.or.jp> Messed up by: steve Notes: svn path=/head/; revision=19474
* Initial import of shujit version 0.2.10.Steve Price1999-06-108-0/+94
A Just In Time java bytecode compiler. PR: 11491 Submitted by: Jake Burkholder <jake@checker.org> Notes: svn path=/head/; revision=19410