* origin/pristine: (2419 commits)
devel/arduino-irremote: Update to 4.4.3
graphics/rigsofrods-pagedgeometry: Rename to graphics/pagedgeometry, switch upstream with fix build with ogre3d 1.14
devel/py-buildbot: Update version 3.11.9=>4.3.0
devel/py-buildbot-worker: Update version 3.11.9=>4.3.0
devel/py-buildbot-www: Update version 3.11.9=>4.3.0
devel/py-buildbot-wsgi-dashboards: New port
devel/py-buildbot-waterfall-view: Update version 3.11.9=>4.3.0
devel/py-buildbot-react-console-view: Update version 3.11.9=>4.0.4
devel/py-buildbot-grid-view: Update version 3.11.9=>4.3.0
devel/py-buildbot-console-view: Update version 3.11.9=>4.3.0
devel/py-buildbot-badges: Update version 3.11.9=>4.3.0
devel/gitea-act_runner: Update version 0.2.11=>0.2.12
multimedia/photofilmstrip: Return to pool
net/liblinphone: Update version 5.4.4=>5.4.25
net/mediastreamer: Update version 5.4.2=>5.4.24
security/lime: Update version 5.4.2=>5.4.24
security/bzrtp: Update version 5.4.2=>5.4.24
net/belle-sip: Update version 5.4.2=>5.4.24
deskutils/belcard: Update version 5.4.2=>5.4.24
net/ortp: Update version 5.4.2=>5.4.24
...
* origin/pristine: (253 commits)
www/cinny: Update to 4.8.1
www/element-web: Update to 1.11.103
audio/linux-c7-pulseaudio-libs: Do not require libs that are reachable via rpath
Mk/bsd.sites.mk: fix index building
x11-themes/adwaita-icon-theme: Fix .pc install dir
graphics/linux-c7-dri: Do not require private clang libs
misc/qt6ct: Bump another Qt6 private API abuser
lang/gcc16-devel: Update to 16.0.0.s20250608
lang/gcc15-devel: Update to 15.1.1.s20250607
lang/gcc14-devel: Update to 14.3.1.s20250606
lang/gcc13-devel: Update to 13.3.1.s20250605
lang/gcc12-devel: Update to 12.4.1.s20250604
x11-themes/adwaita-icon-theme-legacy: Apply the same fix as for the non-legacy version
emulators/linux_base-c7: Do not require gconv plugins
*/*: Bump PORTREVISION for known Qt private API abusers
devel/git: Rename HTMLDOCS option into canonical DOCS option
x11-themes/adwaita-icon-theme: drop check for gtk-update-icon-cache
devel/glibmm: update to 2.66.8
devel/dconf-editor: update to 45.0.1
deskutils/gnome-weather: update to 47.0
...
It should be a PORTREVISION bump for shlib change of devel/grpc.
The proposed patch for 19.0.0 update was committed by accident.
Revert to previous version and bump PORTREVISION.
- Update MASTER_SITES: use upstream release tarball
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/googletest/releases
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat, nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141
The TESTING option (enabling the TESTING module) is disabled due to
googletest incompatibility with C++17 -compiled code on 13.2
PR: 277953
Reported by: Palle Girgensohn <girgen@FreeBSD.org>
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>