<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/java/lightweight-java-profiler, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-04-02T21:06:57Z</updated>
<entry>
<title>*/*: bump portrevision after java_default=25 update</title>
<updated>2026-04-02T21:06:57Z</updated>
<author>
<name>Ronald Klop</name>
<email>ronald@FreeBSD.org</email>
</author>
<published>2026-04-02T21:04:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=86813e9ccf597695e26c8104e678f913689f1e93'/>
<id>urn:sha1:86813e9ccf597695e26c8104e678f913689f1e93</id>
<content type='text'>
Included all ports that have USES=java.

PR:	293559
</content>
</entry>
<entry>
<title>*/*: bump portrevision after java_default=21 update</title>
<updated>2026-02-26T08:10:21Z</updated>
<author>
<name>Ronald Klop</name>
<email>ronald@FreeBSD.org</email>
</author>
<published>2026-02-25T21:12:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2baaf16375792e66c71bc985f99e147f90be47fc'/>
<id>urn:sha1:2baaf16375792e66c71bc985f99e147f90be47fc</id>
<content type='text'>
PR:	272855
</content>
</entry>
<entry>
<title>Mk/**java.mk: Convert bsd.java.mk to USES</title>
<updated>2024-12-31T08:57:55Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-12-27T19:10:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0835676e361bca74b28b09fe0425ed5ee958f26b'/>
<id>urn:sha1:0835676e361bca74b28b09fe0425ed5ee958f26b</id>
<content type='text'>
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=&lt;version&gt; use USES=java and JAVA_VERSION=&lt;version&gt;

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
</content>
</entry>
<entry>
<title>all: return jmd's ports to the pool after safekeeping their commit bit.</title>
<updated>2024-11-28T16:10:52Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2024-11-28T16:10:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b2ece919c9010fff17dccac0462c8d705cadea87'/>
<id>urn:sha1:b2ece919c9010fff17dccac0462c8d705cadea87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*/*: Refactor java/openjdk7 removal</title>
<updated>2023-04-04T18:10:53Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-04-04T18:04:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4cda17ab14588e6e4fdac7f697e246554ce82af3'/>
<id>urn:sha1:4cda17ab14588e6e4fdac7f697e246554ce82af3</id>
<content type='text'>
- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1:b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>java: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:12Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=526869d8dc02563825a24d394e1d087334d654cc'/>
<id>urn:sha1:526869d8dc02563825a24d394e1d087334d654cc</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alex Semenyaka &lt;alex@rinet.ru&gt;
  *  Alexander Yerenkow &lt;yerenkow@gmail.com&gt;
  *  Anton Yudin (&lt;contact@toha.org.ua&gt;)
  *  Anton Yudin &lt;toha@toha.org.ua&gt;
  *  Benjamin Close &lt;benjsc@FreeBSD.org&gt;
  *  Björn König &lt;bkoenig@alpha-tierchen.de&gt;
  *  Conor McDermottroe &lt;ports@mcdermottroe.com&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org
  *  Dave Glowacki &lt;dglo@ssec.wisc.edu&gt;
  *  Ernst de Haan &lt;znerd@FreeBSD.org&gt;
  *  Eugene Grosbein &lt;ports@grosbein.net&gt;
  *  Filippo Natali &lt;filippo@widestore.net&gt;
  *  Gerrit Beine &lt;gerrit.beine@gmx.de&gt;
  *  Greg Lewis &lt;glewis@FreeBSD.org&gt;
  *  Herve Quiroz &lt;herve.quiroz@esil.univ-mrs.fr&gt;
  *  Jason Helfman &lt;jgh@FreeBSD.org&gt;
  *  Jeremy &lt;karlj000@unbc.ca&gt;
  *  Johannes Dieterich &lt;dieterich@ogolem.org&gt;
  *  Johannes Dieterich &lt;jmd@FreeBSD.org&gt;
  *  Jonathan Chen &lt;jonc@chen.org.nz&gt;
  *  Jose Marques
  *  Jose Marques &lt;noway@nohow.demon.co.uk&gt;
  *  Lapo Luchini &lt;lapo@lapo.it&gt;
  *  Lev Serebryakov &lt;lev@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Matthew Dillon &lt;dillon@backplane.com&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Mikhail T. &lt;mi@aldan.algebra.com&gt;
  *  Mikhail T. &lt;michael@fun-box.ru&gt;
  *  Mikhail Teterin
  *  Nicola Vitale &lt;nivit@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  OISHI Masakuni &lt;yamasa@bsdhouse.org&gt;
  *  OKAZAKI Tetsurou
  *  Pedro Giffuni
  *  Simeo Reig &lt;reig.simeo@gmail.com&gt;
  *  Sutra Zhou &lt;zhoushuqun@gmail.com&gt;
  *  Tom Judge &lt;tj@FreeBSD.org&gt;
  *  Volker Stolz &lt;vs@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Yen-Ming Lee &lt;leeym@cae.ce.ntu.edu.tw&gt;
  *  gldisater@gldis.ca
  *  ijliao
  *  jake@checker.org
  *  jpbeconne
  *  lon_kamikaze@gmx.de
  *  mi
  *  nordwick@xcf.berkeley.edu
  *  nork@FreeBSD.org
  *  olgeni@FreeBSD.org
  *  rasputin
  *  rfarmer@predatorlabs.net
  *  rtdean@cytherianage.net
  *  tux@pinguru.net

With hat:	portmgr
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to UCL &amp; cleanup pkg-message (categories h-k)</title>
<updated>2019-08-13T22:22:35Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2019-08-13T22:22:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3bd0ac0d72aab526cd89382825e17fb94504687d'/>
<id>urn:sha1:3bd0ac0d72aab526cd89382825e17fb94504687d</id>
<content type='text'>
</content>
</entry>
</feed>
