1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

50 Commits

Author SHA1 Message Date
John Marino
4a5c97cd51 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)
2014-06-01 15:28:29 +00:00
Alex Kozlov
322c5211e8 - Revert per maintainer's request
Requested by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Approved by: portmgr (NO_STAGE override)
2014-05-30 05:52:53 +00:00
Alex Kozlov
d256cee350 - Fix build with clang on i386 arches [1]
- Support STAGEDIR

Reported by:	swills [1]
2014-05-23 04:15:41 +00:00
Alex Kozlov
98052ca1a2 - Use /usr/bin/unzip for zip files extraction (part 1)
PR:	ports/188419
Exp-run:	bdrewery
Approved by:	portmgr (bapt)
2014-05-22 09:51:35 +00:00
John Marino
fbd6d1a109 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)
2014-05-05 15:04:38 +00:00
Baptiste Daroussin
4a4ec28d37 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
2014-05-05 09:45:36 +00:00
Baptiste Daroussin
665bec206d Convert g* to USES=zip 2014-03-10 14:49:26 +00:00
Antoine Brodin
1df9d247be Convert the tree to USES=openal
Approved by:	portmgr (bapt)
2013-12-25 23:29:34 +00:00
William Grzybowski
54553c2538 games/ioquake3: respect CC
- Respect CC

PR:		ports/182755
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2013-10-14 12:13:00 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
John Marino
b053c074f9 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
2013-08-31 14:45:10 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - 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
2013-07-11 16:26:26 +00:00
Baptiste Daroussin
b5ce5fadd0 Convert to new options framework 2013-06-06 15:53:05 +00:00
Baptiste Daroussin
737bed6923 Convert g* to USES=pkgconfig 2013-04-23 10:47:02 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Max Brazhnikov
d321be23d6 - 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
2013-01-22 23:12:20 +00:00
Baptiste Daroussin
9346b215f0 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)
2012-07-26 05:40:22 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Ruslan Makhmatkhanov
3b64ffeba3 - 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)
2012-05-18 20:21:53 +00:00
Marcus von Appen
fbd0197639 - 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
2012-02-18 10:18:33 +00:00
Chris Rees
ff356ceb6a 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
- New protocol version 71
- Reduced VOIP latency
- Modular rendering system
- Added r_mode -2 for using display resolution
- Clang support

openarena:
- Switch from engine src dist 21 to 22 (both r1910 based)

openarena-oax:
- Update to B50

iourbanterror, openarena:
- Clean up plist
- Disable GAMELIBS option

PR:		ports/162301
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Feature safe:	yes
2011-12-12 21:05:02 +00:00
Pav Lucistnik
547ff04a56 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
- Update to the latest release

games/iourbanterror
- Abandon urbanterror provided source for ioquake3 source, because the project
  has announced a switch to a closed source licensing model
- Enslave to games/ioquake3-devel
- Change versioning scheme to resemble official version numbers
- Bump portepoch

PR:		ports/152637
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2010-12-01 13:27:08 +00:00
Pav Lucistnik
3381d49785 - 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
2010-11-25 15:29:19 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Martin Wilke
bf8b397b64 - Add mod VM compilers
- Prepare for coming OpenArena slave port

PR:		146810
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2010-05-22 06:09:07 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Dmitry Marakasov
d2f22e01f6 - Backport a patch to fixes crashes on 64bit systems
PR:		142886
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2010-01-28 00:32:01 +00:00
Pav Lucistnik
14ac881764 - 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)
2010-01-25 19:15:18 +00:00
Philip M. Gollucci
c212d657af 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)
2010-01-15 03:03:45 +00:00
Pav Lucistnik
350cccb3a3 - Cleanup
- Update devel port to svn r1754

PR:		ports/141453
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2009-12-18 19:54:08 +00:00
Mark Linimon
f9976a7a2d Mark as only for amd64/i386. Configure fails on sparc64 with "arch
not supported".

Feature safe:	yes
2009-09-20 00:59:33 +00:00
Alejandro Pulver
b56e8e6cd3 - Update to version 1.36.
- Take maintainership.
- Prepare for future slave port ioquake3-devel.

PR:		ports/138535
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
2009-09-09 14:50:17 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
077a58f032 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Alejandro Pulver
018541efae - 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.
2008-01-11 19:33:02 +00:00
Alejandro Pulver
fb198508aa - Fix building when MP3 option is disabled. 2007-09-29 01:41:59 +00:00
Alejandro Pulver
4a0fd0bbc9 - 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
2007-09-14 18:14:05 +00:00
Alejandro Pulver
da79a33455 - 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.
2007-09-12 04:34:48 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Alejandro Pulver
adb66bd8c2 - Fix SMP option when CLIENT is not selected.
Reported by:	steve@crowders.org
2006-12-26 03:23:12 +00:00
Alejandro Pulver
3ef5c431f0 - Update to version 1.34-rc3. 2006-12-19 15:56:44 +00:00
Alejandro Pulver
893d68e145 - Make fetchable (icculus.org/quake3 -> ioquake3.org), also update WWW line.
Reported by:	pointyhat
2006-11-21 20:13:15 +00:00
Alejandro Pulver
42afdbf813 - Update to version 1.34-rc2.
- Use official SVN snapshot.
2006-11-08 20:49:58 +00:00
Stanislav Sedov
0d2725682b - 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)
2006-09-20 11:21:59 +00:00
Alejandro Pulver
c8dabe4e08 - Update to version 1.33 (SVN rev 797).
- Add pkg-message about how to fix SDL sound problems.
2006-06-11 22:59:50 +00:00
Alejandro Pulver
e9a83999f9 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/
2006-06-07 22:42:16 +00:00