notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/ioquake3/Makefile
SVNWeb

Number of commits found: 76

Sat, 10 Sep 2022
[ 17:41 Stefan Eßer (se) search for other commits by this committer Author: Tobias Kortkamp ]    commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  e79fe1a  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 18 Oct 2021
[ 19:25 Stefan Eßer (se) search for other commits by this committer ]    commit hash:323c8bcd8874d9216b70041cda228ad8f5786b96  commit hash:323c8bcd8874d9216b70041cda228ad8f5786b96  commit hash:323c8bcd8874d9216b70041cda228ad8f5786b96  323c8bc 
games/ioquake3: Add CPE information

Approved by:	portmgr (blanket)
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
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
Wed, 16 Jun 2021
[ 09:00 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:d2e84b4dca0bcb9df6a2d99699db0b0b81f6b5ae  commit hash:d2e84b4dca0bcb9df6a2d99699db0b0b81f6b5ae  commit hash:d2e84b4dca0bcb9df6a2d99699db0b0b81f6b5ae  d2e84b4d 
games/ioquake3: enable on powerpc
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 15 Feb 2021
[ 01:47 pkubaj search for other commits by this committer ] Original commit   Revision:565282
games/ioquake3: fix build on powerpc64le
Sun, 15 Nov 2020
[ 02:00 pkubaj search for other commits by this committer ] Original commit   Revision:555161
games/ioquake3: fix build on powerpc64

MFH:		2020Q4 (fix build blanket)
Thu, 19 Mar 2020
[ 23:02 tobik search for other commits by this committer ] Original commit   Revision:528750 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Clean up LLD_UNSAFE from openal-soft ports

After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports.  LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).

PR:		226980
Reviewed by:	jbeich (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23030
Sat, 9 Nov 2019
[ 12:44 tobik search for other commits by this committer ] Original commit   Revision:517125
games/{ioquake3,openarena}: Add missing USES=sdl
Tue, 5 Nov 2019
[ 22:16 zeising search for other commits by this committer ] Original commit   Revision:516845 (Only the first 10 of 474 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 21 Jul 2019
[ 19:32 pi search for other commits by this committer ] Original commit   Revision:507066
games/ioquake3: add rc file and example server.cfg file

The port games/ioquake3-server can be used to build a dedicated
server for Quake 3 and derivative games.  However, it doesn't come
with an rc script to launch at system boot or on demand.  This makes
it a bit tricky to run the dedicated server.

ioquake3-server is a "slave port" that depends on the master port
games/ioquake3 to actually retrieve the source and build everything.

This patch adds an rc script plus example server.cfg to the master port,
which is installed when the slave port is installed.

PR:		239180
Submitted by:	kennedy.greg@gmail.com
Mon, 8 Jan 2018
[ 10:47 krion search for other commits by this committer ] Original commit   Revision:458405
Fix slyle for LLD_UNSAFE.

Reported by:	jbeich
[ 10:38 krion search for other commits by this committer ] Original commit   Revision:458402
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
Tue, 31 Oct 2017
[ 14:51 olgeni search for other commits by this committer ] Original commit   Revision:453238 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Sat, 23 Sep 2017
[ 21:11 adamw search for other commits by this committer ] Original commit   Revision:450473 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Reset maintainership on Dominic Fandrey's ports.

With hat:	portmgr
Fri, 15 Sep 2017
[ 18:28 adamw search for other commits by this committer ] Original commit   Revision:449918 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Reset kami's ports to his personal email address.

With hat:	portmgr
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Wed, 12 Apr 2017
[ 09:10 mat search for other commits by this committer ] Original commit   Revision:438339
Fix the double PORTVERSION/DISTVERSION usage in the ioquake3 ports.

Sponsored by:	Absolight
Fri, 6 Jan 2017
[ 18:23 kami search for other commits by this committer ] Original commit   Revision:430722
games/ioquake3-devel: Update to snapshot 2904

- Update from 2808 to 2904
- Switch to USE_GITHUB for distifles

Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8695
Sat, 31 Dec 2016
[ 21:07 sunpoet search for other commits by this committer ] Original commit   Revision:430166 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update MAINTAINER: use @FreeBSD.org
Mon, 25 Apr 2016
[ 22:43 kami search for other commits by this committer ] Original commit   Revision:414032 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Update and clean up the ioquake3 family of ports.

The following maintenance operations were performed:

- Recreate all patches with `make makepatch`
- Add LICENSE
- Update MAINTAINER to kami@freebsd.org
- games/ioquake3
  - Replace a lot of `.if ${PORT_OPTIONS:MFOO}` with `bsd.options.mk` fu
  - Add support for slaves using different SDL versions
- games/ioquake3-devel
  - Update to GIT revision 2808
  - Use SDL2
- games/iourbanterror
  - Change treatment of patches so `make makepatch` doesn't screw the patches in
${MASTERDIR}/files over
  - Update 4.2.018 to 4.2.023
- games/urbanterror-data
  - Update 4.2.018 to 4.2.023
  - Fix install without DOCS

Reviewed by:	cs
Approved by:	cs
Differential Revision:	https://reviews.freebsd.org/D5816
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 9 Oct 2015
[ 18:20 amdmi3 search for other commits by this committer ] Original commit   Revision:398930
- Fix duplicate plist entry in ioquake3-devel
- Don't cat pkg-message from Makefile

PR:		202974
Submitted by:	amdmi3
Approved by:	maintainer timeout (kamikaze@bsdforen.de, 1 month)
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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
[ 15:19 adamw search for other commits by this committer ] Original commit   Revision:361946 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Fri, 11 Jul 2014
[ 14:12 tijl search for other commits by this committer ] Original commit   Revision:361536 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Add a global OPUS_DESC
Sun, 1 Jun 2014
[ 15:28 marino search for other commits by this committer ] Original commit   Revision:356137 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
games: ioquak3* iourbanterror* openarena*: Update and stage support

The patch applied without incident.  Tested on DragonFly poudriere,
everything built fine.  It include an i386 fix, which is why the
previous commit was reverted.

The only modification was to change EXTRACT_CMD to TAR in a couple
of places.

PR:		ports/187859
submitted by;	maintainer (Dominic Fandrey)
Fri, 30 May 2014
[ 05:52 ak search for other commits by this committer ] Original commit   Revision:355788
- Revert per maintainer's request

Requested by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Approved by: portmgr (NO_STAGE override)
Fri, 23 May 2014
[ 04:15 ak search for other commits by this committer ] Original commit   Revision:354909
- Fix build with clang on i386 arches [1]
- Support STAGEDIR

Reported by:	swills [1]
Thu, 22 May 2014
[ 09:51 ak search for other commits by this committer ] Original commit   Revision:354818
- Use /usr/bin/unzip for zip files extraction (part 1)

PR:	ports/188419
Exp-run:	bdrewery
Approved by:	portmgr (bapt)
Mon, 5 May 2014
[ 15:04 marino search for other commits by this committer ] Original commit   Revision:353023
Replace "${OPSYS:tl}" with "freebsd" on 4 ports

The following 4 ports will not build correctly if certain variables
are not defined as "freebsd".  Defining them as "${OPSYS:tl}" caused
breakage on DragonFly for various reasons.  Harding the variables are
a no-op for FreeBSD but fixes the ports on DragonFly.

* games/ioquake3
* graphics/opendx
* science/cdf
* security/john

approved by:	portmgr (bapt)
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Mon, 10 Mar 2014
[ 14:49 bapt search for other commits by this committer ] Original commit   Revision:347760 (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Convert g* to USES=zip
Wed, 25 Dec 2013
[ 23:29 antoine search for other commits by this committer ] Original commit   Revision:337464 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
Mon, 14 Oct 2013
[ 12:13 wg search for other commits by this committer ] Original commit   Revision:330312
games/ioquake3: respect CC

- Respect CC

PR:		ports/182755
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Sat, 31 Aug 2013
[ 14:45 marino search for other commits by this committer ] Original commit   Revision:325812 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
games/ioquake3 and slaves: Fix options

Every touched port was build-tested and passed.

PR:		ports/180675
Submitted by:	Dominic Fandrey (maintainer)
Tested on:	FreeBSD 9.1/amd64 with poudriere
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Thu, 11 Jul 2013
[ 16:26 sunpoet search for other commits by this committer ] Original commit   Revision:322783 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 6 Jun 2013
[ 15:53 bapt search for other commits by this committer ] Original commit   Revision:320109
Convert to new options framework
Tue, 23 Apr 2013
[ 10:47 bapt search for other commits by this committer ] Original commit   Revision:316343 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Convert g* to USES=pkgconfig
Wed, 23 Jan 2013
[ 15:00 makc search for other commits by this committer ] Original commit   Revision:310871 (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after DESKTOP_ENTRIES update
Tue, 22 Jan 2013
[ 23:12 makc search for other commits by this committer ] Original commit   Revision:310844 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- 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 from COMMENT

Approved by:	maintainers
Thu, 26 Jul 2012
[ 05:40 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 158 ports in this commit are shown above. View all ports for this commit)
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Thu, 19 Jul 2012
[ 20:15 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Fri, 18 May 2012
[ 20:21 rm search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
- split out -server part from ioquake3-based ports:
  - games/ioquake3-devel-server added
  - games/ioquake3-server added
  - games/iourbanterror-server
  - games/openarena-server added
- update games/ioquake3-devel to svn revision 2244
- update games/openarena to 0.8.8
- update games/openarena-data to 0.8.8

Doing this in single commit since all this ports are
tightly interconnected.

PR:             ports/165842
Submitted by:   Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer)
Sat, 18 Feb 2012
[ 10:18 mva search for other commits by this committer ] Original commit  (Only the first 10 of 537 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 12 Dec 2011
[ 21:05 crees search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
ioquake3:
- Allow slave ports to turn off some options
- Add modular renderer support for slaves
- Add WITH_DEBUG support
- Always check against non-default options so that they can be overridden
  (e.g. for BATCH mode)
- Add pkg-config build dependency

ioquake3-devel, iourbanterror, openarena:
- Fix CURL support
- Link libraries instead of using dlopen

ioquake3-devel, iourbanterror:
- Update SVN snapshot r2064 to r2194
- Improved UDP download speed
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 1 Dec 2010
[ 13:27 pav search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
games/ioquake3
- Add DESKTOP_ENTRIES if the client is installed
- Get rid of MD5 distinfo
- Backport fix for FreeBSD/i386 with PAE kernel, provided by Nerius Landys

games/ioquake3-devel
- Update to SVN snapshot 1803, contains a number of fixes including the PAE
  patch by Nerius Landis
- Make the port capable of being a master port

games/openarena
- Update to the latest source release
- Add PAE fix

games/openarena-oax
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 25 Nov 2010
[ 15:29 pav search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Update openarena to 0.8.5 and spin out two extra ports
- Move maintainership to the submitter

PR:             ports/146818
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de>
Approved by:    old maintainer
Sun, 6 Jun 2010
[ 20:44 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Sat, 22 May 2010
[ 06:09 miwi search for other commits by this committer ] Original commit 
- Add mod VM compilers
- Prepare for coming OpenArena slave port

PR:             146810
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Sat, 3 Apr 2010
[ 10:44 roam search for other commits by this committer ] Original commit  (Only the first 10 of 202 ports in this commit are shown above. View all ports for this commit)
Chase the ftp/curl shlib version bump.
Thu, 28 Jan 2010
[ 00:32 amdmi3 search for other commits by this committer ] Original commit 
- Backport a patch to fixes crashes on 64bit systems

PR:             142886
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Mon, 25 Jan 2010
[ 19:15 pav search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- 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)
Fri, 15 Jan 2010
[ 03:03 pgollucci search for other commits by this committer ] Original commit 
games/ioquake3:
  OPTIONS+=
           CURL "Enable cURL for http/ftp download" on \
           OPENAL "Enable OpenAL audio output" on \
           MUMBLE "Enable Mumble support (no dependencies)" on \
           VORBIS "Enable Ogg Vorbis support" on
games/ioquake3-devel:
  Update to r1771

PR:             ports/142712
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Fri, 18 Dec 2009
[ 19:54 pav search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Cleanup
- Update devel port to svn r1754

PR:             ports/141453
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Sun, 20 Sep 2009
[ 00:59 linimon search for other commits by this committer ] Original commit 
Mark as only for amd64/i386.  Configure fails on sparc64 with "arch
not supported".

Feature safe:   yes
Wed, 9 Sep 2009
[ 14:50 alepulver search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Update to version 1.36.
- Take maintainership.
- Prepare for future slave port ioquake3-devel.

PR:             ports/138535
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de>
Mon, 6 Jul 2009
[ 21:26 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Sat, 22 Mar 2008
[ 14:48 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Thu, 13 Mar 2008
[ 14:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Fri, 11 Jan 2008
[ 19:32 alepulver search for other commits by this committer ] Original commit 
- Remove supression of the bot log file (now it's stored in the home directory,
  not in the current one like the original Q3).
- Bump PORTREVISION.
Fri, 14 Sep 2007
[ 18:14 alepulver search for other commits by this committer ] Original commit 
- Add CELLSHADING and MP3 options (patches from official site).
- Don't use += when initializing MAKE_ENV.
- Add note in pkg-message about CELLSHADING option.

Obtained from:  http://ioquake3.org/?page=patches
Wed, 12 Sep 2007
[ 04:34 alepulver search for other commits by this committer ] Original commit 
- Bump PORTREVISION.
- Remove FreeBSD 4.x support (USE_GCC=3.4+ and files/extra-patch-*).
- Add USE_XLIB when using USE_GL, since it doesn't imply it anymore.
- Use ~/.ioquake3 for writing instead of original ~/.q3a, because the new
  configuration files have more variables, and would be removed if overwriten
  by another engine. Note it in pkg-message.
- Install README.
Sat, 28 Jul 2007
[ 12:27 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 128 ports in this commit are shown above. View all ports for this commit)
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Tue, 19 Dec 2006
[ 15:56 alepulver search for other commits by this committer ] Original commit 
- Update to version 1.34-rc3.
Tue, 21 Nov 2006
[ 20:13 alepulver search for other commits by this committer ] Original commit 
- Make fetchable (icculus.org/quake3 -> ioquake3.org), also update WWW line.

Reported by:    pointyhat
Wed, 8 Nov 2006
[ 20:49 alepulver search for other commits by this committer ] Original commit 
- Update to version 1.34-rc2.
- Use official SVN snapshot.
Wed, 20 Sep 2006
[ 11:21 stas search for other commits by this committer ] Original commit  (Only the first 10 of 453 ports in this commit are shown above. View all ports for this commit)
 - 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)
Sun, 11 Jun 2006
[ 22:59 alepulver search for other commits by this committer ] Original commit 
- Update to version 1.33 (SVN rev 797).
- Add pkg-message about how to fix SDL sound problems.
Wed, 7 Jun 2006
[ 22:42 alepulver search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
This project, icculus.org/quake3 (sometimes referred to ioquake3, or ioq3 for
short) aims to build upon id Software's Quake 3 source code release. The
source code was released on August 20, 2005 under the GPL. Since then, we have
been cleaning up, fixing bugs, and adding features. Our permanent goal is to
create the open source Quake 3 distribution upon which people base their games
and projects. We also seek to have the perfect version of the engine for
playing Quake 3: Arena, Team Arena, and all popular mods. This distribution of
the engine has been ported to many new platforms and has had a slew of new
features added, along with massive bug extermination.

WWW: http://icculus.org/quake3/

Number of commits found: 76