| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Jul 2011 05:03:02
2.7.7
|
linimon  |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
18 Dec 2010 08:03:12
2.7.7
|
glewis  |
. Fix download/web site.
. Minor update to 2.7.7. |
02 Jun 2009 12:34:24
2.7.6_2
|
itetcu  |
Respect PREFIX.
Reported by: QATty |
25 Jul 2008 14:34:52
2.7.6_2
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
06 Jun 2008 13:21:59
2.7.6_2
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
29 Jun 2007 19:33:25
2.7.6_1
|
linimon  |
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD. |
19 May 2007 20:32:57
2.7.6_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
24 Jun 2006 22:31:49
2.7.6
|
thierry  |
Quieten configure by removing bashisms.
Approved by: Rainer Alves <rainer.alves (at) gmail.com> (maintainer) |
05 May 2006 01:43:39
2.7.6
|
lawrance  |
Disable C# support until maintainer adds an option for support.
PR: ports/96768
Submitted by: Kostik Belousov <kostikbel@gmail.com>
Approved by: Rainer Alves <rainer.alves@gmail.com> (maintainer) |
03 May 2006 13:06:32
2.7.6
|
lawrance  |
Update to 2.7.6.
Add OPTIONS for Python support.
Portlint cleanups.
Submitter takes maintainership.
PR: ports/93609
Submitted by: Rainer Alves <rainer.alves@gmail.com> |
24 Nov 2005 15:40:04
2.7.5
|
pav  |
- Add some SHA256 checksums |
09 Nov 2005 09:22:20
2.7.5
|
vs  |
Set USE_GCC=3.2+ to unbreak on 4.x |
28 Oct 2005 23:51:51
2.7.5
|
hq  |
Update to 2.7.5
PR: 88161
Submitted by: Frerich Raabe <frerich.raabe@gmx.de> |
12 Dec 2004 23:07:56
2.7.4
|
kris  |
Add missing directory |
15 Nov 2004 23:59:52
2.7.4
|
glewis  |
. Antlr now seems to require Java 1.4 or better (certainly the build fails
with 1.3). So fix the build for 4.x by requiring Java 1.4+.
. Reflect this requirement in antlr.sh. |
15 Nov 2004 23:57:59
2.7.4
|
glewis  |
. Fix the build for gcc < 3.2 (e.g. 2.95.4 on 4.x) by using <istream.h>
rather than <istream>. |
15 Nov 2004 04:17:08
2.7.4
|
hq  |
- Update to 2.7.4
- Update to bsd.java.mk 2.0
- Use HAS_CONFIGURE and CONFIGURE_ENV
- Cleanup unnecessary *_DEPENDS
- Honor hier(7): install examples in ${EXAMPLESDIR}
- Honor Porter's handbook: install JAR in ${JAVAJARDIR}
- Cleanup unnecessary port variables
- No longer use DIST_SUBDIR
- Use javavmwrapper in shell script (rather than hardcoding the use of a
particular JVM)
- New option WITH_BUILD_JAVA_LIB which force the build of the Java lib
- Switch maintainer to ports@
PR: 73509
Submitted by: me
Approved by: maintainer |
31 Mar 2004 03:12:58
2.7.2_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:21:48
2.7.2_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 12:50:38
2.7.2
|
netchild  |
Fix the my previous commit, CONFLICTS gets feeded into ls, so it has
to be a shell glob pattern to detect all versions of the port.
Noticed by: Marius Strobl <marius@alchemy.franken.de> |
28 Jan 2004 16:45:47
2.7.2
|
netchild  |
Add conflict between devel/antlr and devel/pccts. Maintainer of
antlr port informed.
Requested by: Marius Strobl <marius@alchemy.franken.de> |
08 May 2003 08:46:28
2.7.2
|
znerd  |
Update ANTLR to 2.7.2.
PR: 51416, 51417, 51418, 51905
Submitted by: maintainer |
21 Feb 2003 11:23:04
2.7.1
|
knu  |
De-pkg-comment. |
21 Jan 2003 02:53:49
2.7.1
|
edwin  |
New port: devel/antlr
ANTLR, ANother Tool for Language Recognition, (formerly
PCCTS) is a language tool that provides a framework for
constructing recognizers, compilers, and translators from
grammatical descriptions containing C++ or Java actions.
PR: ports/40238
Submitted by: Geoffrey Mainland <mainland@apeiron.net> |