2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-23 12:01:56 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Update HOMEPAGE and MASTER_SITES. Closes PR 29769 by Antoine Reilles.
|
2005-02-24 10:03:12 by Alistair G. Crooks | Files touched by this commit (133) |
Log message:
Add RMD160 digests
|
2005-01-31 00:18:39 by Julio M. Merino Vidal | Files touched by this commit (13) |
Log message:
Convert the Java related packages to use the alternatives system. To do
this, we only need some simple logic in java-env.mk to automatically
generate an ALTERNATIVES file for us.
There are two exceptions, though: fastjar and jikes (pointed out by tv@),
which do not use this file; they have to be handled manually.
Bump PKGREVISION for all affected packages.
While doing this, remove the java-wrapper package, obsoleted by the new
functionality provided by pkg_alternatives.
|
2004-10-06 06:33:31 by Todd Vierling | Files touched by this commit (1) |
Log message:
Enable incomplete "-source 1.5" support as described in NEWS. This doesn't
break default or "-source 1.3/1.4" compiles already supported; it just adds
additional parser code for some new language constructs in 1.5.
|
2004-10-06 04:40:55 by Todd Vierling | Files touched by this commit (2) |
Log message:
Update to 1.22, makes compatible with rt.jar from JDK 1.5. NEWS file:
=====
*** Jikes 1.22 was released 3 October 2004
This release supports compilation using the rt.jar shipped with
the released version of Java 5.0, but otherwise has no more
support for new language features than 1.21 did.
These specification problems are fixed:
3986 jikes compiles faulty source without error or warning
4042 constructor of strictfp class not strictfp
4046 no warning when overriding a deprecated method
These crashes on valid or invalid source are fixed:
3934 Assertion failed: ! array tuple.h line 429
3972 "Assertion failed" on incorrect String operations
3974 Assertion failed: type == control.String()
3989 Assertion `! array' failed with String.class literal
These problems with diagnostics are fixed:
3424 Confusing error message for type not found error
3947 static method local shouldn't shadow instance field
These other problems are fixed:
495 classpath problems introduced by 1.14
4018 errno undefined (freebsd-4.8
|
2004-05-29 00:31:51 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update lang/jikes to 1.21.
Changes:
A regression in 1.20 that caused us to complain about supposedly
invalid .class files has been rectified. Some minor error message
improvements have been made.
|