<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/java/eclipse/Makefile, branch 13.1-eol-q</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13.1-eol-q</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13.1-eol-q'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2023-04-18T01:55:17Z</updated>
<entry>
<title>java/eclipse: return to pool as per maintainer's request</title>
<updated>2023-04-18T01:55:17Z</updated>
<author>
<name>Koichiro Iwao</name>
<email>meta@FreeBSD.org</email>
</author>
<published>2023-04-18T01:55:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cef7c27c035655d64cf68fae2937b76d570fd663'/>
<id>urn:sha1:cef7c27c035655d64cf68fae2937b76d570fd663</id>
<content type='text'>
PR:		270885
</content>
</entry>
<entry>
<title>accessibility/at-spi2-core: update to 2.46.0</title>
<updated>2023-03-02T05:23:10Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2023-02-24T09:34:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8'/>
<id>urn:sha1:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8</id>
<content type='text'>
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
</content>
</entry>
<entry>
<title>java/eclipse: fix build with clang 15</title>
<updated>2023-01-22T18:58:23Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2023-01-18T20:11:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=55820d3f162a65b9d284f1a5541965733c415a36'/>
<id>urn:sha1:55820d3f162a65b9d284f1a5541965733c415a36</id>
<content type='text'>
During an exp-run for llvm 15 (see bug 265425), it turned out that
java/eclipse failed to build with clang 15:

  [INFO]      [exec] Building GTK3 bindings:
  [INFO]      [exec] gmake[1]: Entering directory '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_24/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/tmpdir'
  ...
  [INFO]      [exec] cc -O -Wall -fPIC -DSWT_VERSION=4952r11    -DFREEBSD -DGTK -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk11/include -I/usr/local/openjdk11/include/freebsd -DJNI64 -m64 -Werror `pkg-config --cflags gtk+-3.0 gtk+-unix-print-3.0` -c os.c
  [INFO]      [exec] os.c:10086:31: error: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
  [INFO]      [exec]         rc = (jint)((jint (*)())arg0)(arg1, arg2, arg3);
  [INFO]      [exec]                                      ^
  [INFO]      [exec] os.c:10098:31: error: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
  [INFO]      [exec]         rc = (jint)((jint (*)())arg0)(arg1, arg2);
  [INFO]      [exec]                                      ^
  [INFO]      [exec] os.c:10704:33: error: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
  [INFO]      [exec]         rc = (jlong)((jlong (*)())arg0)(arg1, arg2, arg3, arg4);
  [INFO]      [exec]                                        ^
  [INFO]      [exec] os.c:10716:33: error: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
  [INFO]      [exec]         rc = (jlong)((jlong (*)())arg0)(arg1, arg2, arg3, arg4, arg5, arg6);
  [INFO]      [exec]                                        ^
  [INFO]      [exec] os.c:10728:33: error: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
  [INFO]      [exec]         rc = (jlong)((jlong (*)())arg0)(arg1, arg2, arg3, arg4, arg5, arg6, arg7);
  [INFO]      [exec]                                        ^

These -Werror warnings are in code generated by JNIGenerator, so they
cannot directly be fixed (at least not without hacking on JNIGenerator
itself).

Instead we need to add -Wno-deprecated-non-prototype for clang 15 and
higher. To achieve this, we have to pass CFLAGS to MAVEN_ENV, and adjust
the gtk build.sh script to respect the CFLAGS setting in the
environment.

PR:		269034
Approved by:	jonc@chen.org.nz (maintainer)
MFH:		2023Q1
</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>java/eclipse: Makefile cleanup</title>
<updated>2022-07-06T20:48:03Z</updated>
<author>
<name>Jonathan Chen</name>
<email>jonc@chen.org.nz</email>
</author>
<published>2022-07-05T05:58:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3d3be85dd2c2e72fe1431f8e060307f4eeb41e30'/>
<id>urn:sha1:3d3be85dd2c2e72fe1431f8e060307f4eeb41e30</id>
<content type='text'>
 * disable PORTSCOUT
 * remove now superflous WRKSRC_SUBDIR

PR:	264967
Reported by:	jonc@chen.org.nz (maintainer)
</content>
</entry>
<entry>
<title>java/eclipse: Update to 4.24</title>
<updated>2022-06-24T08:36:11Z</updated>
<author>
<name>Jonathan Chen</name>
<email>jonc@chen.org.nz</email>
</author>
<published>2022-06-24T08:30:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e1b29db6eb266748e352efcc6f9c4e96c118a316'/>
<id>urn:sha1:e1b29db6eb266748e352efcc6f9c4e96c118a316</id>
<content type='text'>
PR:		264864
</content>
</entry>
<entry>
<title>java/eclipse: update 4.16 -&gt; 4.21</title>
<updated>2022-06-03T10:06:36Z</updated>
<author>
<name>Jonathan Chen</name>
<email>jonc@chen.org.nz</email>
</author>
<published>2022-06-03T10:06:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a0c13b4a90b805807864f484d8ade07906198dbf'/>
<id>urn:sha1:a0c13b4a90b805807864f484d8ade07906198dbf</id>
<content type='text'>
This release is 1.5 years overdue and 6 months out-of-date, but is
an important interim step to the 4.24 release due in June 2022.

Massive thanks go to Patrick Mackinlay who resolved the 2 critical
bugs preventing update from coming out sooner!

Author:	Jonathan Chen &lt;jonc@chen.org.nz&gt;
PR:	264400
</content>
</entry>
<entry>
<title>java/eclipse: fix runtime on powerpc64</title>
<updated>2021-08-08T22:46:59Z</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2021-08-08T22:46:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=190b9776a18695f51ce6e509d4ea72f243699add'/>
<id>urn:sha1:190b9776a18695f51ce6e509d4ea72f243699add</id>
<content type='text'>
Changing "ppc64le" to "ppc64" (or powerpc64) resolves the SIGSEGV issue on big endian but breaks little endian, so replace only on powerpc64.

Submitted by:	hamiltcl@verizon.net
Approved by:	jonc@chen.org.nz (maintainer timeout)
</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>
</feed>
