| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the port is root. It was keeping the uid/gid of 10/143.
There might be a better solution than this in the long run
but it'll work for now.
PR: 12897
Reported by: Jose Marques <jose@nobody.org>
Also some minor non-functional changes, exit 0 -> ${FALSE},
PKGMESSAGE to use | ${SED} instead of creating a new file.
|
|
|
|
| |
containing the ports editors/vim5, sysutils/star, and one other.
|
|
|
|
|
| |
Found by: not-yet-completed addition to port distfile checker
suggested by Tim Vanderhoek
|
|
|
|
|
| |
PR: 12744
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
Fixup some instances of ${PREFIX} that should be ${LOCALBASE} too.
PR: 12590
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
|
|
|
|
| |
this thing.
|
| |
|
|
|
|
|
|
|
|
| |
It takes a specification file similar to that accepted by Lex and creates
a Java source file for the correspoding lexical analyzer.
PR: 12476
Submitted by: Jake Burkholder <jake@checker.org>
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: 12114
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
@{ECHO} => ${ECHO_MSG}
Submitted by: Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp
|
| |
|
|
|
|
| |
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.
|