| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Java language support.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/10389 (part of)
Submitted by: greg@greg.rim.or.jp
|
|
|
|
|
|
|
|
| |
b) Change the PLIST to use a PLIST_SUB for the version number
to cut down on the size of diffs. (me)
PR: 12312
Submitted by: Steve Coltrin <spcoltri@io.com>
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
|
| |
to send UDP packets to the broadcast address.
Requested by: maintainer
|
|
|
|
| |
be minimal.
|
| |
|
| |
|
|
|
|
| |
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
|
|
| |
Modify the method to make MESSAGE when we "make install"
Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
|
|
|
|
|
|
| |
port unless you've already installed it.
Found by: "make clean" in /usr/ports
|
|
|
|
|
|
| |
(When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.)
Noticed by: maintainer
|
|
|
|
| |
Obtained from: the e-mail from maintainer
|
|
|
|
| |
anyway but it's one less warning to worry about.
|
| |
|
|
|
|
|
| |
PR: 10745
Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This is the Java based Constructor of Useful Parsers (CUP for short). It
serves the same role as the widely used program YAXX and in fact offers most
of the features of YACC. However, CUP is written in Java, uses specifications
including embedded Java code, and produces parsers which are implemented in
Java.
PR: ports/6570
Submitted by: Jason Nordwick <nordwick@xcf.berkeley.edu>
|
| |
|
|
|
|
| |
release.
|
| |
|
|
|
|
|
|
|
|
|
| |
This patch does the following things:
- show some **very** useful links after installing the port
- use ${TAR} instead of just tar and prepend arguments with a `-'
PR: 10703
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/10483
Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
|
| |
|
| |
|
|
|
|
| |
and BROKEN some gnome ports until I upgrade it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Vadim Zaliva. See Makefile comments.
* add extended version info to 'jikes -h' so we can track bugs with the
port
* unused variables warnings
* patch for array cloning bug
* patch for makedepend bug
* patch for ANSI fp handling (i.e. avoid faulting out on divide by 0
an such).
|
|
|
|
| |
its default value.
|
| |
|
|
|
|
|
| |
PR: 9046
Submitted by: maintainer
|
|
|
|
|
| |
Remove DISTFILES= in Makefile (default works fine), general cleanup
to make portlint(1) clean.
|
| |
|
|
|
|
|
|
| |
and make to remove the installed directories.
PR: ports/8957
Submitted by: taoka@infonets.hiroshima-u.ac.jp
|
|
|
|
|
| |
is what Nate intended because all the *.class files are listed in pkg/PLIST.
If it's the other way around, go ahead and revert it (and fix PLIST), Nate.
|
|
|
|
|
| |
Reviewed by: Mark Huizer <xaa@xaa.iae.nl> (maintainer)
Submitted by: Doug Rabson <dfr@calcaphon.com>
|
|
|
|
| |
JDK release it's easier for me to do this.
|