notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: games/bzflag/Makefile

Number of commits found: 84

Friday, 23 Feb 2024
19:01 Muhammad Moinur Rahman (bofh) search for other commits by this committer
games/bzflag: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 3dc46a19baf40a18cf402ab252cff35732d0c679 commit hash: 3dc46a19baf40a18cf402ab252cff35732d0c679 commit hash: 3dc46a19baf40a18cf402ab252cff35732d0c679 commit hash: 3dc46a19baf40a18cf402ab252cff35732d0c679 3dc46a1
Saturday, 26 Nov 2022
21:51 Yuri Victorovich (yuri) search for other commits by this committer
games/bzflag: Unbreak by adding missing dependencies

Also add USES=desktop-file-utils.

Approved by:	portmgr (unbreak)
commit hash: 5b3d12b6c6364c42333c8d0509465b323b1f9409 commit hash: 5b3d12b6c6364c42333c8d0509465b323b1f9409 commit hash: 5b3d12b6c6364c42333c8d0509465b323b1f9409 commit hash: 5b3d12b6c6364c42333c8d0509465b323b1f9409 5b3d12b
Tuesday, 22 Nov 2022
23:38 Guangyuan Yang (ygy) search for other commits by this committer Author: Kevin Zheng
games/bzflag: Update to 2.4.26

Changelog:	https://forums.bzflag.org/viewtopic.php?f=62&p=179250#p179250

PR:		267903
commit hash: 39628b5c700a618372700441afa9f3e79a2ff783 commit hash: 39628b5c700a618372700441afa9f3e79a2ff783 commit hash: 39628b5c700a618372700441afa9f3e79a2ff783 commit hash: 39628b5c700a618372700441afa9f3e79a2ff783 39628b5
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 2 Apr 2022
15:31 Guido Falsi (madpilot) search for other commits by this committer Author: Kevin Zheng
games/bzflag: Update to 2.4.24

PR:		262772
commit hash: 01a7fb0b641782bffef58e01c40e7ece4bf53bab commit hash: 01a7fb0b641782bffef58e01c40e7ece4bf53bab commit hash: 01a7fb0b641782bffef58e01c40e7ece4bf53bab commit hash: 01a7fb0b641782bffef58e01c40e7ece4bf53bab 01a7fb0
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
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
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 10 Mar 2021
20:17 rhurlin search for other commits by this committer
games/bzflag: Fix missing dependencies sdl2 and ncurses

Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Reported by:	pkg-fallout
Original commitRevision:568040 
Thursday, 4 Mar 2021
05:19 nc search for other commits by this committer
games/bzflag: Add autoreconf to USES.

This prevents build fallouts.

PR:		253964
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Original commitRevision:567288 
Wednesday, 3 Mar 2021
18:56 nc search for other commits by this committer
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)
Original commitRevision:567252 
Saturday, 16 May 2020
04:41 tagattie search for other commits by this committer
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
Original commitRevision:535351 
Sunday, 2 Feb 2020
14:29 tobik search for other commits by this committer
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
Original commitRevision:524959 
Tuesday, 5 Nov 2019
22:16 zeising search for other commits by this committer
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.
Original commitRevision:516845 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Sunday, 21 May 2017
16:25 joneum search for other commits by this committer
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
Original commitRevision:441416 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Tuesday, 20 Sep 2016
11:32 amdmi3 search for other commits by this committer
- Update to 2.4.6
- Add missing depends
- Strip libraries

PR:		212753
Submitted by:	amdmi3
Approved by:	kevinz5000@gmail.com (maintainer)
Original commitRevision:422494 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 15 Feb 2016
15:03 rakuco search for other commits by this committer
Add games/bzflag-server, a server-only slave port of games/bzflag.

PR:		205854
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (games/bzflag maintainer)
Original commitRevision:408934 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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)
Original commitRevision:374303 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Wednesday, 2 Jul 2014
22:03 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
Original commitRevision:360279 
Thursday, 5 Jun 2014
20:33 bdrewery search for other commits by this committer
- Support staging

PR:		190183
Submitted by:	kevinz5000@gmail.com
Original commitRevision:356703 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- 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
Original commitRevision:322783 
Tuesday, 9 Jul 2013
14:51 bdrewery search for other commits by this committer
- Remove indefinite article from COMMENT

PR:		ports/180354
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Original commitRevision:322562 
Wednesday, 23 Jan 2013
15:00 makc search for other commits by this committer
Bump PORTREVISION after DESKTOP_ENTRIES update
Original commitRevision:310871 
Sunday, 7 Oct 2012
22:02 jhale search for other commits by this committer
- 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)
Original commitRevision:305510 
Saturday, 11 Aug 2012
11:49 ak search for other commits by this committer
- 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>
Original commit
Friday, 10 Aug 2012
18:21 wxs search for other commits by this committer
Assign maintainer to submitter of ports/169722.
Original commit
17:24 wxs search for other commits by this committer
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>
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- 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
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Tuesday, 25 May 2010
12:07 sylvio search for other commits by this committer
- Update to 2.0.16

PR:             ports/146843
Submitted by:   Chuck Swiger <chuck@pkix.net> (maintainer)
Original commit
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Monday, 27 Jul 2009
22:33 miwi search for other commits by this committer
- Update to 2.0.12

PR:             136898
Submitted by:   Jochen Neumeister <jochen@daten-chaos.de>
Approved by:    maintainer
Original commit
Friday, 23 Jan 2009
15:43 roam search for other commits by this committer
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.
Original commit
Saturday, 17 May 2008
15:13 lippe search for other commits by this committer
- 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)
Original commit
Thursday, 13 Mar 2008
14:28 miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
Original commit
Thursday, 4 Oct 2007
01:02 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 13 Dec 2006
12:41 roam search for other commits by this committer
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
Original commit
Wednesday, 20 Sep 2006
11:21 stas search for other commits by this committer
 - 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)
Original commit
Monday, 5 Jun 2006
20:56 miwi search for other commits by this committer
Update to 2.0.8
BROKEN: Does not compile on 4.x

PR:             ports/98145
Submitted by:   miwi
Approved by:    krion (mentor), maintainer
Original commit
Sunday, 7 May 2006
23:46 edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
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.
Original commit
Sunday, 16 Oct 2005
03:59 edwin search for other commits by this committer
Upgrade to 2.0.4

PR:             ports/87150
Submitted by:   Charles Swiger <chuck@pkix.net>
Original commit
Sunday, 20 Mar 2005
00:50 pav search for other commits by this committer
- Update to 2.0.2

PR:             ports/79023
Submitted by:   Charles Swiger <chuck@pkix.net> (maintainer)
Original commit
Saturday, 12 Feb 2005
18:05 vs search for other commits by this committer
LIB_DEPEND on curl

PR:             ports/77401
Submitted by:   Charles Swiger (maintainer)
Original commit
Wednesday, 19 Jan 2005
12:04 edwin search for other commits by this committer
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>
Original commit
Thursday, 23 Dec 2004
04:58 lesi search for other commits by this committer
Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries (via depending on imake); not any more.
Original commit
Tuesday, 12 Oct 2004
00:09 edwin search for other commits by this committer
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>
Original commit
Saturday, 22 May 2004
15:50 pav search for other commits by this committer
- Update to 1.10.6

PR:             ports/67046
Submitted by:   Charles Swiger <chuck@pkix.net> (maintainer)
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Sunday, 25 Jan 2004
19:52 pav search for other commits by this committer
- Update to 1.10.4

PR:             ports/61868
Submitted by:   Charles Swiger <chuck@pkix.net> (maintainer)
Original commit
Thursday, 11 Dec 2003
20:20 pav search for other commits by this committer
- Find a new home for this port.

PR:             ports/60159 (part of)
Submitted by:   Charles Swiger <chuck@pkix.net>
Original commit
14:23 krion search for other commits by this committer
- Update to version 1.10.0

PR:             60139
Submitted by:   Ports Fury
Original commit
Wednesday, 2 Jul 2003
07:36 daichi search for other commits by this committer
update games/bzflag: 1.7g.0 --> 1.7g.2

PR:             53767
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Sunday, 4 May 2003
19:05 mdodd search for other commits by this committer
Fix build on -CURRENT; usbhid issue.
Original commit
Thursday, 20 Feb 2003
17:32 knu search for other commits by this committer
De-pkg-comment.
Original commit
Friday, 3 Jan 2003
20:16 ijliao search for other commits by this committer
upgrade to 1.7g0

PR:             46586
Submitted by:   Ports Fury
Original commit
Monday, 21 Oct 2002
02:31 nsayer search for other commits by this committer
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.
Original commit
Thursday, 19 Sep 2002
03:38 will search for other commits by this committer
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...
Original commit
02:49 kris search for other commits by this committer
BROKEN: does not build
Original commit
Thursday, 18 Jul 2002
04:57 nsayer search for other commits by this committer
Update to 1.7e6
Original commit
Saturday, 26 Jan 2002
17:42 nsayer search for other commits by this committer
Update to e.4. USB Joystick functionality has been merged. Huzzah!    
Original commit
Wednesday, 15 Aug 2001
08:09 sobomax search for other commits by this committer
Unbrore with threaded Mesa.    
Original commit
Saturday, 21 Apr 2001
07:28 nsayer search for other commits by this committer
Update to 1.7e2. Add USB Joystick support.    
Original commit
Sunday, 15 Apr 2001
21:23 nsayer search for other commits by this committer
Make udp networking more firewall friendly. Bump PORTREVISION.    
Original commit
Wednesday, 28 Mar 2001
19:13 nsayer search for other commits by this committer
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.    
Original commit
Monday, 26 Mar 2001
16:54 nsayer search for other commits by this committer
portlint    
Original commit
16:51 nsayer search for other commits by this committer
1. Update to 1.7e.1. d.9 is no longer interoperable.    
Original commit
Friday, 3 Nov 2000
23:48 nbm search for other commits by this committer
Use USE_MESA instead of LIB_DEPENDS on GL.14 to allow packages to build   and
not fail to install Mesa twice.    
Original commit
Friday, 18 Aug 2000
16:04 nbm search for other commits by this committer
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++)    
Original commit
Saturday, 12 Aug 2000
23:01 nbm search for other commits by this committer
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.    
Original commit
02:10 nbm search for other commits by this committer
Make bzflag depend on X and Mesa, and don't hardcode /usr/local for data  
directory.    
Original commit
01:28 nbm search for other commits by this committer
Add bzflag, a multiplayer 3D tank battle game.    
Original commit

Number of commits found: 84