Port details |
- uqm Space exploration game The Ur-Quan Masters
- 0.8.0 games
=2 Version of this port present on the latest quarterly branch. - Maintainer: mail@maxlor.com
 - Port Added: 2003-09-28 12:19:57
- Last Update: 2021-12-19 12:30:31
- Commit Hash: e295d4f
- People watching this port, also watch:: freeimage, dspam, python
- License: GPLv2+ CC-BY-NC-SA-2.5 CC-BY-2.0
- Description:
- The Ur-Quan Masters is a port of the original Star Control 2 for 3DO Consoles.
The game features space exploration, diplomacy and combat as well as resource
gathering and building. The player can freely explore hundreds of star systems,
planets and moons. To defeat the evil Ur-Quan that have enslaved earth, he will
need to gather knowledge and materials, and build alliances with alien races.
The project started in August 2002, when Toys For Bob released the partially
ported sources of the Star Control 2 3DO version to the fan community. That
community has since updated and extended the code to run on modern computers.
WWW: http://sc2.sourceforge.net
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/uqm/ && make install clean
- To add the package, run one of these commands:
- pkg install games/uqm
- pkg install uqm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: uqm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1619194935
SHA256 (uqm-0.8.0-src.tgz) = 24f2f7db9cf7faf53b95f9e2580e6f596205a98ed0c335cfe834c64785ad4f5a
SIZE (uqm-0.8.0-src.tgz) = 1611401
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- Library dependencies:
-
- libSDL2.so : devel/sdl20
- libpng.so : graphics/png
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for uqm-0.8.0:
DOCS=on: Install game manual
MUSIC=off: 3DO music package (19 MiB)
OPENAL=off: Positional sound through OpenAL (experimental)
VOICE=off: 3DO speech package (110 MiB)
====> Soundtrack Remixes
REMIX1=off: "Super Meelee!" (48 MiB)
REMIX2=off: "Neutral Aliens, Don't Shoot!" (58 MiB)
REMIX3=off: "Ur-Quan Hierarchy" (39 MiB)
REMIX4=off: "The New Alliance of Free Stars" (84 MiB)
===> Use 'make config' to modify these settings
- Options name:
- games_uqm
- USES:
- gmake pkgconfig sdl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Dec 2021 12:30:31 0.8.0 |
Li-Wen Hsu (lwhsu)  Author: Benjamin Lutz |
games/uqm: Update to 0.8.0
PR: 255350 |
06 Apr 2021 14:31:07 0.7.0_5 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Nov 2019 10:47:01
0.7.0_5 |
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
19 Jul 2016 11:04:14
0.7.0_5 |
mat  |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.7.0_5 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
11 May 2015 18:34:58
0.7.0_5 |
mat  |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
30 Mar 2015 19:27:49
0.7.0_5 |
amdmi3  |
- Drop @dirrm* from plist |
08 Dec 2014 16:48:41
0.7.0_5 |
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 21:46:34
0.7.0_4 |
amdmi3  |
- Fix installation wrt. staging
Approved by: portmgr blanket |
10 Sep 2014 20:50:37
0.7.0_3 |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
17 Apr 2014 15:03:56
0.7.0_2 |
swills  |
- Chase libmikmod upgrade
Reported by: makc
Pointyhat to: swills |
25 Dec 2013 23:29:34
0.7.0_1 |
antoine  |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
30 Nov 2013 07:51:10
0.7.0_1 |
ak  |
- Fix build with clang [1]
- Improve options description [1]
- Update maintainer email [1]
- Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
- Convert to options helpers when possible
PR: ports/184290 (based on) [1]
Submitted by: Benjamin Lutz <mail@maxlor.com> (maintainer) [1] |
20 Sep 2013 17:36:36
0.7.0_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
18 Sep 2013 08:38:20
0.7.0_1 |
bapt  |
Add an explicit dependency on pkgconf |
18 Apr 2013 07:55:27
0.7.0_1 |
ak  |
- Install the music and voice addons into the right place [1]
- Add Remix Packs addons [2]
PR: ports/176986
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> [1], Sender Ghost
<lightside@gmx.com> [2]
Approved by: maintainer timeout (4 weeks)
Feature safe: yes |
16 Feb 2013 21:02:44
0.7.0 |
pawel  |
- Update to version 0.7.0
- Add LICENSE info
- Convert to OptionsNG
PR: ports/175141
Submitted by: Sender Ghost <lightside@gmx.com>
Approved by: maintainer |
19 Jul 2012 20:15:39
0.6.2_13 |
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
01 Jun 2012 05:26:28
0.6.2_12 |
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
0.6.2_11 |
mva  |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
03 Jul 2011 14:25:36
0.6.2_10 |
ohauer  |
-remove MD5 |
06 Jun 2010 20:44:03
0.6.2_10 |
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
28 Mar 2010 06:47:48
0.6.2_9 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.6.2_8 |
dinoex  |
- update to jpeg-8 |
30 Jan 2010 09:43:31
0.6.2_7 |
mva  |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
25 Jan 2010 19:15:18
0.6.2_6 |
pav  |
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat) |
22 Aug 2009 00:23:13
0.6.2_5  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
06 Jul 2009 21:26:00
0.6.2_5 |
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
19 Apr 2008 17:56:05
0.6.2_4  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
22 Mar 2008 14:48:03
0.6.2_4 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
13 Mar 2008 14:28:35
0.6.2_3 |
miwi  |
- Chase devel/sdl12 shlib version bump |
04 Oct 2007 01:02:44
0.6.2_2 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
28 Jul 2007 12:27:31
0.6.2_2 |
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
19 May 2007 20:32:57
0.6.2_1 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
07 Mar 2007 12:18:29
0.6.2 |
miwi  |
- Update to 0.6.2
PR: 110014
Submitted by: Benjamin Lutz <benlutz@datacomm.ch> (maintainer) |
11 Jan 2007 07:42:24
0.6.1 |
miwi  |
- Update to 0.6.1
PR: ports/107815
Submitted by: Benjamin Lutz <benlutz@datacomm.ch> (maintainer) |
30 Dec 2006 19:43:30
0.6.0 |
miwi  |
- Update to 0.6.0
PR: ports/107215
Submitted by: Benjamin Lutz <benlutz@datacomm.ch> (maintainer) |
20 Sep 2006 11:21:59
0.5.0_1 |
stas  |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
07 Feb 2006 22:20:40
0.5.0 |
pav  |
- Update to 0.5.0
PR: ports/92941
Submitted by: Benjamin Lutz <benlutz@datacomm.ch> (maintainer) |
22 Jan 2006 11:40:30
0.4.0 |
edwin  |
SHA256ify (manually checked and updated)
Approved by: krion@ |
11 Nov 2005 11:56:56
0.4.0 |
thierry  |
Changes:
- Replace an instance of a hardcoded /usr/X11R6 with $X11BASE. This was
detected by dosirak.kr.freebsd.org.
- Make use of the OPTIONS variable. Because of this, replace the
MUSICADDON and VOICEADDON switches with WITH_MUSIC and WITH_VOICE.
- Add support for OpenAL as wished by Peter Thoenen (eol1 at yahoo com).
PR: 87958
Submitted by: maintainer |
06 Jul 2005 17:26:51
0.4.0 |
pav  |
- Update to 0.4.0
- No longer builds on FreeBSD 4.X
PR: ports/83043
Submitted by: Benjamin Lutz <benlutz@datacomm.ch> (maintainer) |
31 Mar 2004 03:12:58
0.3_4 |
trevor  |
SIZEify (maintainer timeout) |
16 Mar 2004 04:23:56
0.3_4 |
edwin  |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
04 Feb 2004 05:21:48
0.3_3 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
20 Jan 2004 21:27:10
0.3_2 |
krion  |
- Add new knobs from bsd.sdl.mk
Approved by: portmgr |
20 Dec 2003 16:37:57
0.3_2 |
naddy  |
Catch up with libogg/libvorbis version bump. |
10 Oct 2003 19:28:15
0.3_1 |
krion  |
* Fix Typo and spacing in Makefile
* Mark the port i386 only. If someone manages to compile it on
another platform, please let me know.
* Remove dependency on SDL_mixer, as this library is no longer
actually used by Ur-Quan Masters
* Add switches for installing the voice and 3domusic add-on packages
* Modify wrapper script so to automatically take advantage of
these add-on packages
PR: 57851
Submitted by: maintainer |
28 Sep 2003 13:52:51
0.3 |
edwin  |
Make sure the port can find all libraries even if LOCALBASE isn't
set in the environment.
Submitted by: Stefan Farfeleder |
28 Sep 2003 12:18:48
0.3 |
edwin  |
New Port: games/uqm, Ur-Quan Masters
Ur-Quan Masters is a port of the original Star Control 2
for 3DO Consoles.
WWW: http://sc2.sourceforge.net
PR: ports/56763
Submitted by: Benjamin Lutz <benlutz@datacomm.ch> |