9215 Commits

Author SHA1 Message Date
Po-Chuan Hsieh
4d13b25916
textproc/xerces-c3: Update to 3.3.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12355023
2024-10-25 23:56:41 +08:00
Yuri Victorovich
133e0b5d9f deskutils/just: Update WWW 2024-10-25 03:15:41 -07:00
Yuri Victorovich
aa0967a6e1 deskutils/rwpspread: update 0.3.0 → 0.3.1 2024-10-24 20:27:40 -07:00
Zsolt Udvari
5ef4478790 deskutils/fet: Update to 6.27.0
Add do-test target.

Changelog: https://lalescu.ro/liviu/fet/news.html
2024-10-24 07:52:56 +02:00
Matthias Fechner
9997938019 devel/libgit2: bump consumers of libgit2 due to update 2024-10-23 10:11:50 +03:00
Yuri Victorovich
f99a708957 Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
  because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
  in the cross-compilation mode.

Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.

Immadiate benefits:
* Unbreak build on architectures like i386 that sometimes require
  special RUSTFLAGS that were not effective in the cross-compilation
  mode.

Ports that really need cross-compilation for some reason should
enable it on case-by-case basis. Example: net-p2p/cncli
(Not sure why does net-p2p/cncli actually need it, but it only
builds with these options.)

PR:		280305
Approved by:	rust@FreeBSD.org (maintainer's timeout; 98 days)
2024-10-22 20:11:24 -07:00
Joerg Wunsch
4050539eaa deskutils/sliderule: prepare for 3rd millenium
This historic (pre-C89) code no longer compiled under modern
compilers. Modernize it.

The code does not rely on GCC-specific stuff, so remove this
requirement.

PR:		281225
2024-10-23 00:03:20 +02:00
Pierre Pronchery
f40eff752c deskutils/deforaos-notes: import version 0.2.1
Sponsored by:	The FreeBSD Foundation
2024-10-22 01:20:11 +02:00
Pierre Pronchery
57adfe9497 deskutils/deforaos-todo: update to version 0.3.1
Sponsored by:	The FreeBSD Foundation
2024-10-22 01:20:11 +02:00
Denis Shaposhnikov
f7818887f7 deskutils/syncthingtray: update to 1.6.3
Changelog: https://github.com/Martchus/syncthingtray/compare/v1.6.2...v1.6.3

PR:		282161
2024-10-21 11:36:23 +02:00
Robert Clausecker
38b11bae97 deskutils/remind: update to 05.00.07
Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
2024-10-21 11:36:02 +02:00
Nuno Teixeira
e161244170 deskutils/copyq: Update to 9.1.0
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v9.1.0
2024-10-20 11:22:11 +01:00
Jason E. Hale
f3eb2459d7 */*: Chase removal of sip from RUN_DEPENDS 2024-10-19 03:33:57 -04:00
Jason E. Hale
0d0b4d9bb9 */*: Remove qtbuilder and sip from RUN_DEPENDS
devel/py-qtbuilder and devel/py-sip should only be used as a
BUILD_DEPENDS. (e.g. USE_PYQT=qtbuilder:build sip:build)
Usually, these are only used to build the PyQt framework, but a few
other ports need them to build. Ports that have them as a BUILD_DEPENDS
unnecessarily haven't been audited yet.

Sip used to be needed for run, but this hasn't been the case for quite
some time. Runtime is provided by the devel/py-qt[56]-sip ports.
(USE_PYQT=pysip). The main PyQt ports provide this automatically, so
it isn't necessary to add it to individual consumers.

While here:
www/onionshare: Remove PyQt stuff completely. It uses PySide.

With hat:	kde@
2024-10-19 03:21:41 -04:00
Guido Falsi
2ee1ef4fae deskutils/calibre: Update to 7.20.0 2024-10-19 00:27:44 +02:00
Nuno Teixeira
80accc4e56 deskutils/basket: Deprecate and set expiration date to 2024-12-31
Unmaintained for years, outdated and fails to build with libgit 1.8.1

PR:		280704
2024-10-18 21:26:53 +01:00
Nuno Teixeira
60f7140fe7 */*: Bump consumers of devel/libgit2
libgit2 updated to 1.8.1
2024-10-18 19:56:41 +01:00
Yonas Yanfa
39d51f2500 deskutils/goesimage: update 0.1.3 → 0.1.4
PR:	282027
2024-10-13 21:14:32 -07:00
Daniel Engberg
32db1d3183 deskutils/plan: Remove dead mirrors and switch to https for MASTER_SITES
Remove dead mirrors and switch to https for MASTER_SITES

Approved by:	portmgr (blanket)
2024-10-13 12:13:54 +02:00
Daniel Engberg
5f16ba2ed3 x11-clocks/tclock: Remove dead mirrors and switch to https for MASTER_SITES
Remove dead mirrors and switch to https for MASTER_SITES
2024-10-13 12:13:54 +02:00
Alexey Dokuchaev
73a7c1d294 deskutils/qownnotes: update QOwnNotes to version 24.10.1. 2024-10-12 21:05:24 +00:00
Andreas Bilke
0ef1134af9 deskutils/py-todoman: Update to 4.5.0
Changelog: https://github.com/pimutils/todoman/blob/v4.5.0/CHANGELOG.rst

PR:		282022
Approved by:	submitter is maintainer
2024-10-12 19:04:13 +02:00
Zsolt Udvari
f351cafa4d deskutils/fet: Update to 6.26.0
Changelog: https://lalescu.ro/liviu/fet/news.html
2024-10-09 11:21:42 +02:00
Jan Beich
583f349d4c deskutils/xdg-desktop-portal-lxqt: remove wayland category
Only contains FileChooser. No Wayland references in the source.
2024-10-07 16:41:54 +02:00
Alexey Dokuchaev
9e03dd72b9 deskutils/cherrytree: update the port to version 1.2.0
Unmaintained and outdated libgtksourceviewmm3 had been replaced
with libgtksourceview4 (direct access to C API).  Collaterally,
four *.lang files had been dropped from pkg-plist because those
languages are now inside the library v4 itself (were not in v3).

Reported by:	portscout
2024-10-06 14:52:24 +00: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
Yuri Victorovich
5b80173348 deskutils/just: update 1.35.0 → 1.36.0 2024-10-03 02:17:07 -07:00
Brooks Davis
87071de424 deskutils/sliderule: include errno.h for errno
errno must be accessed by a macro from errno.h.

PR:		281785
Approved by:	portmgr (build fix blanket), mikael
2024-10-01 21:11:46 +01: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
Gleb Popov
bd3eda3c92 deskutils/libportal-qt6: Add port 2024-09-28 19:47:41 +03:00
Gleb Popov
84fdf44cd5 deskutils/libportal{,-gtk3,-gtk4,-qt5}: Update to 0.8.1 2024-09-28 19:47:41 +03:00
Michael Reifenberger
0ae245619b deskutils/nextcloudclient: update to 3.14.1
Update and switch to QT6

PR:		281544
Reported by:	Guido Falsi madpilot@
2024-09-28 13:30:57 +02:00
Guido Falsi
ad5c5f5e35 deskutils/calibre: Update to 7.19.0 2024-09-27 23:50:56 +02:00
Alexey Dokuchaev
95390f5c9a deskutils/qownnotes: update QOwnNotes to version 24.9.7. 2024-09-27 18:37:46 +00:00
Zsolt Udvari
c16cb1f9c4 deskutils/fet: Update to 6.25.2
Changelog: https://lalescu.ro/liviu/fet/news.html
2024-09-25 15:53:30 +02:00
Robert Clausecker
492bee43fa deskutils/remind: update to 05.00.06
Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
2024-09-25 08:28:01 +02:00
Baptiste Daroussin
cd5e0d8a51 deskutils/i3status: fix disk size computation 2024-09-20 11:55:04 +02:00
Nicola Vitale
9e1412346e
deskutils/freeplane: Update to 1.12.6
Release changes:	https://www.freeplane.org/info/history/history_en.txt
2024-09-19 17:14:21 +02:00
Po-Chuan Hsieh
a74ad6ba3a
deskutils/py-vdirsyncer: Update to 0.19.3
- Update WWW
- Convert to USE_PYTHON=pep517
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/pimutils/vdirsyncer/blob/main/CHANGELOG.rst
2024-09-18 14:13:11 +08:00
Robert Clausecker
7a4d07bc4b deskutils/remind: update to 05.00.05
Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
2024-09-16 22:14:16 +02:00
Guido Falsi
f400afa462 deskutils/calibre: Update to 7.18.0
- Move main MASTER_SITE to https
- Sort some variables and plist items
2024-09-15 10:14:40 +02:00
Muhammad Moinur Rahman
49f6d74ff5
*/*: Reword python ignore mesage 2024-09-13 16:53:06 +02:00
Nuno Teixeira
001e733310 deskutils/treesheets: Update to 20240911 snapshot
ChangeLog:
1030969438...1082018955
2024-09-13 13:07:39 +01:00
Zsolt Udvari
f025651768 deskutils/fet: Update to 6.25.0
Changelog: https://lalescu.ro/liviu/fet/news.html
2024-09-12 18:39:49 +02:00
Yuri Victorovich
a63bcef051 */*: Bump dependencioes after devel/jsoncpp update
PR:		281462
Reported by:	Ale <discipline@tiscali.it>
2024-09-12 09:20:06 -07:00
Denis Shaposhnikov
d9297ae8a0 deskutils/syncthingtray: Update 1.6.0 → 1.6.2
Commit log:
https://github.com/Martchus/syncthingtray/compare/v1.6.0...v1.6.2

PR:	281392
2024-09-10 14:38:58 +03:00
Mikael Urankar
89ab81d0e2 lang/rust: Bump revisions after 1.81.0
PR:		281300
2024-09-10 13:00:34 +02:00
Siva Mahadevan
c0d07f1127 */*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e

PR:		246993
Differential Revision:	https://reviews.freebsd.org/D46503
2024-09-10 12:58:07 +02:00
Baptiste Daroussin
ddc37e84f1 deskutils/fyi: update to 1.0.4 2024-09-05 09:16:23 +02:00
Jan Beich
2c741b1253 deskutils/health: drop maintainership 2024-09-03 15:22:41 +02:00