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-devel/files
SVNWeb

Number of commits found: 2

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
Mon, 26 Oct 2015
[ 16:42 novel search for other commits by this committer ] Original commit   Revision:400192
games/ioquake3-devel: fix build with speex installed

Adjust CFLAGS to pick bundled speex instead of one installed on the system, that
is,
apparently, incompatible with the bundled one.

A similar fix was already done for games/ioquake3 in r398218.

PR:		203389

Number of commits found: 2