notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: java/jgraphx/Makefile

Number of commits found: 32

Thursday, 9 Apr 2026
05:36 Ronald Klop (ronald) search for other commits by this committer
java/jgraphx: unpin openjdk8

Builds fine with modern JDK.
Dependency math/scilab uses openjdk8 so this needs to generate
Java 8 compatible class files.

Approved-by:	no maintainer
commit hash: 6a6eca90407af6eb23e5c5cffe00e807f2ef1d6f commit hash: 6a6eca90407af6eb23e5c5cffe00e807f2ef1d6f commit hash: 6a6eca90407af6eb23e5c5cffe00e807f2ef1d6f commit hash: 6a6eca90407af6eb23e5c5cffe00e807f2ef1d6f 6a6eca9
Thursday, 2 Apr 2026
21:06 Ronald Klop (ronald) search for other commits by this committer
*/*: bump portrevision after java_default=25 update

Included all ports that have USES=java.

PR:	293559
commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 86813e9
Thursday, 26 Feb 2026
08:10 Ronald Klop (ronald) search for other commits by this committer
*/*: bump portrevision after java_default=21 update

PR:	272855
commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc 2baaf16
Monday, 26 Jan 2026
10:49 Ronald Klop (ronald) search for other commits by this committer
math/scilab: fix build with jdk8 and JAVA_DEFAULT=21

When scilab compiles with jdk8 it needs the libraries to be
compiled with jdk8 also.

PR:	272855
Approved-By:	no maintainer
Fixes:	0bb32f6170f8040ec686c7e597408b1f3923a225 (scilab pin to jdk8)
commit hash: cddcb216be6df3e4cff1b26e11d4c4fc3fcacfba commit hash: cddcb216be6df3e4cff1b26e11d4c4fc3fcacfba commit hash: cddcb216be6df3e4cff1b26e11d4c4fc3fcacfba commit hash: cddcb216be6df3e4cff1b26e11d4c4fc3fcacfba cddcb21
Tuesday, 31 Dec 2024
14:39 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/java.mk: Runtime fix with USES=java:ant

USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.

Thanks to vvd for carefully going through this.

Reported by:	vvd
Approved by:	portmgr (blanket)
commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 ac7a7d6
08:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**java.mk: Convert bsd.java.mk to USES

The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b 0835676
Wednesday, 8 Nov 2023
18:43 Max Brazhnikov (makc) search for other commits by this committer
math/scilab: drop maintainership

Release math/scilab and its prerequisites
commit hash: 379cec2296b783715804b77e3366953a48b324f6 commit hash: 379cec2296b783715804b77e3366953a48b324f6 commit hash: 379cec2296b783715804b77e3366953a48b324f6 commit hash: 379cec2296b783715804b77e3366953a48b324f6 379cec2
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 29 Jun 2022
21:51 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
java/jgraphx: Add NO_ARCH

Approved by:	portmgr (blanket)
commit hash: 7933982fa1fd20a01315774ab2335c8018db320f commit hash: 7933982fa1fd20a01315774ab2335c8018db320f commit hash: 7933982fa1fd20a01315774ab2335c8018db320f commit hash: 7933982fa1fd20a01315774ab2335c8018db320f 7933982
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 31 Oct 2020
08:36 makc search for other commits by this committer
java/jgraphx: Update to 4.2.2
Original commitRevision:553751 
Saturday, 20 Jun 2020
12:13 makc search for other commits by this committer
java/jgraphx:
- Update to 4.2.0
Original commitRevision:539733 
Monday, 1 Jun 2020
21:14 makc search for other commits by this committer
java/jgraphx:
- Update to 4.1.1
- Amend port comment and description
Original commitRevision:537508 
Friday, 16 Aug 2019
08:37 makc search for other commits by this committer
java/jgraphx:
- Update to 4.0.3
- Remove COMPILE option and build unconditionally from sources
- Update WWW

PR:		234140 (based on)
Submitted by:	yuri
Original commitRevision:509068 
Thursday, 8 Dec 2016
17:40 tijl search for other commits by this committer
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428144 
Wednesday, 2 Nov 2016
09:05 makc search for other commits by this committer
Take maintainership of math/scilab dependencies
Original commitRevision:425127 
Thursday, 20 Oct 2016
15:58 rakuco search for other commits by this committer
Reassign makc's ports back to the pool.

See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
Original commitRevision:424339 
Saturday, 29 Aug 2015
18:24 truckman search for other commits by this committer
The GitHub revision tag starts with 'v', so add DISTVERSIONPREFIX to
unbreak fetch.  This affects the name of the distfile (but not the
size or hash), so update distinfo to match.

PR:		202735
Approved by:	makc (maintainer)
Original commitRevision:395564 
Tuesday, 25 Aug 2015
10:00 makc search for other commits by this committer
java/jgraphx:
- Convert to new options helpers
- Convert to USE_GITHUB
- Fix license (it's BSD actually) and remove MANUAL_PACKAGE_BUILD
Original commitRevision:395227 
Thursday, 1 May 2014
16:28 makc search for other commits by this committer
java/jgraphx:
- Update to 2.5.1.0
- Use direct link instead of GITHUB (doesn't work for me)
- Remove needless JAVA_VERSION
- Take maintainership (the port is required for math/scilab)

PR:		ports/189203
Approved by:	crees (former maintainer)
Original commitRevision:352758 
Sunday, 29 Dec 2013
15:46 crees search for other commits by this committer
Stage ports maintained by me in irc java mail

Cleanups in several places
Original commitRevision:338013 
Friday, 20 Sep 2013
19:48 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
Original commitRevision:327738 
Wednesday, 19 Dec 2012
10:04 gahr search for other commits by this committer
- Update to 1.10.3.0

Approved by:	crees (maintainer, via IRC)
Original commitRevision:309231 
Monday, 10 Dec 2012
13:18 bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
Original commitRevision:308604 
Thursday, 21 Jul 2011
05:03 linimon search for other commits by this committer
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
Original commit
Friday, 17 Jun 2011
06:46 crees search for other commits by this committer
- Update maintainer address

Approved by: rene (mentor)
Original commit
Friday, 11 Feb 2011
18:57 culot search for other commits by this committer
- Update to 1.5.1.5

PR:             ports/154532
Submitted by:   Chris Rees <utisoft AT gmail.com> (maintainer)
Original commit
Thursday, 23 Dec 2010
18:49 makc search for other commits by this committer
Update to 1.5.0.2
Add license info

PR:             ports/153304
Submitted by:   Chris Rees (maintainer)
Original commit
Sunday, 22 Aug 2010
11:58 lwhsu search for other commits by this committer
- Update to 1.4.0.9

PR:             ports/148973
Submitted by:   Chris Rees <utisoft AT gmail.com> (maintainer)
Original commit
Wednesday, 24 Feb 2010
00:48 wen search for other commits by this committer
- Update to 1.3.0.0

PR:             ports/143865
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
Approved by:    maintainer
Feature safe:   yes
Original commit
Tuesday, 19 Jan 2010
05:57 wen search for other commits by this committer
JGraph is the most powerful, lightweight, feature-rich, and thoroughly
documented open-source graph component available for Java. It is accompanied
by JGraphpad, the first free diagram editor for Java that offers XML, Drag and
Drop and much more!

With the JGraph zoomable component, you can display objects and relations
(networks) in any Swing UI. JGraph can also be used on the server-side, for
example to read a GXL graph, apply a custom layout algorithm, and return the
result as a HTML image map.

WWW: http://www.jgraph.com/jgraphx.html

PR:             ports/142541
Submitted by:   Chris Rees <utisoft@gmail.com>
Original commit

Number of commits found: 32