Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Jan 2021 03:20:01
20201221

|
pkubaj  |
games/sauerbraten: fix build on GCC architectures
In file included from engine/rendermodel.cpp:28:
engine/md2.h: In constructor 'md2::md2(const char*)':
engine/md2.h:74: error: class 'md2' does not have any field named 'vertloader'
engine/md2.h:74: error: no matching function for call to
'vertloader<md2>::vertloader()'
engine/vertmodel.h:433: note: candidates are: vertloader<MDL>::vertloader(const
char*) [with MDL = md2]
engine/vertmodel.h:432: note: vertloader<md2>::vertloader(const
vertloader<md2>&)
MFH: 2021Q1 |
29 Dec 2020 02:14:25
20201221

|
acm  |
- Update to 20201221 |
08 Nov 2019 10:47:01
20130203_4

|
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
05 Nov 2019 22:21:16
20130203_4

|
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. |
13 Aug 2019 16:03:12
20130203_4

|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
23 May 2017 05:03:16
20130203_4

|
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 |
04 Jun 2015 11:29:48
20130203_3

|
amdmi3  |
- Disable precompiled headers to fix build with old gcc on -current kernel
- Regenerate patch with make-patch
MFH: 2015Q2 |
15 Mar 2015 11:51:07
20130203_3

|
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 ) |
22 Dec 2014 21:38:24
20130203_2

|
bapt  |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3 |
20 Dec 2014 18:37:12
20130203_2

|
bapt  |
Cleanup plist |
08 Dec 2014 16:48:41
20130203_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 ) |
28 Nov 2014 11:18:16
20130203_1

|
amdmi3  |
- Add empty directory to plist |
10 Sep 2014 20:50:37
20130203_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) |
18 Aug 2014 22:10:40
20130203

|
antoine  |
Remove a few remaining NOPORTDATA
With hat: portmgr |
09 Jul 2014 15:55:43
20130203

|
vanilla  |
1: Stagify.
2: switch to USES=tar:bzip2.
3: fix WWW line.
Approved by: portmgr@ (blanket) |
21 Feb 2014 13:36:57
20130203

|
ehaupt  |
Remove trailing whitespaces from category games |
10 Feb 2014 13:54:28
20130203

|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
25 Jan 2014 22:02:50
20130203

|
rakuco  |
- Fix the build on 10 and beyond.
Since r253839 ld(1) behaves more strictly and does not pull in indirect
shared library dependencies (in this case, libX11.so). Upstream correctly
has -lX11 in the linker line, but r315151 removed this section in
patch-src_Makefile.
Based on a patch by Jan Henrik Sylvester <me@janh.de> in [1].
- While here, convert USE_GMAKE=yes to USES=gmake.
PR: ports/185033 [1]
Submitted by: Jan Henrik Sylvester <me@janh.de> [1]
Approved by: maintainer timeout (37 days)
MFH: 2014Q1 |
22 Oct 2013 10:34:29
20130203

|
bdrewery  |
- Allow package building, pointyhat is no more.
With hat: portmgr |
20 Sep 2013 17:36:36
20130203

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
14 Aug 2013 22:35:54
20130203

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
24 Mar 2013 19:11:38
20130203

|
acm  |
- Update to 20130203
- Add LICENSE info
- Add DESKTOP_ENTRIES
- OptionsNG
PR: 174989
Submitted by: Sender Ghost <lightside at safebox.ru> |
01 Jun 2012 05:26:28
20100728_2
|
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
20100728_1
|
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 |
23 Jan 2011 21:11:38
20100728
|
pav  |
- Disallow on pointyhat due to the general hugeness
Feature safe: yes |
20 Jan 2011 15:37:47
20100728
|
pav  |
- Update to 20100728
PR: ports/152316
Submitted by: Sender Ghost <lightside@safebox.ru>
Approved by: maintainer timeout (acm; 2 months)
Feature safe: yes |
28 Mar 2010 06:47:48
20090504_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
20090504_3
|
dinoex  |
- update to jpeg-8 |
30 Jan 2010 09:43:31
20090504_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) |
22 Aug 2009 00:23:13
20090504_1 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
31 Jul 2009 13:57:52
20090504_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
09 May 2009 12:19:58
20090504
|
amdmi3  |
- Update to 20090504
PR: 134382
Submitted by: myself
Approved by: acm (maintainer, private email) |
21 Aug 2008 06:18:49
20080617
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
25 Jul 2008 12:24:09
20080617
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
29 Jun 2008 20:34:11
20080617
|
amdmi3  |
- Commit forgotten patch
Reported by: itetcu (QA Tindy)
Approved by: miwi (mentor) |
29 Jun 2008 17:46:39
20080617
|
amdmi3  |
- Update to 20080617
- Simplify do-install target (install all data, instead of picking specific
extensions - no actual need for that)
- Fix plist for WITHOUT_CLIENT and WITHOUT_DEDICATED cases
PR: ports/124959
Approved by: acm (maintainer; via irc), miwi (mentor) |
19 Apr 2008 17:56:05
20071222_1 
|
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) |
13 Mar 2008 14:28:35
20071222_1
|
miwi  |
- Chase devel/sdl12 shlib version bump |
17 Feb 2008 11:22:51
20071222
|
miwi  |
- Update to 20071222
PR: 119793
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout |
04 Oct 2007 01:02:44
20070415
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
26 Sep 2007 01:03:39
20070415
|
edwin  |
[patch] games/sauerbraten update
Upgrade of sauerbraten to the new 2007 spring edition
PR: ports/112511
Submitted by: Sam Stein <scs@b1tt3r.org>
Approved by: maintainer timeout |
19 May 2007 20:32:57
20061204_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
29 Dec 2006 18:22:15
20061204
|
acm  |
- Update to 20061204
- Respect CXX |
06 Nov 2006 18:19:46
20060912_1
|
acm  |
- Use the correct way to check the default options on Makefile
PR: ports/105004
Submitted by: Dmitry Marakasov <amdmi3__at__mail.ru> |
20 Sep 2006 11:21:59
20060912_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) |
16 Sep 2006 17:43:31
20060912
|
acm  |
- Update to 20060912
- Mark BROKEN on 4.x
Approved by: garga (mentor,implicit) |
14 Aug 2006 15:29:20
20060722
|
acm  |
- Update to 20060722 [2]
- Fix building on 4.x and 7.x. [1]
- Allow building only the client/server part through OPTIONS. [1]
- Fix wrapper scripts: pass parameters to the real executables. [1]
- Respect SDL_CONFIG. [1]
- Clean-up. [1]
PR: 101116
Submitted by: alepulver [1]
Reviewed by: me [2]
Approved by: garga (mentor) |
23 Jul 2006 02:45:24
20060611
|
acm  |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
03 Jul 2006 14:49:46
20060611
|
arved  |
Mark BROKEN on CURRENT
Reported by: pointyhat |
15 Jun 2006 12:33:41
20060611
|
arved  |
Update to 20060611
Removed UXE_X_PREFIX
PR: 98928
Submitted by: maintainer |
08 May 2006 18:43:59
20060426
|
arved  |
Update to 20060426
PR: 96935
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> |
30 Apr 2006 10:25:12
20060320
|
lawrance  |
Add Sauerbraten, a first person shooter based on Cube.
PR: ports/92712
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> |