Port details on branch 2025Q3 |
- openuniverse OpenGL Solar System simulator for X Window System
- 1.0.b3_16 astro
=0 1.0.b3_16Version of this port present on the latest quarterly branch. - Maintainer: mew14930xvi@inbox.lv
 - Port Added: 2025-09-27 15:30:06
- Last Update: 2025-09-28 14:31:04
- Commit Hash: c0b0a6b
- License: GPLv2
- WWW:
- https://openuniverse.sourceforge.net/
- Description:
- This program draws the Solar System's bodies in simulated 3-dimensionality.
You can view all the planets, their moons and a few spaceships in motion,
trace them, follow them, orbit them, and even control them.
OpenUniverse was formerly known as Solar System Simulator (Ssystem). It was
initially released in 1997 with the intent of creating a rotating display of
the Earth on a mainstream PC. Ssystem version 1.0 was only aware of the
planets. Version 1.2 added moons; and 1.6, more means of movement and
better textures.
The program has been renamed OpenUniverse 1.0 to underline the concept
behind its further development: openness for the whole Universe, not just
the solar system - open for anyone to use, extend, and change.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- openuniverse>0:astro/openuniverse
- To install the port:
- cd /usr/ports/astro/openuniverse/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/openuniverse
- pkg install openuniverse
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openuniverse
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (openuniverse-1.0beta3.tar.gz) = 57ad3bfaea9e2a39d152e44edd0a0d39dd68c69b135e5ff85a3f1c4909a49bcf
SIZE (openuniverse-1.0beta3.tar.gz) = 4325531
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- Runtime dependencies:
-
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libglut.so : graphics/freeglut
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- astro_openuniverse
- USES:
- gl gmake jpeg localbase xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.b3_16 28 Sep 2025 14:31:04
    |
Vladimir Druzenko (vvd)  Author: mew14930xvi |
astro/openuniverse: Fix build on 13
ld: error: undefined symbol: ftime
>>> referenced by ou.cpp
>>> ou.o:(Idle())
>>> did you mean: ctime
>>> defined in: /lib/libc.so.7
PR: 289876
Fixes: c5f57c13a292 (Fix freeglut runtime error)
MFH: 2025Q3
(cherry picked from commit 5b59069e2331755ac47a9a0c7129ea529b46afa9) |
1.0.b3_16 27 Sep 2025 15:27:14
    |
Vladimir Druzenko (vvd)  Author: mew14930xvi |
astro/openuniverse: Fix freeglut runtime error, take maintainership
$ openuniverse
freeglut (openuniverse): ERROR: No display callback registered for window 1
PR: 289859
MFH: 2025Q3
(cherry picked from commit c5f57c13a2920628b698c5cebfa1685398c9c3ef) |