non port: games/sauerbraten/Makefile |
SVNWeb
|
Number of commits found: 53 |
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, 31 Aug 2021
|
[ 09:23 Bernhard Froehlich (decke) ] 1adf3da
games/sauerbraten: Add CPE information
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, 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.
|
Wed, 13 Jan 2021
|
[ 03:20 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
|
Tue, 29 Dec 2020
|
[ 02:14 acm ]
- Update to 20201221
|
Fri, 8 Nov 2019
|
[ 10:47 tobik ] (Only the first 10 of 263 ports in this commit are shown above. )
games: Add missing USES={gnome,gl,sdl,xorg}
|
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.
|
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
|
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:18 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)
|
Mon, 18 Aug 2014
|
[ 22:10 antoine ]
Remove a few remaining NOPORTDATA
With hat: portmgr
|
Wed, 9 Jul 2014
|
[ 15:55 vanilla ]
1: Stagify.
2: switch to USES=tar:bzip2.
3: fix WWW line.
Approved by: portmgr@ (blanket)
|
Fri, 21 Feb 2014
|
[ 13:36 ehaupt ] (Only the first 10 of 42 ports in this commit are shown above. )
Remove trailing whitespaces from category games
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
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)
|
Sat, 25 Jan 2014
|
[ 22:02 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
|
Tue, 22 Oct 2013
|
[ 10:34 bdrewery ]
- Allow package building, pointyhat is no more.
With hat: portmgr
|
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)
|
Sun, 24 Mar 2013
|
[ 19:11 acm ]
- Update to 20130203
- Add LICENSE info
- Add DESKTOP_ENTRIES
- OptionsNG
PR: 174989
Submitted by: Sender Ghost <lightside at safebox.ru>
|
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
|
Sun, 23 Jan 2011
|
[ 21:11 pav ]
- Disallow on pointyhat due to the general hugeness
Feature safe: yes
|
Thu, 20 Jan 2011
|
[ 15:37 pav ]
- Update to 20100728
PR: ports/152316
Submitted by: Sender Ghost <lightside@safebox.ru>
Approved by: maintainer timeout (acm; 2 months)
Feature safe: yes
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 30 Jan 2010
|
[ 09:43 mva ] (Only the first 10 of 295 ports in this commit are shown above. )
- 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)
|
Sat, 22 Aug 2009
|
[ 00:23 amdmi3 ] (Only the first 10 of 415 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sat, 9 May 2009
|
[ 12:19 amdmi3 ]
- Update to 20090504
PR: 134382
Submitted by: myself
Approved by: acm (maintainer, private email)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Fri, 25 Jul 2008
|
[ 12:24 pav ] (Only the first 10 of 127 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Sun, 29 Jun 2008
|
[ 17:46 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)
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ] (Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
Sun, 17 Feb 2008
|
[ 11:22 miwi ]
- Update to 20071222
PR: 119793
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout
|
Thu, 4 Oct 2007
|
[ 01:02 edwin ] (Only the first 10 of 26 ports in this commit are shown above. )
Remove always-false/true conditions based on OSVERSION 500000
|
Wed, 26 Sep 2007
|
[ 01:03 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
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 29 Dec 2006
|
[ 18:22 acm ]
- Update to 20061204
- Respect CXX
|
Mon, 6 Nov 2006
|
[ 18:19 acm ]
- Use the correct way to check the default options on Makefile
PR: ports/105004
Submitted by: Dmitry Marakasov <amdmi3__at__mail.ru>
|
Wed, 20 Sep 2006
|
[ 11:21 stas ] (Only the first 10 of 453 ports in this commit are shown above. )
- 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)
|
Sat, 16 Sep 2006
|
[ 17:43 acm ]
- Update to 20060912
- Mark BROKEN on 4.x
Approved by: garga (mentor,implicit)
|
Mon, 14 Aug 2006
|
[ 15:29 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)
|
Sun, 23 Jul 2006
|
[ 02:45 acm ] (Only the first 10 of 71 ports in this commit are shown above. )
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor)
|
Mon, 3 Jul 2006
|
[ 14:49 arved ]
Mark BROKEN on CURRENT
Reported by: pointyhat
|
Thu, 15 Jun 2006
|
[ 12:33 arved ]
Update to 20060611
Removed UXE_X_PREFIX
PR: 98928
Submitted by: maintainer
|
Mon, 8 May 2006
|
[ 18:43 arved ]
Update to 20060426
PR: 96935
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
Sun, 30 Apr 2006
|
[ 10:25 lawrance ]
Add Sauerbraten, a first person shooter based on Cube.
PR: ports/92712
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
Number of commits found: 53 |