non port: games/warsow/Makefile |
Number of commits found: 55 |
Sunday, 7 Apr 2019
|
07:43 antoine
Deprecate ports broken for more than 6 months
|
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sunday, 4 Nov 2018
|
09:46 antoine
Mark BROKEN: fails to build
game/g_ascript.cpp:727:47: error: non-constant-expression cannot be narrowed
from type 'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list
[-Wc++11-narrowing]
{ ASLIB_PROPERTY_DECL(const bool, allSolid), ASLIB_FOFFSET(astrace_t,
trace.allsolid) },
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
|
Sunday, 29 Jul 2018
|
22:18 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sunday, 10 Sep 2017
|
20:55 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Tuesday, 23 May 2017
|
05:03 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
|
Saturday, 1 Apr 2017
|
15:23 gerald
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Friday, 13 Jan 2017
|
16:54 mat
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
|
12:27 amdmi3
- Update MASTER_SITES
|
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
|
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Monday, 8 Dec 2014
|
16:48 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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Friday, 31 Oct 2014
|
16:11 amdmi3
- Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.
Suggested by: marino
|
Monday, 20 Oct 2014
|
09:06 marino
games/warsow: Add USES=alias plus...
While adding USES=alias to warsow under blanket permission, I decided
to bring in other changes from DPorts:
* define LDFLAGS=-L${LOCALBASE}/lib (required for compilers that don't
search /usr/local/lib by default)
* Only change x86_64 arch if the OPSYS is FreeBSD. Doing this breaks
DragonFly
The total sum of these changes for FreeBSD is no-op.
|
Thursday, 25 Sep 2014
|
20:18 amdmi3
- Update to v1.51
PR: 190969
Submitted by: lightside@gmx.com
|
Wednesday, 10 Sep 2014
|
20:50 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)
|
Tuesday, 15 Jul 2014
|
17:37 adamw
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
|
Wednesday, 4 Jun 2014
|
22:51 nemysis
games/warsow
- Bump PORTREVISION for dependency change
- Transfer maintainership to games@ team
- Remove dependency for games/warsow-data and MAKE_JOBS_UNSAFE
- Change PLIST_DIRS
- Add DOCS and Option
- Change desktop entry file
games/warsow-data
- Bump PORTREVISION for adding pkg-plist and for dependency change
- Mastersite disappeared, mirror on my FreeBSD LOCAL site
- Transfer maintainership to games@ team
- Add dependency for games/warsow
- Simplify installation handling
- Add pkg-plist
|
17:50 antoine
- Update to 1.5 [1]
- Reset maintainers [2]
- Remove MAPPACK from default options and mark it BROKEN, it's unfetchable [3]
PR: ports/189477 and ports/189478 [1]
Submitted by: lightside gmx com [1]
Approved by: several maintainer timeouts on those ports [2]
Reported by: pkg-fallout [3]
|
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
Sunday, 9 Mar 2014
|
15:13 rene
games/warsow: un-expire and update to 1.0.3
- Update master sites
- Add stage support
- Use new LIB_DEPENDS syntax
- Convert to USES (zip:infozip could be added)
- Add CIN option for Cinematics playback module
- Add desktop entry
- Disable "pure" check for library files
- Fix build with clang
- Overhaul character encoding patching
- Fix runtime crash in option submenu
- rene: depend on Xrandr
- rene: depend on libtheora for CIN
- rene: convert patch with dos2unix
- rene: mark jobs unsafe
PR: ports/185652
Submitted by: Sender Ghost <lightside@gmx.com>
Approved by: maintainer timeout (danfe, 2 months + expiration time)
|
Monday, 6 Jan 2014
|
11:25 rene
Depends on expired games/warsow-data, schedule for removal on 2014-01-22
PR: ports/185114
Submitted by: rene
Approved by: maintainer timeout (danfe, 15 days)
|
Wednesday, 25 Dec 2013
|
23:29 antoine
Convert the tree to USES=openal
Approved by: portmgr (bapt)
|
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Thursday, 11 Jul 2013
|
16:26 sunpoet
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
|
Wednesday, 5 Dec 2012
|
10:52 danfe
In preparation to update the port to version 1.0.2, cleanup things a bit:
- Convert to the new OPTION framework
- Drop shlib ABI version numbers from LIB_DEPENDS
- Retire WSWSUBDIR variable, drop article from COMMENT, trim header
- Avoid legacy "yes" values in USE_GL and USE_SDL knobs
- Slightly change some in-place patching (idea from Gentoo)
- Move client-related OPTIONS inside .if ${PORT_OPTIONS:MCLIENT} block
Feature safe: yes
|
Thursday, 19 Jul 2012
|
20:15 naddy
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Saturday, 18 Feb 2012
|
10:18 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
|
Wednesday, 23 Nov 2011
|
14:32 danfe
Convert pkg-list into PLIST_FILES/DIRS. While static plists are good in a
number of ways (e.g. greppability), in this particular case it was hardly
useful feature: lots of PLIST_SUB's (literally, every line of pkg-plist is
substituted up to four times). It turned out that maintaining even a short
plist like this one and keeping all PLIST_SUB's consistent causes just too
much hassle.
Also, this conversion allows us to drop WSWBIN variable and get executable
list from PLIST_FILES directly with small make(1) magic, yet not damaging
readability at the same time. Makefile is considerably sorter now. ;-)
Feature safe: yes
|
11:35 danfe
- Fix unicode input in X11 (courtesy of Danko Alexeyev)
- While here, remove `-g' from CFLAGS when building AngelScript
Obtained from: http://forum.picmip.org/forum/thread/12194
Feature safe: yes
|
10:08 danfe
- Update to version 0.6.2
- Remove stale master sites
- Adjust COMMENT slightly; avoid full stop in a comment in post-patch
- Build angelwrap library (cf. PR ports/155268)
Feature safe: yes
|
Monday, 7 Feb 2011
|
10:59 danfe
- Update Warsow game and data ports to version 0.6
- Clean up distfile mirror list (via distilator)
- Add LICENSE (GPLv2, applies to game engine only)
- Add NO_PACKAGE to data port as its size is 550MB now
Feature safe: yes
|
Sunday, 6 Jun 2010
|
20:44 naddy
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
|
Saturday, 3 Apr 2010
|
10:44 roam
Chase the ftp/curl shlib version bump.
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Monday, 25 Jan 2010
|
19:15 pav
- 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)
|
Saturday, 5 Dec 2009
|
15:04 danfe
- Belatedly update to version 0.5
- Offer to install community map pack (on by default)
- Convert one patch file to simple inplace editing
|
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
|
Monday, 6 Jul 2009
|
21:26 naddy
Bump PORTREVISION after libogg and libvorbisfile major version increment.
|
Friday, 23 Jan 2009
|
15:43 roam
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
|
Tuesday, 12 Aug 2008
|
19:11 danfe
Fix classic "unquoted parameter with spaces" case.
Reported by: pointyhat (via pav, erwin)
|
Friday, 25 Jul 2008
|
09:34 danfe
Add missing dependency. I hate modular X.Org sooo much. :-(
Reported by: QA Tindy
|
06:09 danfe
- Belatedly update to version 0.42
- Introduce number of new knobs
- Throw in couple of comments on inplace patching
|
Thursday, 27 Mar 2008
|
13:15 miwi
- Add missing dependency
- Bump PORTREVISION
Submitted by: pavbot
|
Thursday, 13 Mar 2008
|
14:28 miwi
- Chase devel/sdl12 shlib version bump
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wednesday, 13 Dec 2006
|
12:41 roam
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
|
Wednesday, 20 Sep 2006
|
11:21 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)
|
Sunday, 20 Aug 2006
|
15:11 acm
- Integrate games/warsow with games/warsow-data
- Fixes some problems with games/linux-warsow and games/warsow-data, now
we can install games/warsow and games/linux-warsow at the same place.
Submitted by: me
Approved by: maintainer timeout (16 days), garga (mentor)
|
Thursday, 29 Jun 2006
|
09:07 danfe
- Fix potential mouse problems
- Utilize OPTIONS for granular build
- Bump PORTREVISION
PR: ports/98774
Submitted by: alepulver
|
Wednesday, 28 Jun 2006
|
09:18 danfe
- Update to version 0.12
- Report correct build platform in "version" cvar
- Set and utilize DATADIR macro (Makefile/pkg-plist)
|
Friday, 16 Jun 2006
|
04:17 danfe
Fix missing dependency, use modern GCC to build on 4.X.
Reported by: krismail
|
Thursday, 1 Jun 2006
|
11:19 danfe
Add Warsow, a fast paced first person shooter game with cartoonish graphics
which is primarily focused on trix (trick jumps) and art of move.
WWW: http://www.warsow.net/
|
Number of commits found: 55 |