Port details |
- redeclipse Single-player and multi-player first-person ego-shooter
- 2.0.0_2 games =2 2.0.0_2Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2011-06-28 00:20:49
- Last Update: 2023-12-31 00:37:05
- Commit Hash: bbab7f5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT ZLIB
- WWW:
- https://www.redeclipse.net/
- Description:
- Red Eclipse is a single-player and multi-player first-person ego-shooter,
built as a total conversion of Cube Engine 2, which lends itself toward
a balanced gameplay, with a general theme of agility in a variety of
environments.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- redeclipse>0:games/redeclipse
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/games/redeclipse/ && make install clean
- To add the package, run one of these commands:
- pkg install games/redeclipse
- pkg install redeclipse
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: redeclipse
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1577639895
SHA256 (redeclipse-base-v2.0.0_GH0.tar.gz) = 7fd99005b17132264d226ef7a2122b8dad5ff95308c580f134a610c6fbd75f56
SIZE (redeclipse-base-v2.0.0_GH0.tar.gz) = 12500988
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
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- Runtime dependencies:
-
- redeclipse-data>=2.0.0 : games/redeclipse-data
- x11.pc : x11/libX11
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libSDL2_image.so : graphics/sdl2_image
- libSDL2_mixer.so : audio/sdl2_mixer
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for redeclipse-2.0.0_2:
DOCS=on: Build and/or install documentation
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
====> Options available for the multi COMPONENTS: you have to choose at least one of them
CLIENT=on: Build client
DEDICATED=on: Build dedicated server
===> Use 'make config' to modify these settings
- Options name:
- games_redeclipse
- USES:
- gmake pkgconfig gl sdl 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 |
2.0.0_2 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
2.0.0_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.0_1 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.0_1 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
2.0.0_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
2.0.0 01 Jun 2021 17:34:50 |
Dmitry Marakasov (amdmi3) |
games/redeclipse16: resurrect older version of redeclipse
As reported by one of the players, not everybody is happy with
changes in latest Red Eclipse 2.0, so many are staying with 1.6.
Resurrect redeclipse/redeclipse-data at version 1.6 for them. |
2.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 28 Jan 2021 11:16:26 |
amdmi3 |
- Update to 2.0.0 |
1.6.0_1 05 Nov 2019 22:21:16 |
zeising |
Add USES=xorg USES=gl, ports categories e and g
Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.6.0_1 26 Apr 2019 18:29:40 |
amdmi3 |
- Add upstream patch to fix HUD disappearing after takin a screenshot
PR: 237531
Submitted by: voidanix@420blaze.it
MFH: 2019Q2 |
1.6.0 02 Jan 2019 09:30:22 |
amdmi3 |
- Update WWW |
1.6.0 02 Jan 2018 14:35:42 |
amdmi3 |
- Pet portlint
- Update to 1.6.0 |
1.5.8 02 Jul 2017 15:37:41 |
amdmi3 |
- Update to 1.5.8 |
1.5.3_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.5.3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.5.3 09 Jan 2016 15:50:09 |
amdmi3 |
- Update to 1.5.3 |
1.5.0 09 Sep 2015 11:14:47 |
amdmi3 |
- Switch to options helpers
- Simplify
- Only use GCC where necessary |
1.5.0 02 Sep 2015 14:48:10 |
amdmi3 |
- Pet portlint
- Switch to options helpers |
1.5.0 30 May 2015 21:25:07 |
mat |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
1.5.0 25 Mar 2015 01:11:33 |
amdmi3 |
- Update to 1.5.0 |
1.4_3 15 Mar 2015 11:51:07 |
jbeich |
Improve style, consistency and fix minor issues in Cube-based ports
- Convert to option helpers
- Drop unused libGLU dependency (except for games/cube)
- Track direct dependency on libX11 (for XFetchBytes)
- Drop redundant MKDIR before COPYTREE_* macros [1]
- Wrap cd related commands with parentheses [1]
- Wrap lines exceeding 80 characters
- Bump PORTREVISION to pick up changes in dependencies, plist (assaultcube)
and catch regressions early [1]
- games/assaultcube: CLIENT uses openal/vorbisfile *instead* of SDL_mixer
- games/assaultcube: drop unused gettext-tools dependency [1]
- games/assaultcube: convert to PLIST_DIRS [1]
- games/assaultcube: add patch for source/src/bot/bot_waypoint.cpp
file to fix "invalid source encoding" warning [1] (Only the first 15 lines of the commit message are shown above ) |
1.4_2 22 Dec 2014 21:38:24 |
bapt |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3 |
1.4_2 20 Dec 2014 18:37:12 |
bapt |
Cleanup plist |
1.4_2 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 ) |
1.4_1 28 Nov 2014 11:20:02 |
amdmi3 |
- Add empty directory to plist |
1.4_1 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) |
1.4 07 May 2014 21:54:00 |
amdmi3 |
- Convert USE_BZIP2 to USES |
1.4 16 Dec 2013 18:18:08 |
amdmi3 |
- Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by: danfe |
1.4 16 Dec 2013 17:40:14 |
amdmi3 |
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook |
1.4 17 Oct 2013 01:58:09 |
amdmi3 |
- Support staging
- Convert USE_GMAKE to USES |
1.4 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.4 12 Jul 2013 15:01:46 |
amdmi3 |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
1.4 17 Apr 2013 13:46:37 |
amdmi3 |
- Update to 1.4
Feature safe: yes |
1.3.1_1 28 Feb 2013 16:31:13 |
amdmi3 |
- OptionsNG
- Trim header |
1.3.1_1 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
1.3.1 22 Jan 2013 23:12:21 |
makc |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article from COMMENT
Approved by: maintainers |
1.3.1 16 Oct 2012 22:23:37 |
tabthorpe |
- Fix the ZLIB license now that it is standard in bsd.licenses.db.mk
Approved by: amdmi3 (maintainer)
Pointyhat to: tabthorpe
Feature safe: yes |
1.3.1 06 Sep 2012 15:36:20 |
amdmi3 |
- Fix path to license file
Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> (via private email) |
1.3.1 03 Sep 2012 22:33:43 |
amdmi3 |
- Update to 1.3.1 |
1.2_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2_1 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 |
1.2 09 Jan 2012 18:11:55 |
amdmi3 |
- Update to 1.2 |
1.1 26 Jul 2011 22:09:35 |
amdmi3 |
- Update to 1.1 |
1.0 01 Jul 2011 20:39:43 |
pav |
- Disallow from pointyhat on basis of its general hugeness |
1.0 28 Jun 2011 00:19:36 |
amdmi3 |
Red Eclipse is a single-player and multi-player first-person ego-shooter,
built as a total conversion of Cube Engine 2, which lends itself toward
a balanced gameplay, with a general theme of agility in a variety of
environments.
WWW: http://www.redeclipse.net/
PR: 155682, 156010, 158308 (taken some bits from)
Submitted by: Sender Ghost <lightside@safebox.ru> |