- Update Stellarium to the latest version 0.22.0
- Introduce WEBENGINE option: it helps to query various websites such
as Wikipedia, VSX AAVSO, GCVS SAI, etc. for extra information about
selected object and display it in the plugin's window
- Because of the above, reword MORE_STARS option description to avoid
using the word `extra' twice in the option selection dialog
Disable OnlineQueries plugin because it pulls in Qt's WebEngine via
autodetection and there is no standard way to disable it right now.
While here, hook the tests to our framework.
Do not install original Almagest catalog files, which is just raw data
converted into `star_names.fab' and `dso_names.fab' files that can be
used by Stellarium.
While here, group option description variables together and sort them
in alphabetical order.
ridiculous amount of memory which 32-bit address space cannot hold; see
https://bugreports.qt.io/browse/QTBUG-87010
- Drop dependency on `devel/gettext': it is only used to generate (update)
.pot and .po files which does not happen when building release versions
- Use option helpers to handle scripting support, rename SCRIPTING option
to SCRIPTS to simplify adding OPTIONS_SUB (to reduce the churn on the
pkg-plist), and amend its description while I'm here
- Fixed nutation and, with it, season beginning times
- Many changes in AstroCalc tool and core of Stellarium
- Many changes in Oculars and Satellites plugins
- Updated DSO catalog
Reported by: portscout
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
- Drop no longer relevant CONFLICTS_INSTALL with Qt4 version
- Don't remove -Wno-unused-result flag from CXXFLAGS: it was
added as part of r363837 back in 2014 to appease a certain
compiler version (I forgot which one), but today it is not
needed anymore on any supported FreeBSD version
PR: 237255
Submitted by: Piotr Kubaj
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
- Update one of the extra stars database (*)
The major changes in this version:
Improvements and fixes for AstroCalc tool
Added new sky cultures (chinese_contemporary)
Added many DSO textures
Refactoring of the GUI
Many improvements in the code
PR: 232965 (*)
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
GitHub). While here, update CONFLICTS_INSTALL in `astro/stellarium-qt4'.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1513853534 which corresponds to commit e273315 tagged
as this release.
- GPS support has to be disabled for now because `Mk/bsd.qt.mk'
does not know about Qt5Positioning component yet
TIMESTAMP (stellarium-0.16.0.tar.gz) = 1498032288
number is hardcoded as it is not always in sync with the PORTVERSION)
- Make telescope control plugin (and Qt5SerialPort dependency) optional
- Remove enforced distfiles checksum recalculation added in r377577: it
turned out that updating distinfo manually is easier and a lot faster
- Replace some options imperative (explicit) handling with helper knobs
- Do not install high resolution textures by default, since they do not
have their prime meridians recalibrated yet while stock textures have
Discussed with: Alexander Wolf (upstream)
version 0.15.0) and adds Bengali description for landscapes
- Make scripting support optional and sanitize Qt5 dependencies
- Disable building the unit tests for the time being (needs more work)
- While here, use some option helpers and clarify LICENSE (GPLv2+)
Even though the port still has a few FindIconv.cmake files scattered around,
they are not actually used by the build system anymore, so the dependency is
unnecessary.
Approved by: danfe (maintainer)
Differential Revision: https://reviews.freebsd.org/D3531
- Forget about Milky Way texture for now as it causes rendering artifacts;
- While most of those textures are indeed better than the ones provided by
default (e.g., Jupiter and Ganymede), some of those are actually worse
(e.g. Venus). Use simple file size-based logic to decide if a texture
is worth a replacement.