aboutsummaryrefslogtreecommitdiff
path: root/astro/stellarium-qt4
Commit message (Collapse)AuthorAgeFilesLines
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+3
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* devel/glib20: remove runtime dep on perl5Steve Wills2018-11-191-1/+2
| | | | | | | | | | | | | | | Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems to no longer need perl5 at runtime. This makes perl5 a build dep only. Removing the run dep causes some other ports to fail, so add the build dep to those where needed. PR: 233138 Approved by: gnome (kwm, maintainer, older version of patch) Exp-run by: antoine Notes: svn path=/head/; revision=485327
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-4/+4
| | | | | | | | | | | | | | | | | | 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
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-211-0/+1
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* Unbreak the build with new Clang version 6.0.0: compare the pointer againstAlexey Dokuchaev2018-01-161-0/+3
| | | | | | | | | NULL, not integer (or boolean) value. PR: 224989 Notes: svn path=/head/; revision=459192
* Update Stellarium to version 0.17.0 (unfortunately, the project had moved toAlexey Dokuchaev2017-12-231-1/+1
| | | | | | | | | | | 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
* Update Qt4-based (legacy) Stellarium to version 0.12.9.Alexey Dokuchaev2017-06-263-8/+23
| | | | | | | TIMESTAMP (stellarium-0.12.9.tar.gz) = 1491135990 Notes: svn path=/head/; revision=444374
* - Reduce the diffs with `astro/stellarium', by using some option helpersAlexey Dokuchaev2016-03-291-9/+7
| | | | | | | | and clarifying LICENSE (GPLv2+) - Drop currently no-op attempt of in-place patching 's|std::free|::free|' Notes: svn path=/head/; revision=412124
* - Update to version 0.12.6 (all of our patches were integrated upstream)Alexey Dokuchaev2015-05-155-61/+3
| | | | | | | | - 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=386382
* Reduce the differences between two ports.Alexey Dokuchaev2015-01-211-2/+2
| | | | Notes: svn path=/head/; revision=377597
* astro/stellarium-qt4: Bring back a patch that should not have been removedJohn Marino2015-01-191-0/+11
| | | | | | | | | | No need to bump -- the patch fixed the build on DragonFly alone, and this version has never been published to dports. It was removed under the flag, "our changes have been moved upstream", but docs are still broken on DragonFly. Notes: svn path=/head/; revision=377434
* Merge upstream patch that fixes saving of screenshots when $HOME/PicturesAlexey Dokuchaev2015-01-152-0/+28
| | | | | | | | | | | directory does not yet exist. While it might deem a minor issue, bump port revision; the port is fast to build even on relatively slow hardware. Launchpad bug #: 1410263 Bazaar revision: 0.12/5816 Notes: svn path=/head/; revision=377061
* Adjust EXTRACT_ONLY (":group" part is not needed for _DISTFILES).Alexey Dokuchaev2015-01-141-1/+1
| | | | Notes: svn path=/head/; revision=377025
* Unbreak fetching of those textures.Alexey Dokuchaev2015-01-141-1/+1
| | | | | | | | Submitted by: Rainer Hurling Pointyhat to: danfe Notes: svn path=/head/; revision=377021
* Use more neutral way to describe optional textures, since different peopleAlexey Dokuchaev2015-01-141-5/+5
| | | | | | | may adhere to different definitions of "high-resolution". Notes: svn path=/head/; revision=377019
* - Update legacy branch (based on Qt 4.x) to version 0.12.5Alexey Dokuchaev2015-01-149-159/+231
| | | | | | | | | | | | | - Remove all our patches that were integrated upstream - Prevent Clang 3.5 from generating endless loop by correctly accessing QSharedPointer<T>-wrapped T* data instead of treating it as POD type - Enable high-resolution textures by default (size difference is marginal) - Bid portscout to track 0.12.x versions only from now on - Pacify portlint(1) by moving PKGNAMESUFFIX where it belongs - Register conflicts with 0.13.x package while here Notes: svn path=/head/; revision=377009
* Fix the logic so it actually works as intended.Alexey Dokuchaev2015-01-141-2/+2
| | | | Notes: svn path=/head/; revision=377005
* Improve the way we use optional high-resolution textures:Alexey Dokuchaev2015-01-142-4/+13
| | | | | | | | | | | - 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
* Allow to install optional high-resolution textures; these are supported byAlexey Dokuchaev2015-01-123-2/+33
| | | | | | | | 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
* - Update extra star catalogs (now slightly smaller, 1.2GB -> 1.0GB)Alexey Dokuchaev2015-01-123-20/+20
| | | | | | | - Add missing pkg-plist entries in `stellarium/pkg-plist' for them Notes: svn path=/head/; revision=376813
* Cleanup plistBaptiste Daroussin2014-12-091-73/+0
| | | | Notes: svn path=/head/; revision=374349
* astro/stellarium-qt4: Trivial patch to install manpages correctly on DFJohn Marino2014-11-031-0/+11
| | | | Notes: svn path=/head/; revision=372102
* Cleanup plistBaptiste Daroussin2014-10-191-37/+0
| | | | Notes: svn path=/head/; revision=371223
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | 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
* Forgotten part of r363973.Alexey Dokuchaev2014-08-041-23/+0
| | | | Notes: svn path=/head/; revision=363974
* - Stop trying to remove directories owned by dependenciesAlexey Dokuchaev2014-08-041-1/+0
| | | | | | | | | - Optimize away USE_GL knob (implied by USE_QT4=opengl) Reported by: QAT Notes: svn path=/head/; revision=363973
* Update Stellarium to version 0.13.0. It's a new major release, and is basedAlexey Dokuchaev2014-08-028-0/+1423
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