| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
|
| |
- Expose and enable GPS support
Reported by: linux.org.ru
Notes:
svn path=/head/; revision=569538
|
|
|
|
|
|
|
|
| |
Reported by: portscout
PR: 252272 (patchless, for reference only)
Notes:
svn path=/head/; revision=559744
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=551660
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=550540
|
|
|
|
|
|
|
| |
Found out via: linux.org.ru
Notes:
svn path=/head/; revision=539990
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=532454
|
|
|
|
|
|
|
|
|
| |
- Pull two important upstream fixes
Reported by: portscout
Notes:
svn path=/head/; revision=529964
|
|
|
|
|
|
|
|
| |
Found out via: linux.org.ru
Reported by: portscout (also)
Notes:
svn path=/head/; revision=520694
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=513404
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
| |
- Remove no longer useful reference to `astro/stellarium-qt4'
port from the description (Qt 4.x ports are gone)
Notes:
svn path=/head/; revision=504952
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=498808
|
|
|
|
|
|
|
|
|
| |
- Add missing components to USES list
Reported by: portscout
Notes:
svn path=/head/; revision=496892
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
Notes:
svn path=/head/; revision=490472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 (*)
Notes:
svn path=/head/; revision=488414
|
|
|
|
|
|
|
|
| |
Found out via: repology.org
Ignored by: portscout :(
Notes:
svn path=/head/; revision=477654
|
|
|
|
|
|
|
| |
- Remove <option>_USES=qt:5 (it's on global USES already)
Notes:
svn path=/head/; revision=473960
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=473503
|
|
|
|
|
|
|
| |
- TIMESTAMP (Stellarium-stellarium-v0.17.0_GH0.tar.gz) = 1521967282
Notes:
svn path=/head/; revision=465830
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=457050
|
|
|
|
|
|
|
| |
TIMESTAMP (stellarium-0.16.1.tar.gz) = 1506084780
Notes:
svn path=/head/; revision=450580
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=444444
|
|
|
|
|
|
|
|
| |
- Introduce GUIDE_VERSION variable to
avoid hardcoding it in a few places
Notes:
svn path=/head/; revision=436870
|
|
|
|
|
|
|
| |
TIMESTAMP (stellarium-0.15.1.tar.gz) = 1482657338
Notes:
svn path=/head/; revision=429628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=419670
|
|
|
|
| |
Notes:
svn path=/head/; revision=419651
|
|
|
|
|
|
|
|
|
|
| |
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+)
Notes:
svn path=/head/; revision=412104
|
|
|
|
| |
Notes:
svn path=/head/; revision=406595
|
|
|
|
| |
Notes:
svn path=/head/; revision=403065
|
|
|
|
| |
Notes:
svn path=/head/; revision=400647
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=395607
|
|
|
|
|
|
|
|
| |
- Remove GTK'ish INSTALLS_ICONS knob, as it pulls dependencies that might
be uncalled in pure X11 or Qt-based environments
Notes:
svn path=/head/; revision=386300
|
|
|
|
| |
Notes:
svn path=/head/; revision=377598
|
|
|
|
| |
Notes:
svn path=/head/; revision=377597
|
|
|
|
|
|
|
|
| |
- Ensure that complete distinfo is generated, irregardless of the options
- Mention legacy `astro/stellarium-qt4' port in the port description text
Notes:
svn path=/head/; revision=377577
|
|
|
|
| |
Notes:
svn path=/head/; revision=377025
|
|
|
|
|
|
|
|
| |
Submitted by: Rainer Hurling
Pointyhat to: danfe
Notes:
svn path=/head/; revision=377021
|
|
|
|
|
|
|
| |
may adhere to different definitions of "high-resolution".
Notes:
svn path=/head/; revision=377019
|
|
|
|
| |
Notes:
svn path=/head/; revision=377005
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=377001
|
|
|
|
|
|
|
|
| |
0.12.x versions and first two of 0.13.x; have to revisit it upon update to
0.13.2 (coming soon).
Notes:
svn path=/head/; revision=376837
|
|
|
|
|
|
|
| |
- Add missing pkg-plist entries in `stellarium/pkg-plist' for them
Notes:
svn path=/head/; revision=376813
|
|
|
|
| |
Notes:
svn path=/head/; revision=371386
|
|
|
|
| |
Notes:
svn path=/head/; revision=371223
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
|
|
|
| |
should be replaced with linguisttools_build [*]
- Remove USE_GL knob altogether, it is pulled automatically with Qt ports
- While here, use less aggressive patching of CMakeLists.txt
Requested by: makc [*]
Notes:
svn path=/head/; revision=363971
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on Qt version 5 now; for those who are not comfortable with upgrading to the
new version of Qt, `astro/stellarium-qt4' port is available, serving version
0.12.4. Add an UPDATING entry to alert users about this.
While here, make scripting support optional in `astro/stellarium-qt4', since
it allows to use one less dependency. Unfortunately, this is not applicable
to 0.13.0 as required `x11-toolkits/qt5-declarative' port has USE_QT5=script
unconditionally.
Relax USE_GL knob for both ports: only libGL itself is required, not libGLU.
Notes:
svn path=/head/; revision=363837
|
|
|
|
| |
Notes:
svn path=/head/; revision=344898
|