aboutsummaryrefslogtreecommitdiff
path: root/astro/stellarium-qt4
Commit message (Collapse)AuthorAgeFilesLines
* 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