Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
15 Nov 2020 22:18:56
0.4.1.git20150408_1

|
pkubaj  |
games/cave9: fix build on GCC architectures
In file included from display.c:19:
/usr/local/include/SDL/SDL_opengl.h:116:1: error: "GL_GLEXT_VERSION" redefined
In file included from /usr/local/include/GL/gl.h:2050,
from /usr/local/include/SDL/SDL_opengl.h:46,
from display.c:19:
/usr/local/include/GL/glext.h:54:1: error: this is the location of the previous
definition |
05 Nov 2019 22:16:15
0.4.1.git20150408_1

|
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
23 May 2017 05:03:16
0.4.1.git20150408_1

|
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 |
10 Oct 2016 23:46:43
0.4.1.git20150408

|
amdmi3  |
- Update to latest git
- Move to new github home
- Add LICENSE
- Add missing GL depends
- Add desktop file
- Switch to options helpers |
14 Sep 2016 15:59:34
0.4_2

|
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
08 Dec 2014 16:48:41
0.4_2

|
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 ) |
10 Sep 2014 20:50:37
0.4_1

|
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) |
28 Jan 2014 23:29:48
0.4

|
amdmi3  |
- Convert USE_GMAKE to USES
- Simplify DOCS option handling |
28 Sep 2013 15:54:10
0.4

|
amdmi3  |
- Support staging |
20 Sep 2013 17:36:36
0.4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
04 Dec 2012 12:38:24
0.4

|
amdmi3  |
- Update to 0.4
- OptionsNG
- Trim header
Feature safe: yes |
20 Aug 2012 08:07:26
0.3_7
|
dougb  |
Revert r302549. Apparently the usual default of
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} doesn't apply here. |
15 Aug 2012 00:37:55
0.3_7
|
dougb  |
danfe was kind enough to remind me that:
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
is already the default, so for those ports where we are doing:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
to avoid the problem of conflicts with the rc.d script of the same
name it is not necessary to define WRKSRC separately.
Clean up this mistake of mine, and standardize for the others. |
01 Jun 2012 05:26:28
0.3_7
|
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
0.3_6
|
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.3_5
|
ohauer  |
-remove MD5 |
11 Aug 2010 06:57:34
0.3_5
|
mva  |
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version. |
28 Mar 2010 06:47:48
0.3_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.3_3
|
dinoex  |
- update to jpeg-8 |
30 Jan 2010 09:43:31
0.3_2
|
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) |
31 Jul 2009 13:57:52
0.3_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
23 Sep 2008 19:17:21
0.3
|
amdmi3  |
cave9 is a gravity cave-exploration game.
Use only two buttons to activate the thrust jets of your ship in
this first-person 3D version of the classic SF-Cave game.
WWW: http://code.google.com/p/cave9/ |