Opened 19 years ago

Closed 18 years ago

#4730 closed defect (fixed)

NEW: stellarium-0.6.2

Reported by: sal@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

stellarium-0.6.2

Portfile and patch attached.

Stellarium. Pretty cool sky simulation.

http://stellarium.free.fr

Attachments (3)

Portfile (674 bytes) - added by sal@… 19 years ago.
Portfile
files.tgz (331 bytes) - added by sal@… 19 years ago.
Patch (single file, in tarball for directory structure)
Portfile.2 (679 bytes) - added by pkern@… 18 years ago.
Fixed Portfile

Download all attachments as: .zip

Change History (6)

Changed 19 years ago by sal@…

Attachment: Portfile added

Portfile

Changed 19 years ago by sal@…

Attachment: files.tgz added

Patch (single file, in tarball for directory structure)

comment:1 Changed 18 years ago by pkern@…

The lines of the long description do not end with a slash, so the lines after the first one are interpreted as commands. A corrected, but still untested, Portfile is attached. At least portindex parses it correctly now.

Changed 18 years ago by pkern@…

Attachment: Portfile.2 added

Fixed Portfile

comment:2 Changed 18 years ago by pkern@…

The package build fails here on Tiger with current DarwinPorts and Xcode 2.1:

Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._Users_pkern_devel_ports_science_stellarium/work/stellarium-0.6.2" && make all" returned error 2 Command output: vecmath.h:123: error: explicit specialization of 'Vector3<T> Vector3<T>::operator+() const' must be introduced by 'template <>' vecmath.h:171: error: explicit specialization of 'Vector4<T> Vector4<T>::operator-() const' must be introduced by 'template <>' vecmath.h:172: error: explicit specialization of 'Vector4<T> Vector4<T>::operator+() const' must be introduced by 'template <>' vecmath.h:318: error: prototype for 'Vector2<T> Vector2<T>::operator-() const' does not match any in class 'Vector2<T>' vecmath.h:73: error: candidate is: Vector2<T> Vector2<T>::operator-(const Vector2<T>&) const vecmath.h:318: error: template definition of non-template 'Vector2<T> Vector2<T>::operator-() const' vecmath.h:323: error: prototype for 'Vector2<T> Vector2<T>::operator+() const' does not match any in class 'Vector2<T>' vecmath.h:74: error: candidate is: Vector2<T> Vector2<T>::operator+(const Vector2<T>&) const vecmath.h:323: error: template definition of non-template 'Vector2<T> Vector2<T>::operator+() const' vecmath.h:468: error: prototype for 'Vector3<T> Vector3<T>::operator-() const' does not match any in class 'Vector3<T>' vecmath.h:119: error: candidate is: Vector3<T> Vector3<T>::operator-(const Vector3<T>&) const vecmath.h:468: error: template definition of non-template 'Vector3<T> Vector3<T>::operator-() const' vecmath.h:473: error: prototype for 'Vector3<T> Vector3<T>::operator+() const' does not match any in class 'Vector3<T>' vecmath.h:120: error: candidate is: Vector3<T> Vector3<T>::operator+(const Vector3<T>&) const vecmath.h:473: error: template definition of non-template 'Vector3<T> Vector3<T>::operator+() const' vecmath.h:634: error: prototype for 'Vector4<T> Vector4<T>::operator-() const' does not match any in class 'Vector4<T>' vecmath.h:168: error: candidate is: Vector4<T> Vector4<T>::operator-(const Vector4<T>&) const vecmath.h:634: error: template definition of non-template 'Vector4<T> Vector4<T>::operator-() const' vecmath.h:639: error: prototype for 'Vector4<T> Vector4<T>::operator+() const' does not match any in class 'Vector4<T>' vecmath.h:169: error: candidate is: Vector4<T> Vector4<T>::operator+(const Vector4<T>&) const vecmath.h:639: error: template definition of non-template 'Vector4<T> Vector4<T>::operator+() const' stel_object.h:38: warning: 'class stel_object' has virtual functions but non-virtual destructor orbit.h:20: warning: 'class Orbit' has virtual functions but non-virtual destructor orbit.h:30: warning: 'class EllipticalOrbit' has virtual functions but non-virtual destructor orbit.h:61: warning: 'class OrbitSampleProc' has virtual functions but non-virtual destructor orbit.h:75: warning: 'class CachingOrbit' has virtual functions but non-virtual destructor make[3]: * [main.o] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all] Error 2 make: * [all-recursive] Error 1

comment:3 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks folks - commited with some slight fixes: -correct mandir -avoid sdl-test (fails on headless machines) -fix datadir (if configure sees 'darwin', it sets some .app-style paths) -use gcc-3.3 on tiger to compile

Note: See TracTickets for help on using tickets.