Commit graph

5646 commits

Author SHA1 Message Date
Tijl Coosemans
5d17e8f667 devel/libtextstyle, devel/gettext*: Update to 0.23
comms/grig, deskutils/xpad, games/7kaa:
Fix problem between autopoint (gettext) and aclocal (automake).
First autopoint installs gettext m4 files in WRKSRC/m4 for the
version of gettext requested in configure.ac.  And then aclocal
should use those files.  These ports were either missing an "-I m4"
flag so aclocal didn't see the autopoint m4 files but used the ones
from LOCALBASE/share/aclocal, which are the wrong version, or they
used the --install flag that makes aclocal copy files from
LOCALBASE/share/aclocal overwriting the autopoint m4 files.

PR:		283536
Exp-run by:	antoine
2025-01-01 17:32:31 +01:00
Rene Ladan
42677a819c comms/libconcord: Remove expired port
2024-12-31 comms/libconcord: Logitech Harmony were officially discontinued in 2021, last major product in 2019.
2025-01-01 13:32:17 +01:00
Rene Ladan
bb9a1b4a97 comms/concordance: Remove expired port
2024-12-31 comms/concordance: Logitech Harmony were officially discontinued in 2021, last major product in 2019.
2025-01-01 12:26:22 +01:00
Muhammad Moinur Rahman
ac7a7d6fe1
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)
2024-12-31 15:39:30 +01:00
Muhammad Moinur Rahman
0835676e36
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
2024-12-31 09:57:55 +01:00
Jason E. Hale
655ac59d93 comms/libimobiledevice-glue: Update to 1.3.1
https://github.com/libimobiledevice/libimobiledevice-glue/releases/tag/1.3.1
2024-12-31 03:45:26 -05:00
Hiroki Tagato
e4aa13fe7c comms/scrcpy: update to 3.1
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v3.1

Reported by:	GitHub (watch releases)
2024-12-25 17:49:31 +09:00
Po-Chuan Hsieh
aa9b59b778
*/*: Fix file permission (from 100755 to 100644) 2024-12-23 03:38:32 +08:00
Vladimir Kondratyev
680b86d5c5 comms/rtlbt-firmware: Update to 20240909
Sponsored by:	Future Crew LLC
PR:		282793
Approved by:	fuz
2024-12-22 06:41:49 +03:00
Älven
fc23d38191 comms/flamp: update 2.2.13 → 2.2.14
PR:	282914
2024-12-15 00:13:25 -08:00
Älven
a4e5a5f6d9 comms/iceoryx: update 2.0.5 → 2.0.6
PR:	282915
Approved by:	flo@purplekraken.com (maintainer's timeout; 22 days)
2024-12-14 22:38:21 -08:00
Hiroki Tagato
acd53b28cb comms/scrcpy: update to 3.0.2
Changelog:
- https://github.com/Genymobile/scrcpy/releases/tag/v3.0
- https://github.com/Genymobile/scrcpy/releases/tag/v3.0.1
- https://github.com/Genymobile/scrcpy/releases/tag/v3.0.2

Reported by:	GitHub (watch releases)
2024-12-07 14:35:37 +09:00
Älven
e25415d034 comms/cyclonedds: update 0.10.4 → 0.10.5
PR:	282915
2024-12-03 22:32:34 -08:00
Älven
8cebc306e8 comms/nec2c: update 1.3.1 → 1.3.2
PR:	282918
2024-12-03 22:15:31 -08:00
Ganael LAPLANCHE
319d776a47 comms/gqrx: Update to 2.17.6 2024-12-03 15:43:07 +01:00
Juraj Lutter
6c055a3d87 comms/zigbee2mqtt: Update to 1.42.0 2024-12-02 21:14:33 +01:00
Stephen Hurd
cc31024702 comms/syncterm: Update to 1.3
Updates SyncTERM to 1.3 and fixes some portlint errors.

Submitter becomes maintainer.

PR:		282954
2024-12-02 15:27:35 +01:00
Juraj Lutter
17cd25f005 comms/zigbee2mqtt: Fix plist and node_modules distfile
Re-roll distfile with node_modules that previously was
rolled with ARCH-dependent artifacts.
2024-11-27 14:44:55 +01:00
Juraj Lutter
6ef0c15871 comms/zigbee2mqtt: Add new port
zigbee2mqtt allows you to use your Zigbee devices without the vendor's
bridge or gateway.

It bridges events and allows you to control your Zigbee devices via
MQTT. In this way you can integrate your Zigbee devices with whatever
smart home infrastructure you are using.
2024-11-26 14:55:19 +01:00
Nuno Teixeira
73202fb63e */*: Bump consumers of x11-toolkits/wxgtk32
New version of wxgtk32 in tree
2024-11-25 12:07:22 +00:00
Gleb Popov
5505c50fcc *: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by:	Future Crew, LLC
2024-11-23 11:31:00 +03:00
Jason E. Hale
501ccfe6dd Qt5: Update to 5.15.16
Update devel/pyside2* and devel/shiboken2 to 5.15.16

Update www/qt5-webengine to include the latest security fixes in
the chromium submodule [1]

Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.16/release-note.md

MFH:		2024Q4
Security:	16e472d5-a8aa-11ef-b680-4ccc6adda413 [1]
2024-11-23 00:40:00 -05:00
Charlie Li
32a55d206d
devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722
2024-11-22 17:31:54 -05:00
Dima Panov
312ee18b02
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:25 +03:00
Charlie Li
48060e03b6
devel/py-gobject3: use USE_GNOME=pygobject3 helper
The helper is equivalent to the previous explicit dependency
declaration so no functional or metadata changes.

With hat: gnome
PR: 273722
2024-11-19 11:59:07 -05:00
Dima Panov
7dbd23b9e8
*/*: Introduce Rocky Linux 9 32-bit compat librariries (+)
Finaly we can get Linux Steam utils works again! :)

While here, pet reative paths

Sponsored by:	Future Crew, LLC
2024-11-13 03:10:50 +03:00
Oleksii Samorukov
b4234e8c0f comms/ebusd: update to 24.1
ChangeLog: https://github.com/john30/ebusd/blob/master/ChangeLog.md
2024-11-12 23:09:03 +01:00
Dirk Meyer
a2e118fa21 comms/lrzsz: patch CVE-2018-10195
Security: CVE-2018-10195
MFC: 2024Q4
2024-11-08 18:45:36 +01:00
Dima Panov
3cc4fcb65d
*/*: port linux-qt5-* components from Rocky Linux 9
Added:
	comms/linux-rl9-qt5-qtconnectivity
	comms/linux-rl9-qt5-qtsensors
	comms/linux-rl9-qt5-qtserialbus
	comms/linux-rl9-qt5-qtserialport
	devel/linux-rl9-qt5-designer
	devel/linux-rl9-qt5-qtbase
	devel/linux-rl9-qt5-qtdeclarative
	devel/linux-rl9-qt5-qtscript
	devel/linux-rl9-qt5-qttools
	graphics/linux-rl9-qt5-qt3d
	graphics/linux-rl9-qt5-qtgraphicaleffects
	graphics/linux-rl9-qt5-qtimageformats
	graphics/linux-rl9-qt5-qtsvg
	graphics/linux-rl9-qt5-qtwayland
	textproc/linux-rl9-qt5-qtxmlpatterns
	www/linux-rl9-qt5-qtwebchannel
	www/linux-rl9-qt5-qtwebsockets
	x11-toolkits/linux-rl9-qt5-qtquickcontrols
	x11/linux-rl9-qt5-qtx11extras

Sponsored by:	Future Crew, LLC
2024-11-07 12:15:50 +03:00
Vladimir Kondratyev
59d5bea1b4 comms/rtlbt-firmware: New port
Firmware for the Realtek Bluetooth USB devices.
To be downloaded with rtlbtfw(8).

Sponsored by:	Future Crew LLC
Reviewed by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D46740
2024-11-07 02:37:55 +03:00
Yuri Victorovich
d758653367 comms/sdr++: update 1.0.4 → 20241022 2024-11-03 18:39:20 -08:00
Yuri Victorovich
347be70e14 comms/libfobos: New port: RigExpert Fobos SDR API 2024-11-03 18:39:19 -08:00
Yuri Victorovich
8db595fabf comms/sdr++: Broken on 15 with clang-19
Reported by:	fallout
2024-11-02 23:47:54 -07:00
Robert Clausecker
2effd5a3db comms/libusbsio: fix build on architectures where uname -p != uname -m
The source uses uname -m to build a subdirectory, but we used uname -p
to describe it.  A fix was already attempted, but only incidentally
correct on ppc.  Use the right variable to fix the build on arm64, too.

Approved by:	portmgr (build fix blanket)
2024-10-21 11:35:59 +02:00
Po-Chuan Hsieh
8465dd9828
comms/py-spsdk: Convert to USE_PYTHON=cryptography
- While I'm here, remove unnecessary py-cryptography from BUILD_DEPENDS

Approved by:	portmgr (blanket)
With hat:	python
2024-10-21 17:17:38 +08:00
Po-Chuan Hsieh
d680779726
comms/py-pynitrokey: Convert to USE_PYTHON=cryptography
- While I'm here, remove unnecessary py-cryptography from BUILD_DEPENDS

Approved by:	portmgr (blanket)
With hat:	python
2024-10-21 17:17:38 +08:00
Po-Chuan Hsieh
5bab8d6056
comms/py-nkdfu: Fix PEP 517 installation
- While I'm here, update version requirement of BUILD_DEPENDS

Approved by:	portmgr (blanket)
With hat:	python
2024-10-18 03:03:58 +08:00
Fukang Chen
2af78a41c2 comms/py-esptool: Update to 4.8.1
Changelog:

    https://github.com/espressif/esptool/releases/tag/v4.8.1
    https://github.com/espressif/esptool/releases/tag/v4.8.0

PR:	282000
2024-10-15 06:23:02 +00:00
Diane Bruce
ca63da4a69 comms/fldigi: update to 4.2.06
2024-10-11  dave-w1hkj  <w1hkj@bellsouth.net>

	5a0388d15: Version 4.2.06
	41e9ff797: mfsk for QRP Labs qmx/qmxp
	9aa594062: ADIF correction
	84488a2f8: FSQ rx/tx freq
	c012178f8: Main dialog position
	2037a0418: Micro modems
	9bd273df3: color prefs
	28a229b71: colors and scheme

2024-05-18  Gabor Molnar HA3MGA  <gabor.molnar21@gmail.com>

	f2eb13145: @QSY+ macro tag

2024-05-16  dave-w1hkj  <w1hkj@bellsouth.net>

	885926ca2: autotools
	0858be91c: fw / ww
	37f386474: Wordsworth keying
	af361f7d6: UDP/CLOUD log record
	6d87dd4dd: FMT thread
	03b6d3d97: Version 4.2.05

2024-04-23  kk5vd  <kk5vd@yahoo.com>

	ac7f2ae04: Documentation Update
	98504be5f: RSID Scripting

2024-04-20  dave-w1hkj  <w1hkj@bellsouth.net>

	b1cf7440a: winkeyer
	51554e4dc:  Main X-Y-W-H restore
	79c2f941d: pi-winkeyer
	467c17391: Wordsworth CW
	580fdc566: Default language
	e64e3bc15: RSID Min Bandwidth
	e2b68197f: OFDM documentation
	2d021cff7: Deprecate °
	7debbe875: DominoEX MFSK Thor s/n

2024-03-24  Steve Magnuson  <steve.magnuson@gmail.com>

	99db787dc: gpio ptt

2024-03-23  dave-w1hkj  <w1hkj@bellsouth.net>

	05d48ff12: fsq mod
	b40f6084f: Windows EXEC macro
	533b9d0c5: RsID
	2494dd84f: menu fonts
	4347ae589: Update po files
	1867fbb9f: Scope colors
2024-10-13 12:30:08 -04:00
Jose Alonso Cardenas Marquez
63c1eb1caa
*/*: Bump PORTREVISION
- editors/lazarus was updated to 3.6.0
- editors/lazarus-devel was updated to 4.99
2024-10-08 22:58:59 -07:00
Dima Panov
55cfbcf56c
*/*: bump consumers after devel/boost* update
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:25:14 +03:00
Dima Panov
32ef1d3da4
comms/uhd: unbreak build with boost-1.85
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:24:52 +03:00
Dima Panov
6e08df7a70
comms/gnuradio: unbreak build with boost-1.85
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:24:51 +03:00
Rene Ladan
4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00
Brooks Davis
5b93136e22 comms/gkermit: enable use of errno.h for errno
The code to be standards conformant was there, just not enabled by
default so enable it.
2024-09-30 23:11:19 +01:00
Jason E. Hale
76fda7351a Qt6: Update to 6.7.3
As a patch release, Qt 6.7.3 does not introduce new features but
contains more than 400 bug fixes, security updates, and other
improvements to the top of the Qt 6.7.2 release. See more information
about the most important changes and bug fixes from Qt 6.7.3 release
note.

PySide6: Update to 6.7.3

New port: devel/qt6-grpc

Qt GRPC is the client-side implementation that, together with the Qt
Protobuf module, allows the definition of messages and services in
.proto files, which then use the provided code generators to generate
client code that allows the access for fields and gRPC services in the
Qt framework. The code generated by Qt GRPC enables the client-side to
communicate with a gRPC server (regardless of whether the server uses
Qt) by sending calls or streaming messages.

Announcement: https://www.qt.io/blog/qt-6.7.3-released
Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.3/release-note.md
2024-09-29 03:05:40 -04:00
Piotr Kubaj
0f2302bb8d comms/libusbsio: fix installation where ARCH != MACHINE_CPU
install  -m 0644 /wrkdirs/usr/ports/comms/libusbsio/work/libusbsio-8577280966ee91cab606df5b0c64889be71ce7b9/bin/freebsd_powerpc64le/libusbsio.a /wrkdirs/usr/ports/comms/libusbsio/work/stage/usr/local/lib
install: /wrkdirs/usr/ports/comms/libusbsio/work/libusbsio-8577280966ee91cab606df5b0c64889be71ce7b9/bin/freebsd_powerpc64le/libusbsio.a: No such file or directory
2024-09-25 15:47:18 +02:00
Hiroki Tagato
2cd2878dc8 comms/scrcpy: update to 2.7
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.7

Reported by:	GitHub (watch releases)
2024-09-23 21:13:36 +09:00
Jason E. Hale
8c1efc578d multimedia/gstreamer1: Update to 1.24.8
Mk/Uses/gstreamer.mk:
- Sort, fix whitespace issues and typos
- Promote several common variables to improve maintainer QOL
*   There's now no need to set manually set PORTVERSION nor
    SOVERSION in several Makefiles
*   This will help to prevent not updating some components
*   A note has been added, however, to remind maintainers
    to remake distinfo for certain ports
- Improve documentation

multimedia/gstreamer1-plugins-webrtc:
- New port split from multimedia/gstreamer1-plugins-bad
- multimedia/gstreamer1-plugins-rust has been updated
  to reflect this change

net/gstreamer1-plugins-sctp:
- New port split from multimedia/gstreamer1-plugins-bad

x11-toolkits/gstreamer1-plugins-qt5:
- Moved here from graphics/gstreamer1-plugins-qt to
  align with its new Qt6 counterpart

x11-toolkits/gstreamer1-plugins-qt6:
- New port: GStreamer Qt6 QML videosink plugin

*/*:
- Improve Makefile order and formatting
- Sorry for the repo churn, but not fixing this would just lead to more
  poorly formatted gstreamer ports in the future via copypasta

https://gstreamer.freedesktop.org/releases/1.24/#1.24.8

PR:		278914
Reported by:	vvd
2024-09-22 06:35:56 -04:00
Yuri Victorovich
af63ff6c64 comms/bladerf: update 2023.02 → 2024.05
Reported by:	portscout
2024-09-18 02:15:58 -07:00