| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: ports/70056
Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org>
Approved by: maintainer
Notes:
svn path=/head/; revision=117467
|
|
|
|
|
|
|
|
| |
PR: ports/70057
Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org>
Notes:
svn path=/head/; revision=117466
|
|
|
|
|
|
|
|
|
|
| |
- Fix packaging
PR: ports/70597
Submitted by: Ronald Klop (maintainer)
Notes:
svn path=/head/; revision=117412
|
|
|
|
|
|
|
| |
Pointy hat to: myself
Notes:
svn path=/head/; revision=117009
|
|
|
|
|
|
|
|
|
|
| |
By the way, in the future, you can put the Class as 'maintainer-update'.
PR: ports/70796
Submitted by: Gerrit Beine <tux at pinguru dot net> (maintainer)
Notes:
svn path=/head/; revision=117006
|
|
|
|
|
|
|
|
|
| |
PR: ports/69830
Submitted by: Jeremy Faulkner <gldisater@gldis.ca>
Reviewed by: hq
Notes:
svn path=/head/; revision=116988
|
|
|
|
|
|
|
|
|
|
|
|
| |
override the MAKEFLAGS ARCH value in the main HotSpot Makefile. Fix
this by passing in a blank MAKEFLAGS up front so there is nothing to
(try to) override.
Submitted by: truckman
Requested by: kris
Notes:
svn path=/head/; revision=116566
|
|
|
|
|
|
|
| |
useful.
Notes:
svn path=/head/; revision=116496
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USE_ANT
- Set USE_JIKES=no to forbid the use of Jikes to build the port
- Use %%JAVAJARDIR%%
- Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1]
- Use ${ECHO_MSG} rather than ${ECHO}
- Add 'textproc' category
- Fix LOCALBASE/PREFIX issue with JAVAJARDIR [1]
PR: 68511
Submitted by: me
Reviewed by: glewis [1]
Approved by: znerd (maintainer), glewis (mentor)
Notes:
svn path=/head/; revision=116395
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USE_ANT
- Use %%JAVAJARDIR%%
- Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1]
- ECHO_CMD -> ECHO_MSG
- Fix homepage in pkg-descr (and arrange the text a little)
- Add 'devel' category
PR: 70213
Submitted by: me
Reviewed by: glewis [1]
Approved by: glewis (mentor), znerd (maintainer)
Notes:
svn path=/head/; revision=116201
|
|
|
|
|
|
|
|
|
| |
PR: 69853
Submitted by: Jake Hamby <jhamby@anobject.com>
Approved by: phantom (maintainer)
Notes:
svn path=/head/; revision=116077
|
|
|
|
|
|
|
|
| |
- Use PKGNAMESUFFIX
- Twiddle PLIST_FILES/pkg-plist to hopefully ease merging
Notes:
svn path=/head/; revision=115926
|
|
|
|
|
|
|
|
|
|
|
| |
additional patches.
This patch is taken almost verbatim from PR 69853 which was
submitted by Jake Hamby <jhamby@anobject.com>. I've applied it to
jdk13 rather than jdk14 though.
Notes:
svn path=/head/; revision=115872
|
|
|
|
|
|
|
|
| |
if set in the port build. Note that the HotSpot build will likely
require additional changes for it to also respect these variables.
Notes:
svn path=/head/; revision=115870
|
|
|
|
|
|
|
| |
with (as comments should be optional).
Notes:
svn path=/head/; revision=115869
|
|
|
|
|
|
|
|
| |
PR: ports/69642
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=115541
|
|
|
|
|
|
|
|
|
|
|
| |
o Update to 3.0.1.
PR: java/69751
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer)
Pointed out by: Oliver Lietz <freebsd-java@oliverlietz.de>
Notes:
svn path=/head/; revision=115471
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Fix build on 4-stable. [2]
o Fix a problem expect using JDK1.4.2. [3]
o Respect CC/CXX. [4]
o Bump PORTREVISION Accordingly.
Reported by: Jiawei Ye <leafy7382@gmail.com> [2]
SUGIMURA Takashi <sugimura@jp.FreeBSD.org> [3]
Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> [4]
Submitted by: Jeremy Faulkner <gldisater@gldis.ca> [1] [3]
Fernan Aguero <fernan@iib.unsam.edu.ar> [2]
Reviewed by: Panagiotis Astithas <past@ebs.gr> [1] [3] [4]
Pointy hat to: myself [2]
Notes:
svn path=/head/; revision=114955
|
|
|
|
| |
Notes:
svn path=/head/; revision=114907
|
|
|
|
| |
Notes:
svn path=/head/; revision=114825
|
|
|
|
| |
Notes:
svn path=/head/; revision=114813
|
|
|
|
| |
Notes:
svn path=/head/; revision=114805
|
|
|
|
| |
Notes:
svn path=/head/; revision=114778
|
|
|
|
|
|
|
|
|
|
|
| |
. Don't define local copies of JAVASHAREDIR and JAVAJARDIR.
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.
PR: 69525 [1]
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) [1]
Notes:
svn path=/head/; revision=114740
|
|
|
|
|
|
|
|
|
|
| |
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.
PR: 69525 [1]
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) [1]
Notes:
svn path=/head/; revision=114739
|
|
|
|
|
|
|
|
| |
PR: ports/69427
Submitted by: Panagiotis Astithas <past@ebs.gr>
Notes:
svn path=/head/; revision=114622
|
|
|
|
|
|
|
|
|
|
|
| |
for the eclipse platform.
PR: ports/68051
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Reviewed by: Panagiotis Astithas <past@ebs.gr>
Notes:
svn path=/head/; revision=114620
|
|
|
|
|
|
|
|
|
| |
for the Eclipse IDE (examples).
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=114618
|
|
|
|
|
|
|
| |
Reported by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=114617
|
|
|
|
| |
Notes:
svn path=/head/; revision=114616
|
|
|
|
|
|
|
| |
Suggested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=114615
|
|
|
|
|
|
|
|
| |
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Approved by: maintainer timeout (1week)
Notes:
svn path=/head/; revision=114614
|
|
|
|
|
|
|
|
| |
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Approved by: maintainer timeout (1week)
Notes:
svn path=/head/; revision=114613
|
|
|
|
|
|
|
|
| |
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Approved by: maintainer timeout (1week)
Notes:
svn path=/head/; revision=114612
|
|
|
|
|
|
|
| |
Suggested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=114611
|
|
|
|
|
|
|
| |
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=114610
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr>
Jeremy Faulkner <gldisater@gldis.ca>
Torben Jager <Torben.Jaeger@t-online.de>
Georg-W. Koltermann <gwk@rahn-koltermann.de>
Reviewed by: java
Notes:
svn path=/head/; revision=114609
|
|
|
|
|
|
|
|
|
|
| |
JOMP is a prototype OpenMP implementation for Java.
PR: 69057
Submitted by: brueffer
Notes:
svn path=/head/; revision=114303
|
|
|
|
|
|
|
|
|
|
| |
- Port cosmetics
PR: ports/69151
Submitted by: Herve Quiroz (maintainer)
Notes:
svn path=/head/; revision=113773
|
|
|
|
| |
Notes:
svn path=/head/; revision=113588
|
|
|
|
|
|
|
| |
Requested by: kris
Notes:
svn path=/head/; revision=113585
|
|
|
|
| |
Notes:
svn path=/head/; revision=113512
|
|
|
|
| |
Notes:
svn path=/head/; revision=113511
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Poseidon for UML to the port.
It is possible to switch the edition using the knobs
POSEIDON_SE=yes for the Standard Edition or
POSEIDON_PE=yes for the Professional Edition.
The download mechanism also changed. The packages will be fetched
automatically from Gentleware's FTP server from now on.
PR: ports/68929
Submitted by: maintainer.
Notes:
svn path=/head/; revision=113503
|
|
|
|
| |
Notes:
svn path=/head/; revision=113441
|
|
|
|
|
|
|
| |
when doing do.
Notes:
svn path=/head/; revision=113301
|
|
|
|
|
|
|
| |
Reported by: Nikolai Dershak <derja@gaz.cv.ua> (on ports@)
Notes:
svn path=/head/; revision=113263
|
|
|
|
|
|
|
| |
The Java Graph Diagram Component
Notes:
svn path=/head/; revision=113248
|
|
|
|
|
|
|
| |
A Java class provides mathematical graph-theory objects and algorithms
Notes:
svn path=/head/; revision=113246
|
|
|
|
| |
Notes:
svn path=/head/; revision=113097
|