Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.10_6 23 Oct 2024 07:11:50
    |
Matthias Fechner (mfechner)  |
devel/libgit2: bump consumers of libgit2 due to update |
5.0.10_5 18 Oct 2024 18:56:41
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of devel/libgit2
libgit2 updated to 1.8.1 |
5.0.10_4 05 Dec 2023 01:28:36
    |
Jason E. Hale (jhale)  |
deskutils/subsurface: Remove www/qt5-webkit dep
Disable features that require www/qt5-webkit and remove DEPRECATED
and EXPIRATION_DATE.
PR: 275529
Approved by: romain@ (maintainer) |
5.0.10_3 02 Dec 2023 11:18:30
    |
Rene Ladan (rene)  |
all: bump expiration dates for qt5-webkit consumers to 2023-12-31
This aligns the expiration of these ports with that
of www/qt5-webkit itself. |
5.0.10_3 13 Nov 2023 13:10:10
    |
Matthias Fechner (mfechner)  |
devel/libgit2: bump all ports depending on libgit2 for 1.7.1 upgrade |
5.0.10_2 26 Oct 2023 17:57:13
    |
Muhammad Moinur Rahman (bofh)  |
deskutils/subsurface: Mark DEPRECATED
- Depends on deprecated www/qt5-webkit
- Set EXPIRATION_DATE 2023-11-26
Approved by: portmgr (blanket) |
5.0.10_2 08 Sep 2023 13:50:20
    |
Matthias Fechner (mfechner)  |
Bump ports with dependency to libgit2
See f11ed41604723ab3c75c6a108850858b7efd4f10 |
5.0.10_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
5.0.10 19 Dec 2022 05:54:45
    |
Romain Tartière (romain)  |
deskutils/subsurface: Fix build on older FreeBSD versions
On FreeBSD 12.3, build fail with:
In file included from
/wrkdirs/usr/ports/deskutils/subsurface/work/subsurface-5.0.10/core/exif.cpp:32:
/wrkdirs/usr/ports/deskutils/subsurface/work/subsurface-5.0.10/core/exif.h:128:3:
error: unknown type name 'time_t'
time_t epoch();
^
1 error generated.
Explicitly add time.h to headers which use time_t to avoid the issue.
This should not have an impact where the package could be build so not
bumping PORTREVISION. |
5.0.10 12 Dec 2022 05:25:22
    |
Romain Tartière (romain)  |
deskutils/subsurface: Fix build when building with a single core
It happens that when building the port with poudriere without
ALLOW_MAKE_JOBS=yes, the build fail. I received similar failure reports
from pkg-fallout but could not reproduce them until today where
rebuilding llvm on my laptop required me to remove `ALLOW_MAKE_JOBS=yes`
before I had to rebuild subsurface.
Setting MAKE_JOBS_UNSAFE=yes allowed me to reliably reproduce the
failure, and relying on GNU make instead of BSD make prevent it.
So use gmake to build subsurface and hopefully say goodbye to the
pkg-fallout failure notifications \o/. |
5.0.10 29 Oct 2022 20:16:21
    |
Romain Tartière (romain)  |
deskutils/subsurface: New port
Subsurface can plan and track single and multi-tank dives using air, Nitrox or
TriMix. It allows tracking of dive locations including GPS coordinates (which
can also conveniently be entered using a map interface), logging of equipment
used and names of other divers, and lets users rate dives and provide
additional notes.
You can tag dives and filter a dive list based on criteria including tags,
locations and people with whom you were diving. You can group the dive list
into trips, and edit multiple dives at the same time, making it easy to support
a large number of dives.
Subsurface also calculates a wide variety of statistics of the user's diving
and tracks information like the SAC rate, partial pressures of O2, N2 and He,
calculated deco information, and many more.
WWW: https://subsurface-divelog.org |