| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
| |
- use USE_RUBY.
Submitted by: knu
|
|
|
|
| |
${PREFIX}/lib/[tya,shujit] in addition to JAVA_COMPILER.
|
| |
|
|
|
|
|
|
|
|
| |
- HAS_CONFIGURE -> GNU_CONFIGURE;
- don't bind to any particular virtual machine - install jit into
${PREFIX}/lib/shujit;
- respect CFLAGS;
- drop aout support.
|
| |
|
|
|
|
| |
Submitted by: jake (previous maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/18492
Submitted by: Palle Girgensohn <girgen@partitur.se>, ade
Reviewed by: ade
|
| |
|
|
|
|
|
|
|
| |
unfetchable distfile.
PR: ports/16889
Submitted by: Jake Burkholder <jburkhol@home.com> (maintainer)
|
|
|
|
|
| |
PR: 15990
Submitted by: Jake Burkholder <jake@io.yi.org>
|
|
|
|
|
| |
PR: 14670
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
|
|
|
|
|
| |
PR: 13608
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===
:
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.
|
|
|
|
|
| |
PR: 12744
Submitted by: maintainer
|
|
|
|
| |
this thing.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 12208
Submitted by: Akinori MUSHA <knu@and.or.jp>
Messed up by: steve
|
|
A Just In Time java bytecode compiler.
PR: 11491
Submitted by: Jake Burkholder <jake@checker.org>
|