non port: games/battletanks/Makefile |
SVNWeb
|
Number of commits found: 58 |
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 )
|
Sat, 18 Jun 2022
|
[ 06:28 Jose Alonso Cardenas Marquez (acm) ] 907bea9 (Only the first 10 of 17 ports in this commit are shown above. )
multimedia/smpeg: Revert configure patch file
* Commit 87624aab for PR #231524 has accidentally introduced two
additional patches to the configure script, breaking parts of
its workings. Revert these changes to fix the configuration.
* Bump PORTREVISION
PR: 263023
Reported by: Robert Clausecker <fuz _at_ fuz.su>
|
Wed, 11 Aug 2021
|
[ 14:37 Alexey Dokuchaev (danfe) ] 1f22065
games/battletanks: attempt to unbreak the build on the cluster
It turns that conversion to modern Python in r547168 was incomplete,
one last has_key() call was left out. While here, shorten one line
in the `pre-build' recipe by not repeating identical path component.
Reported by: pkg-fallout
|
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.
|
Mon, 31 Aug 2020
|
[ 11:53 danfe ]
- Finish the conversion to modern Python started with r524492
- Rename local header to avoid the clash with /usr/include/semaphore.h
which breaks the build on recent -CURRENT
Reported by: pkg-fallout
|
Mon, 25 May 2020
|
[ 18:33 sunpoet ] (Only the first 10 of 35 ports in this commit are shown above. )
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
|
Wed, 29 Jan 2020
|
[ 07:08 danfe ]
1) Assume maintainership of the port after r524492
2) Vocalize `pre-build' target to make debugging easier
and move it after the patching stage; simplify the
wording in the corresponding comment
3) Fix the sed(1) expression: properly escape the dot,
remove needless global modifier, and wrap the overly
long line while here
Requested by: linimon, pkubaj (1)
|
Tue, 28 Jan 2020
|
[ 15:17 danfe ]
Convert to modern Python and revive `games/battletanks'.
|
Thu, 26 Dec 2019
|
[ 07:54 antoine ] (Only the first 10 of 255 ports in this commit are shown above. )
Deprecate a few ports
With hat: portmgr
|
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}
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Sat, 20 Jan 2018
|
[ 17:46 jbeich ]
games/battletanks: unbreak build with Clang 6 (C++14 by default)
In file included from engine/net/scanner.cpp:1:
In file included from engine/src/config.h:33:
In file included from ./mrt/xml.h:23:
/usr/include/c++/v1/map:629:15: error: object of type 'std::__1::pair<const
mrt::Socket::addr, Scanner::Host>' cannot be assigned because its copy
assignment operator is implicitly deleted
{__nc = __v.__cc; return *this;}
^
/usr/include/c++/v1/__tree:1645:35: note: in instantiation of member function
'std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>::operator='
requested here
__cache->__value_ = *__first;
^
/usr/include/c++/v1/__tree:1575:9: note: in instantiation of function template
specialization 'std::__1::__tree<std::__1::__value_type<const mrt::Socket::addr,
Scanner::Host>, std::__1::__map_value_compare<const mrt::Socket::addr,
std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>,
std::__1::less<const mrt::Socket::addr>, true>,
std::__1::allocator<std::__1::__value_type<const mrt::Socket::addr,
Scanner::Host> >
>::__assign_multi<std::__1::__tree_const_iterator<std::__1::__value_type<const
mrt::Socket::addr, Scanner::Host>,
std::__1::__tree_node<std::__1::__value_type<const mrt::Socket::addr,
Scanner::Host>, void *> *, long> >' requested here
__assign_multi(__t.begin(), __t.end());
^
/usr/include/c++/v1/map:912:21: note: in instantiation of member function
'std::__1::__tree<std::__1::__value_type<const mrt::Socket::addr,
Scanner::Host>, std::__1::__map_value_compare<const mrt::Socket::addr,
std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>,
std::__1::less<const mrt::Socket::addr>, true>,
std::__1::allocator<std::__1::__value_type<const mrt::Socket::addr,
Scanner::Host> > >::operator=' requested here
__tree_ = __m.__tree_;
^
engine/net/scanner.cpp:256:8: note: in instantiation of member function
'std::__1::map<const mrt::Socket::addr, Scanner::Host, std::__1::less<const
mrt::Socket::addr>, std::__1::allocator<std::__1::pair<const mrt::Socket::addr,
Scanner::Host> > >::operator=' requested here
hosts = _hosts;
^
/usr/include/c++/v1/utility:325:5: note: copy assignment operator is implicitly
deleted because 'pair<const mrt::Socket::addr, Scanner::Host>' has a
user-declared move constructor
pair(pair&&) = default;
^
Reported by: pkg-fallout
|
Mon, 11 Dec 2017
|
[ 16:54 antoine ] (Only the first 10 of 37 ports in this commit are shown above. )
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
|
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
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
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 )
|
Sun, 30 Nov 2014
|
[ 17:52 amdmi3 ]
- Add LICENSE
- Strip binaries
|
Mon, 20 Oct 2014
|
[ 17:36 mva ] (Only the first 10 of 41 ports in this commit are shown above. )
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
|
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)
|
Tue, 15 Jul 2014
|
[ 18:58 tijl ] (Only the first 10 of 23 ports in this commit are shown above. )
- Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
|
Tue, 27 May 2014
|
[ 14:03 bapt ]
USES=scons
Fix build with lua changes
|
Mon, 26 May 2014
|
[ 15:28 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
|
Wed, 15 Jan 2014
|
[ 13:04 danfe ]
Use vendor's installation logic for the game libraries, it works fine.
|
[ 11:38 danfe ]
- Unbreak the build with Clang and remove disgusting USE_GCC knob
- Rename a patch now that it fixes more than just GCC v4.6 issue
- Tighten DESKTOP_ENTRIES (do not set Comment and StartupNotify)
- Fix a few annoying SCons warnings (due to aging SConstruct file)
- Python is only used for the build, so plain USE_PYTHON is wrong
- Stagify, mention dedicated server mode availability in pkg-descr
|
Wed, 25 Dec 2013
|
[ 23:29 antoine ] (Only the first 10 of 78 ports in this commit are shown above. )
Convert the tree to USES=openal
Approved by: portmgr (bapt)
|
Sat, 14 Dec 2013
|
[ 20:46 mva ]
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
|
Sun, 8 Dec 2013
|
[ 20:05 gerald ]
Fix typo in previous commit.
Reported by: kwm
|
[ 18:43 gerald ]
Also convert the dependency on devel/libsigc++20 to the new LIB_DEPENDS
format.
Reported by: mat, bsam
|
Tue, 3 Dec 2013
|
[ 23:14 gerald ]
Fix the build with GCC 4.7 and later (which do fewer extraneous
#includes of system include files). [1]
On the way adjust to the new LIB_DEPENDS format.
PR: 183342 [1]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1]
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
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)
|
Mon, 9 Sep 2013
|
[ 18:54 antoine ] (Only the first 10 of 26 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
|
Sat, 17 Aug 2013
|
[ 16:27 gerald ] (Only the first 10 of 93 ports in this commit are shown above. )
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
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
|
Mon, 7 Jan 2013
|
[ 02:07 makc ] (Only the first 10 of 48 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 and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
|
Wed, 25 Jul 2012
|
[ 08:12 gerald ]
Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
and GCC 4.6 has been the default for a while.
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
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
|
Fri, 4 Nov 2011
|
[ 02:16 danfe ]
Adjust a comment and move -fpermissive from CFLAGS into CXXFLAGS.
|
Thu, 3 Nov 2011
|
[ 10:56 danfe ]
- Fix the build with GCC 4.6 [1]
- Remove SSE band-aid as it seems no longer required
- Cleanup Makefile and remove support for FreeBSD < 700000
- Install manual page [2]
- Return this port back to the pool due to lack of time
Obtained from: Debian [1, 2]
Debian bug: http://bugs.debian.org/624916 [1]
|
Sun, 6 Jun 2010
|
[ 20:44 naddy ] (Only the first 10 of 174 ports in this commit are shown above. )
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
|
Mon, 24 May 2010
|
[ 16:21 danfe ]
- Switch USE_GCC to 4.4+ as advised by gerald@
- Clean up Makefile while here: shorten and coalesce lines, reorder knobs,
simplify PORTDOCS installation, unmute INSTALL_DATA commands
|
Sun, 25 Apr 2010
|
[ 11:01 makc ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 0.9.8083
- Lua dependency is mandatory since 0.9
- SMPEG dependency added
- GCC 4.3+ dependency added because of a compiler bug in
gcc 4.2 from base with smpeg/MPEGfilter.h
- SSE disabled because of a build failure
PR: ports/143072
Submitted by: Bernhard Froehlich <decke at bluelife.at>
Approved by: maintainer timeout (danfe@, three months)
|
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)
|
Mon, 25 Jan 2010
|
[ 19:15 pav ] (Only the first 10 of 66 ports in this commit are shown above. )
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat)
|
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
|
Mon, 6 Jul 2009
|
[ 21:26 naddy ] (Only the first 10 of 165 ports in this commit are shown above. )
Bump PORTREVISION after libogg and libvorbisfile major version increment.
|
Thu, 11 Sep 2008
|
[ 08:09 gahr ]
- Fix build on 6.3
- UNBREAK
Approved by: portmgr (linimon)
|
Fri, 15 Aug 2008
|
[ 13:52 erwin ]
Re-mark as BROKEN but only for i386.
|
Sun, 22 Jun 2008
|
[ 18:33 pav ]
- Builds now
|
Sat, 3 May 2008
|
[ 15:23 pav ]
- Mark BROKEN on 5.x and 6.x: error: invalid conversion from `long int*' to
`const time_t*'
Reported by: pointyhat
|
Thu, 10 Apr 2008
|
[ 22:03 pav ]
- Add missing dependency and fix the build
Pointy hat to: danfe
|
Sun, 6 Apr 2008
|
[ 11:24 danfe ]
Add missing dependency.
Reported by: pointyhat (via pav, erwin)
|
Wed, 2 Apr 2008
|
[ 10:18 danfe ] (Only the first 10 of 11 ports in this commit are shown above. )
Add new port of Battle Tanks, fast 2D tank arcade game with multiplayer and
split-screen modes.
WWW: http://btanks.sourceforge.net/
|
Number of commits found: 58 |