| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
respect examples
|
| |
|
|
|
|
| |
java)
|
|
|
|
|
|
|
|
|
|
| |
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES
and require manual fetching, others are already marked RESTRICTED.
- Trim headers
- Convert some pre-fetch errors into IGNORE
- Remove needless quoting in java/jdk7-doc IGNORE
With hat: portmgr
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
. Remove dependency on java/collections since they've been a part of
the standard runtime library since 1.2.
|
|
|
|
| |
Suggested by: glewis
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
| |
. Respect NOPORTDOCS.
. Split "docs" into examples and docs as appropriate and install them in
the relevant directories.
. Use PORTDOCS.
. Use appropriate macros in the packing list (%%JAVAJARDIR%% and
%%EXAMPLESDIR%%) and adjust it appropriately for the previous two changes.
. Bump PORTREVISION.
|
|
|
|
|
|
|
| |
. Add 'devel' as a secondary category.
. Unquote IGNORE.
. Remove unnecessary EXTRACT_SUFX setting.
. Use bsd.java.mk 2.0.
|
|
|
|
|
| |
PR: 86547
Submitted by: Manfred Riem <mriem@manorrock.org>
|
|
|
|
|
| |
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
|
| |
|
|
|
|
| |
share/doc
|
|
|
|
| |
Forgotten by: znerd
|
|
|
|
|
| |
PR: ports/18009
Submitted by: tkato@prontomail.ne.jp
|
| |
|
| |
|
|
Enables dynamic exchange of data between JavaBeans(TM).
PR: 13163
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
|