non port: games/bzflag/Makefile |
Number of commits found: 84 |
Friday, 23 Feb 2024
|
19:01 Muhammad Moinur Rahman (bofh)
games/bzflag: Moved man to share/man
Approved by: portmgr (blanket)
3dc46a1 |
Saturday, 26 Nov 2022
|
21:51 Yuri Victorovich (yuri)
games/bzflag: Unbreak by adding missing dependencies
Also add USES=desktop-file-utils.
Approved by: portmgr (unbreak)
5b3d12b |
Tuesday, 22 Nov 2022
|
23:38 Guangyuan Yang (ygy) Author: Kevin Zheng
games/bzflag: Update to 2.4.26
Changelog: https://forums.bzflag.org/viewtopic.php?f=62&p=179250#p179250
PR: 267903
39628b5 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Saturday, 2 Apr 2022
|
15:31 Guido Falsi (madpilot) Author: Kevin Zheng
games/bzflag: Update to 2.4.24
PR: 262772
01a7fb0 |
Monday, 10 Jan 2022
|
15:15 Stefan Eßer (se)
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
bcaf25a |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
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
da3162c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 10 Mar 2021
|
20:17 rhurlin
games/bzflag: Fix missing dependencies sdl2 and ncurses
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Reported by: pkg-fallout
|
Thursday, 4 Mar 2021
|
05:19 nc
games/bzflag: Add autoreconf to USES.
This prevents build fallouts.
PR: 253964
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
|
Wednesday, 3 Mar 2021
|
18:56 nc
games/bzflag: Update to 2.4.22
Changes: https://forums.bzflag.org/viewtopic.php?f=62&t=20480
PR: 253964
Submitted by: Kevin Zheng <kevinz5000 AT gmail DOT com> (maintainer)
|
Saturday, 16 May 2020
|
04:41 tagattie
Update to 2.4.20
PR: 246431
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Approved by: ehaupt (mentor)
Changelog: https://www.bzflag.org/downloads/#changelog
|
Sunday, 2 Feb 2020
|
14:29 tobik
games/bzflag-server: Unbreak after ports r516845
===> bzflag-server-2.4.10_4 need to specify xorg modules with USE_XORG.
*** Error code 1
PR: 243796
|
Tuesday, 5 Nov 2019
|
22:16 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.
|
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
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, 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
|
Sunday, 21 May 2017
|
16:25 joneum
Update to 2.4.10
- Remove MAKE_JOBS_UNSAFE
- Changes: https://github.com/BZFlag-Dev/bzflag/releases
PR: 219317
Reported by: Kevin Zheng (Maintainer) <kevinz5000@gmail.com>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10792
|
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
|
Tuesday, 20 Sep 2016
|
11:32 amdmi3
- Update to 2.4.6
- Add missing depends
- Strip libraries
PR: 212753
Submitted by: amdmi3
Approved by: kevinz5000@gmail.com (maintainer)
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 15 Feb 2016
|
15:03 rakuco
Add games/bzflag-server, a server-only slave port of games/bzflag.
PR: 205854
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (games/bzflag maintainer)
|
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)
|
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)
|
Wednesday, 2 Jul 2014
|
22:03 amdmi3
- Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
|
Thursday, 5 Jun 2014
|
20:33 bdrewery
- Support staging
PR: 190183
Submitted by: kevinz5000@gmail.com
|
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
|
Tuesday, 9 Jul 2013
|
14:51 bdrewery
- Remove indefinite article from COMMENT
PR: ports/180354
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
|
Wednesday, 23 Jan 2013
|
15:00 makc
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Sunday, 7 Oct 2012
|
22:02 jhale
- Mark MAKE_JOBS_UNSAFE
- Add LICENSE
While here:
- Trim Makefile header
PR: ports/172462
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Approved by: makc, avilla (mentors implicit)
|
Saturday, 11 Aug 2012
|
11:49 ak
- Update to 2.4.2
- Remove dependency on gmake
- Remove build dependency on perl
- Remove hints for pthread
- Depend on glew instead of using port's built-in version
- Use newer USE_SDL syntax
- Use port's built-in version of ares
- Install a nice-looking desktop icon
PR: ports/170533
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
|
Friday, 10 Aug 2012
|
18:21 wxs
Assign maintainer to submitter of ports/169722.
|
17:24 wxs
Update to 2.4.0 and cleanup pkg-descr.
Loosen dependency on curl library.
Reset maintainer as old one was bouncing.
PR: ports/169722
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
|
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
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Tuesday, 25 May 2010
|
12:07 sylvio
- Update to 2.0.16
PR: ports/146843
Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer)
|
Saturday, 3 Apr 2010
|
10:44 roam
Chase the ftp/curl shlib version bump.
|
Saturday, 22 Aug 2009
|
00:23 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Monday, 27 Jul 2009
|
22:33 miwi
- Update to 2.0.12
PR: 136898
Submitted by: Jochen Neumeister <jochen@daten-chaos.de>
Approved by: maintainer
|
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.
|
Saturday, 17 May 2008
|
15:13 lippe
- Update to 2.0.10
PR: ports/123575
Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer)
Approved by: araujo (mentor), Chuck Swiger <chuck@pkix.net> (maintainer)
|
Thursday, 13 Mar 2008
|
14:28 miwi
- Chase devel/sdl12 shlib version bump
|
Thursday, 4 Oct 2007
|
01:02 edwin
Remove always-false/true conditions based on OSVERSION 500000
|
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)
|
Monday, 5 Jun 2006
|
20:56 miwi
Update to 2.0.8
BROKEN: Does not compile on 4.x
PR: ports/98145
Submitted by: miwi
Approved by: krion (mentor), maintainer
|
Sunday, 7 May 2006
|
23:46 edwin
Remove USE_REINPLACE for categories starting with a G
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Sunday, 16 Oct 2005
|
03:59 edwin
Upgrade to 2.0.4
PR: ports/87150
Submitted by: Charles Swiger <chuck@pkix.net>
|
Sunday, 20 Mar 2005
|
00:50 pav
- Update to 2.0.2
PR: ports/79023
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
|
Saturday, 12 Feb 2005
|
18:05 vs
LIB_DEPEND on curl
PR: ports/77401
Submitted by: Charles Swiger (maintainer)
|
Wednesday, 19 Jan 2005
|
12:04 edwin
update port: games/bzflag to version 2.0.0
Update games/bzflag port to version 2.0.0. It might be
useful to have some people test v2 long enough to confirm
that people prefer it to v1.x. If the users prefer, it
might be better to create a new port games/bzflag2, but I
will wait for feedback which indicates this.
PR: ports/76454
Submitted by: Charles Swiger <chuck@pkix.net>
|
Thursday, 23 Dec 2004
|
04:58 lesi
Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries (via depending on imake); not any more.
|
Tuesday, 12 Oct 2004
|
00:09 edwin
Update port: games/bzflag to 1.10.8
Update games/bzflag to the latest version.
PR: ports/72491
Submitted by: Charles Swiger <chuck@pkix.net> <chuck@pkix.net>
|
Saturday, 22 May 2004
|
15:50 pav
- Update to 1.10.6
PR: ports/67046
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
|
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sunday, 25 Jan 2004
|
19:52 pav
- Update to 1.10.4
PR: ports/61868
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
|
Thursday, 11 Dec 2003
|
20:20 pav
- Find a new home for this port.
PR: ports/60159 (part of)
Submitted by: Charles Swiger <chuck@pkix.net>
|
14:23 krion
- Update to version 1.10.0
PR: 60139
Submitted by: Ports Fury
|
Wednesday, 2 Jul 2003
|
07:36 daichi
update games/bzflag: 1.7g.0 --> 1.7g.2
PR: 53767
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sunday, 4 May 2003
|
19:05 mdodd
Fix build on -CURRENT; usbhid issue.
|
Thursday, 20 Feb 2003
|
17:32 knu
De-pkg-comment.
|
Friday, 3 Jan 2003
|
20:16 ijliao
upgrade to 1.7g0
PR: 46586
Submitted by: Ports Fury
|
Monday, 21 Oct 2002
|
02:31 nsayer
Release all my ports.
kris made it clear that by his measure I'm not doing my job as a port
maintainer. Far be it from me to be an obstruction to the project.
|
Thursday, 19 Sep 2002
|
03:38 will
Fix bzflag and remove BROKEN. This has been broken since joe MFC'd the
change from libusb.h to libusbhid.h at least, which is five months. The
patch committed here may not be correct, but it compiles and I don't have
a USB joystick to test with, and 4.7-R ports freeze is in two days...
|
02:49 kris
BROKEN: does not build
|
Thursday, 18 Jul 2002
|
04:57 nsayer
Update to 1.7e6
|
Saturday, 26 Jan 2002
|
17:42 nsayer
Update to e.4. USB Joystick functionality has been merged. Huzzah!
|
Wednesday, 15 Aug 2001
|
08:09 sobomax
Unbrore with threaded Mesa.
|
Saturday, 21 Apr 2001
|
07:28 nsayer
Update to 1.7e2. Add USB Joystick support.
|
Sunday, 15 Apr 2001
|
21:23 nsayer
Make udp networking more firewall friendly. Bump PORTREVISION.
|
Wednesday, 28 Mar 2001
|
19:13 nsayer
Revert last change. I now understand where the PORT prefixed variables come
from. Pass the pointy hat. But I cleaned out RELENG_3 support in the patch
before, so finish the job in Makefile.
|
Monday, 26 Mar 2001
|
16:54 nsayer
portlint
|
16:51 nsayer
1. Update to 1.7e.1. d.9 is no longer interoperable.
|
Friday, 3 Nov 2000
|
23:48 nbm
Use USE_MESA instead of LIB_DEPENDS on GL.14 to allow packages to build and
not fail to install Mesa twice.
|
Friday, 18 Aug 2000
|
16:04 nbm
Get bzflag to compile on 3.x. (sys/soundcard.h to machine/soundcard.h,
socklen_t to int for 3.x, and no -fno-exceptions for 3.x g++)
|
Saturday, 12 Aug 2000
|
23:01 nbm
Attempt to work around what seems to be a make time-dependency issue (ie, 1
second granularity) and explicitly run the man target in post-build.
|
02:10 nbm
Make bzflag depend on X and Mesa, and don't hardcode /usr/local for data
directory.
|
01:28 nbm
Add bzflag, a multiplayer 3D tank battle game.
|
Number of commits found: 84 |