* Define LICENSE_FILE
* Remove dependency of (lib)Boost, the source code doesn't reference it at all
* Rearrange Makefile to closer follow Porters Handbook
* Drop native optimization option, rely on framework CPUTYPE variable instead
* Use framework _DESC
* Fix plist with NLS
PR: 276650
Approved by: hamradio (db)
that were returned to pool due to BSDforge.com unavailability (5 days).
Also, remove DEPRECATED from some ports as they have a maintainer and
he is still willing to maintain.
PR: 276620
- Changed handling of locale to accept "C"
Dec 2023 - 2.3.3
- WIP: Started to reduce the possibility of SQLi with the use of prepared statements.
- Bugfix: Sat QSO edit was not showing the worked SAT (Closes#645)
- Bugfix: After editing a QSO, the restore was not working properly. (Closes#649)
- Bugfix: In Sat QSO, still not selected band may make the QSO unusable. (Closes#651)
- Bugfix: All Gridsquares are now listed when Export to ADIF is used. (Closes#514)
- Bugfix: Selecting a sat with a new band made the bandcombobox unusable. #613
- Bugfix: F1 (online manual link fixed (Closes#627) (TNX ikbenkous)
- Bugfix: 'Usage' does not properly handle arguments, print newlines or return status codes (Closes#625) (TNX ikbenkous)
- Enhancement: Improved the Frequency entry. (Closes#622) (TNX ikbenkous)
- Enhancement: Use a good discriminator in header guards (Closes#624) (TNX ikbenkous)
Abandonware, last update around 20 years ago, dead upstream and relies
on legacy hardware and or networks that are obsolete. While at it return
to pool.
Approved by: portmgr
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket)
This will be required soon as my intent is to annotate copyin() and
related functions with __result_use_check. Moreover, the lack of error
handling here is a real bug.
The patch was submitted upstream as well.
PR: 275986
Approved by: zirias
Differential Revision: https://reviews.freebsd.org/D43273
- There are multiple ports which has MYSQL options and are non-DEFAULT.
Most of the time committers actually forget to check with the OPTION
enabled and in some cases they are BROKEN with newr versions of mysql.
So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
MySQL usability over MariaDB to explore the future possibility of
shifting to MariaDB as the default as major ports upstream have moved
their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
If a port is broken on all instances of MySQL/MariaDB:
- If a port has the option of multiple DB backends and MySQL is the
default then the DEFAULT will be changed to PGSQL/SQLITE before
2024Q1. And the OPTION will be removed before 2024Q2. If a
MAINTAINER is aware about such cases and want to prefer PGSQL over
SQLITE or vice versa please do so at your own accord. Otherwise
PGSQL will be preferred over SQLITE.
- If a port has the option of multiple DB backends and MySQL is not
the default then the the OPTION will be removed before 2024Q1.
Approved by: portmgr (blanket)
- remove outdated patches and update existing
- temporary remove ebusfeed tool as it is now broken (reported to
upstream)
- remove dependency on libargp
ChangeLog: https://github.com/john30/ebusd/discussions/1107