Port details |
- freera Westwood red alert game engine
- 080203_8 games
=0 080203_8Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
This port expired on: 2020-12-31
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2007-02-05 21:38:11
- Last Update: 2021-01-02 14:05:27
- SVN Revision: 559942
- License: GPLv2
- WWW:
- http://freera.sourceforge.net/
- Description:
- This is a rebuild of the (westwood) red alert game engine (based
on FreeCNC). It is a real time strategy game. To play the game with
this engine you need the original game (mix files). The only game
supported is red alert 1 ;)
WWW: http://freera.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: freera
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (080203_freera++_src.tar.gz) = dc75ebcf58398170614a21fa01f09d08f7ef86758473e1c815a680c713c9645e
SIZE (080203_freera++_src.tar.gz) = 492205
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:
-
- scons-2.7 : devel/scons@py27
- sdl-config : devel/sdl12
- Library dependencies:
-
- libSDL_mixer.so : audio/sdl_mixer
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- compiler:c++11-lang scons:python2 sdl
- 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 |
080203_8 02 Jan 2021 14:05:27 |
rene |
Remove some expired ports:
2020-12-31 emulators/fceux: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 emulators/gem5: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 emulators/nonpareil: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 games/freera: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 games/glob2: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 games/marsnomercy: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 games/netpanzer: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 games/pingus: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 graphics/goxel: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 graphics/sk1libs: Uses Python 2.7 which is EOLed upstream
2020-12-31 graphics/uniconvertor: Uses deprecated version of python |
080203_8 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
080203_8 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
080203_8 25 May 2020 18:33:44 |
sunpoet |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons |
080203_8 08 Nov 2019 10:47:01 |
tobik |
games: Add missing USES={gnome,gl,sdl,xorg} |
080203_8 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
080203_8 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
080203_7 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
080203_6 28 Oct 2018 19:31:38 |
linimon |
Fix build with GCC-based architectures.
PR: 232275
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
080203_6 25 Jun 2018 15:06:22 |
amdmi3 |
- Add LICENSE
- Fix build with clang 6 |
080203_6 24 Jan 2017 09:33:04 |
amdmi3 |
- Really fix WWW, freera.org is now a doorway |
080203_6 24 Jan 2017 09:31:33 |
amdmi3 |
- Update WWW |
080203_6 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
080203_6 22 Dec 2014 21:38:24 |
bapt |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3 |
080203_6 20 Dec 2014 18:37:12 |
bapt |
Cleanup plist |
080203_6 08 Dec 2014 16:48:41 |
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 ) |
080203_5 28 Nov 2014 11:20:42 |
amdmi3 |
- Add empty directory to plist |
080203_5 10 Sep 2014 20:50:37 |
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) |
080203_4 27 May 2014 18:59:00 |
amdmi3 |
- Remove line unneeded after switch to USES=scons |
080203_4 27 May 2014 13:36:44 |
bapt |
Convert to USES=scons |
080203_4 16 Dec 2013 18:18:08 |
amdmi3 |
- Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by: danfe |
080203_4 12 Dec 2013 11:19:51 |
amdmi3 |
- Fix packaging by fixing a typo
PR: 184716
Submitted by: John Marino <freebsd@marino.st> |
080203_3 30 Oct 2013 14:43:21 |
amdmi3 |
- Support staging |
080203_3 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
080203_3 18 Jun 2013 11:46:52 |
amdmi3 |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful |
080203_3 18 Feb 2012 10:18:33 |
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 |
080203_2 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
080203_2 30 Jan 2010 09:43:31 |
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) |
080203_1 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
080203_1 15 Jun 2009 13:46:01 |
amdmi3 |
- Fix build with custom PREFIX/LOCALBASE
Reported by: QATty |
080203_1 19 Jun 2008 17:28:24 |
amdmi3 |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
080203_1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
080203 05 Feb 2008 13:47:18 |
miwi |
* Update to 080203
PR: 120272
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) |
080108 29 Jan 2008 22:40:56 |
miwi |
* Update to 080108
* Improve pkg-message handling
PR: 120103
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) |
070328_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
070328 11 Apr 2007 20:11:53 |
miwi |
- Update to 070328
PR: 111428
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) |
070122 05 Feb 2007 21:37:09 |
alepulver |
This is a rebuild of the (westwood) red alert game engine (based
on FreeCNC). It is a real time strategy game. To play the game with
this engine you need the original game (mix files). The only game
supported is red alert 1 ;)
WWW: http://www.freera.org/
PR: ports/108678
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> |