non port: games/redeclipse/Makefile |
SVNWeb
|
Number of commits found: 43 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
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 )
|
Tue, 23 Nov 2021
|
[ 22:11 Stefan Eßer (se) ] 5933ac0 (Only the first 10 of 157 ports in this commit are shown above. )
*/*: 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)
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Tue, 1 Jun 2021
|
[ 17:34 Dmitry Marakasov (amdmi3) ] 758a5a0 (Only the first 10 of 14 ports in this commit are shown above. )
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.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 28 Jan 2021
|
[ 11:16 amdmi3 ]
- Update to 2.0.0
|
Tue, 5 Nov 2019
|
[ 22:21 zeising ] (Only the first 10 of 36 ports in this commit are shown above. )
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.
|
Fri, 26 Apr 2019
|
[ 18:29 amdmi3 ]
- Add upstream patch to fix HUD disappearing after takin a screenshot
PR: 237531
Submitted by: voidanix@420blaze.it
MFH: 2019Q2
|
Tue, 2 Jan 2018
|
[ 14:35 amdmi3 ]
- Pet portlint
- Update to 1.6.0
|
Sun, 2 Jul 2017
|
[ 15:37 amdmi3 ]
- Update to 1.5.8
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 9 Jan 2016
|
[ 15:50 amdmi3 ]
- Update to 1.5.3
|
Wed, 9 Sep 2015
|
[ 11:14 amdmi3 ]
- Switch to options helpers
- Simplify
- Only use GCC where necessary
|
Wed, 2 Sep 2015
|
[ 14:48 amdmi3 ]
- Pet portlint
- Switch to options helpers
|
Sat, 30 May 2015
|
[ 21:25 mat ] (Only the first 10 of 78 ports in this commit are shown above. )
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 25 Mar 2015
|
[ 01:11 amdmi3 ]
- Update to 1.5.0
|
Sun, 15 Mar 2015
|
[ 11:51 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 )
|
Mon, 22 Dec 2014
|
[ 21:38 bapt ] (Only the first 10 of 54 ports in this commit are shown above. )
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3
|
Sat, 20 Dec 2014
|
[ 18:37 bapt ] (Only the first 10 of 54 ports in this commit are shown above. )
Cleanup plist
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Fri, 28 Nov 2014
|
[ 11:20 amdmi3 ]
- Add empty directory to plist
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Wed, 7 May 2014
|
[ 21:54 amdmi3 ]
- Convert USE_BZIP2 to USES
|
Mon, 16 Dec 2013
|
[ 18:18 amdmi3 ] (Only the first 10 of 16 ports in this commit are shown above. )
- Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by: danfe
|
[ 17:40 amdmi3 ] (Only the first 10 of 52 ports in this commit are shown above. )
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook
|
Thu, 17 Oct 2013
|
[ 01:58 amdmi3 ]
- Support staging
- Convert USE_GMAKE to USES
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wed, 17 Apr 2013
|
[ 13:46 amdmi3 ]
- Update to 1.4
Feature safe: yes
|
Thu, 28 Feb 2013
|
[ 16:31 amdmi3 ]
- OptionsNG
- Trim header
|
Wed, 23 Jan 2013
|
[ 15:00 makc ] (Only the first 10 of 237 ports in this commit are shown above. )
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Tue, 22 Jan 2013
|
[ 23:12 makc ] (Only the first 10 of 20 ports in this commit are shown above. )
- 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
|
Tue, 16 Oct 2012
|
[ 22:23 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
|
Thu, 6 Sep 2012
|
[ 15:36 amdmi3 ]
- Fix path to license file
Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> (via private email)
|
Mon, 3 Sep 2012
|
[ 22:33 amdmi3 ]
- Update to 1.3.1
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- 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
|
Mon, 9 Jan 2012
|
[ 18:11 amdmi3 ]
- Update to 1.2
|
Tue, 26 Jul 2011
|
[ 22:09 amdmi3 ]
- Update to 1.1
|
Fri, 1 Jul 2011
|
[ 20:39 pav ]
- Disallow from pointyhat on basis of its general hugeness
|
Tue, 28 Jun 2011
|
[ 00:19 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>
|
Number of commits found: 43 |