Commit Graph

9 Commits

Author SHA1 Message Date
rsadowski
d9cd191b6d Unbreak build after recent Qt 5.15 update.
Add missing QPainterPath include
2021-01-19 06:40:43 +00:00
jasper
d1e1227084 add patches from upstream git to unbreak with libgit2-1.1.0 2020-11-07 14:54:11 +00:00
sthen
0fb25bf8e3 misc/subsurface port improvements, maintainer timeout
- explicitly list the gnu MODULE, this is normally included implicitly
when setting CONFIGURE_STYLE to something using autoconf. it has to be
done a bit differently than normal for a port that also uses cmake, but
it's better to use as much infrastructure as possible (this brings
in the standard ports autoconf cache file config.site, avoids the
confusing manual setting of MODGNU_* variables which should never be
set in a port, etc)

- due to mix of cmake+autoconf we can't use CONFIGURE_ARGS from the gnu
MODULE above so at least set "--disable-silent-rules" so we can see the
compiler commands

- the above lets us see that CC/CFLAGS are not honoured in the autoconf
part of the build, add ${CONFIGURE_ENV} so that these are picked up
so that it uses the correct system compiler rather than gcc 4.2.1 for
the libdivecomputer part of the build

- update to newer AUTOCONF_VERSION/AUTOMAKE_VERSION, mainly to increase
the chance that someone building will already have the right versions
installed

- requiring wxallowed is no reason to disable tests, but they don't
build at present anyway, so give a better comment

- use the new standard do-gen target for autoconf, tidy libdivecomputer
build dir creation, break out configure args onto separate lines as
normal in ports, use MAKE_PROGRAM rather than hardcoded gmake

- the change of compiler means the produced package is different so
bump REVISION
2019-08-05 20:48:17 +00:00
sthen
4da36f6875 update to subsurface-4.8.5
stop removing aes.c and aes.h in libdivecomputer-subsurface, they are from
https://github.com/kokke/tiny-AES-c and the license is ok,

from kristaps (maintainer)

tweak from me: remove REVISION
2019-07-18 11:28:49 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
naddy
6ccf7d1d6f needs gmake 2018-11-07 19:57:55 +00:00
schwarze
e3e6fb31d7 update to subsurface-4.8.2; from kristaps@ (MAINTAINER) 2018-09-30 14:32:59 +00:00
schwarze
852875f55c import subsurface
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.

joint work with and OK kristaps@ and rsadowski@
2018-08-14 17:18:22 +00:00