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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11-toolkits/wxgtk32/Makefile

Number of commits found: 8

Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Thursday, 14 Dec 2023
07:39 Nuno Teixeira (eduardo) search for other commits by this committer
x11-toolkits/wxgtk32: Fix build without WAYLAND

- Apply temporary upstream patch to fix issue

PR:		274367, 275484
Approved by:	portmgr (build fix blanket)
commit hash: 7bd358e3891840cce005e92e88533dc8b1ba441c commit hash: 7bd358e3891840cce005e92e88533dc8b1ba441c commit hash: 7bd358e3891840cce005e92e88533dc8b1ba441c commit hash: 7bd358e3891840cce005e92e88533dc8b1ba441c 7bd358e
Thursday, 23 Nov 2023
10:44 Nuno Teixeira (eduardo) search for other commits by this committer
x11-toolkits/wxgtk32: Update to 3.2.4

- Pet portlint, portclippy and portfmt

ChangeLog:
	https://www.wxwidgets.org/news/2023/11/wxwidgets-3.2.4-released/
	https://www.wxwidgets.org/news/2023/10/wxwidgets-3.2.3-released/
	https://www.wxwidgets.org/news/2023/02/wxwidgets-3.2.2.1-released/
	https://www.wxwidgets.org/news/2023/02/wxwidgets-3.2.2-released/

PR:		274367
Approved by:	desktop (maintainer timeout, >1 month)
MFH:		2023Q4
commit hash: e469df520bef0163bba99153f24b1de06d9364f8 commit hash: e469df520bef0163bba99153f24b1de06d9364f8 commit hash: e469df520bef0163bba99153f24b1de06d9364f8 commit hash: e469df520bef0163bba99153f24b1de06d9364f8 e469df5
Thursday, 9 Nov 2023
19:32 Dimitry Andric (dim) search for other commits by this committer
x11-toolkits/wxgtk32: fix build with lld 17

Building x11-toolkits/wxgtk32 with lld 17 results in the following link
errors:

  ld: error: version script assignment of 'WXU_3.2.1' to symbol
'wxApp::GTKAllowDiagnosticsControl()' failed: symbol not defined
  ld: error: version script assignment of 'WXU_3.2.1' to symbol
'wxFileDialog::AddShortcut(const wxString&, int)' failed: symbol not defined

Add -Wl,--undefined-version to LDFLAGS to suppress these errors, since
wxWidgets reuses the same linker version script for all its shared
libraries.

PR:		273753
Approved by:	blanket (desktop)
MFH:		2023Q4
commit hash: 9b214a66ea8788a6da299139decf506a4b4f5ff1 commit hash: 9b214a66ea8788a6da299139decf506a4b4f5ff1 commit hash: 9b214a66ea8788a6da299139decf506a4b4f5ff1 commit hash: 9b214a66ea8788a6da299139decf506a4b4f5ff1 9b214a6
Friday, 28 Jul 2023
17:13 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f 664a2fa
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

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
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Monday, 20 Feb 2023
17:34 Stefan Eßer (se) search for other commits by this committer
x11-toolkits/wxgtk32:  Remove obsolete WWW: lines from pkg-descr

The WWW: lines at the end of pkg-descr files has been replaced
by the WWW macro in the ports' Makefiles on September 7, 2022
(see commit b7f05445c00f26 for details).

Approved by:	portmgr (implicit)
commit hash: 523b7fd1cb8b03787eb8a0bbdd829eb189c74206 commit hash: 523b7fd1cb8b03787eb8a0bbdd829eb189c74206 commit hash: 523b7fd1cb8b03787eb8a0bbdd829eb189c74206 commit hash: 523b7fd1cb8b03787eb8a0bbdd829eb189c74206 523b7fd
Tuesday, 25 Oct 2022
05:44 Loïc Bartoletti (lbartoletti) search for other commits by this committer
x11-toolkits/wxgtk32: GUI toolkit (wxWidgets) with GTK+ bindings

3.2 is new stable branch after 3.0, 3.1 was develop/unstable branch,
so in future 3.2 have to replace 3.1 for all consumers in ports.

PR:		265093
Reported by:	VVD <vvd@unislabs.com>
Reviewed by:	rhurlin
commit hash: 67187437acbb01d12cffab58983c839f9819cac3 commit hash: 67187437acbb01d12cffab58983c839f9819cac3 commit hash: 67187437acbb01d12cffab58983c839f9819cac3 commit hash: 67187437acbb01d12cffab58983c839f9819cac3 6718743

Number of commits found: 8