aboutsummaryrefslogtreecommitdiffstats
path: root/games/mvdsv/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Don't build with `-ffast-math -funroll-loops' flags by default: contemporarydanfe2016-01-211-0/+2
| | | | | | compilers should be smart enough to generate good code of of the box without potentially unsafe fast-math, and remove standard `-O2 -fno-strict-aliasing' options from the "optimized flags".
* - Update `games/mvdsv' port to version 0.30danfe2016-01-211-8/+8
| | | | | | | | - Do not set DISTNAME, let the framework pick it for us - Stop "configuring" the build, the most substantial part of which was to determine system endianness (by compiling and running simple program); this is not just bogus, but does not work with anticipated cross-builds - Unbreak the build of `games/qwdtools' slave port
* Start fetching from GitHub and unmark BROKEN.rakuco2016-01-011-4/+3
| | | | | | | | The original MASTER_SITE is gone, and the project appears to be maintained in GitHub these days. diff -upr between the old zip file from distcache.FreeBSD.org and the new tarball from GitHub only shows that the .svn/ directory is no longer shipped, and the $Id$ tags in the files are not expanded anymore.
* Mark as broken: does not fetchbapt2015-12-131-0/+1
|
* Utilize OPTIONS helpers; drop quotes; fix broken indentation in USES knob.danfe2014-03-171-11/+4
|
* Convert g* to USES=zipbapt2014-03-101-1/+1
|
* - Remove hardcoded "gcc" in configure script to unbreak on -CURRENTdanfe2013-10-081-11/+2
| | | | | | | - Stagify; drop no longer needed MAKE_ARGS and post-install target - Touch pkg-descr and slave port's COMMENT while I'm at them Reported by: pkg-fallout
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* - Unbreak the build in GCC-less environments: respect CC, pacify Clangdanfe2013-09-121-1/+4
| | | | | | - Fix the inner Makefile.BSD to allow -jX builds, remove MAKE_JOBS_UNSAFE Reported by: pkg-fallout
* - Trim old-school Makefile header per new bylawsdanfe2013-03-171-11/+14
| | | | - Convert to modern OPTIONS framework (courtesy of jgh@)
* Unbreak the build on 64-bit architectures.danfe2011-08-181-1/+1
| | | | Reported by: pav
* - Update mvdsv (and thus qwdtools slave port) to version 0.29danfe2011-08-091-7/+5
| | | | - Define LICENSE knob (GPLv2)
* - Mark MAKE_JOBS_UNSAFEpav2009-11-211-0/+1
| | | | Reported by: pointyhat
* Mention this is also master port for qwdtools in the header.danfe2009-06-291-1/+1
|
* - Update to version 0.28danfe2009-06-291-24/+27
| | | | | | | - Reflect project move to qw-dev.net - Drop custom Makefile, use vendor provided - Utilize OPTIONS - Properly display pkg-message
* Update to version 0.27.danfe2007-10-151-1/+5
|
* Provide a knob to disable kqueue support.danfe2006-07-051-0/+3
|
* Update to version 0.20.danfe2006-07-051-3/+11
|
* Remove controversial and GCC version-specific optimization options.danfe2005-10-261-18/+1
|
* - Update to version 0.19. We had finally happened to agree on versiondanfe2005-10-261-4/+5
| | | | | | numbering scheme, so this is pretty official now. Bump PORTEPOCH, hopefully the last time - Provide better MASTER_SITES locations
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to version 0.178.danfe2005-03-031-1/+1
|
* Update to version 0.177.danfe2004-11-241-1/+1
| | | | Approved by: fjoe (mentor, implicit)
* Bump PORTEPOCH, since PORTVERSION was decreased by previous commit.krion2004-11-161-0/+1
|
* Update to 0.176, latest stable version.danfe2004-11-151-8/+9
| | | | Approved by: fjoe (mentor, implicit)
* Update my email address to `@FreeBSD.org'.danfe2004-08-271-1/+1
| | | | | | | Relinquish ports I happen to no longer use. They seem to be of the latest versions, and non-broken, so this is a "clean" dump. Approved by: fjoe (mentor)
* Long-awaited update of mvdsv from 0.1723b -> 0.1725b,osa2004-04-291-5/+25
| | | | | | | | after discovery of new "official" development site of MVDSV project. Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> (maintainer) PR: 65847
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-061-0/+1
|
* - Update to version 0.1723bkrion2004-01-191-3/+3
| | | | | PR: 61571 Submitted by: maintainer
* - Update to version 0.1722bkrion2004-01-101-9/+7
| | | | | | | - Port is not FORBIDDEN anymore PR: 61146 Submitted by: maintainer
* - Mark FORBIDDEN, because remote buffer overflow exists forkrion2003-12-071-0/+2
| | | | | | this port version Submitted by: maintainer
* Do not grumble about WITHOUT_X86_ASM knob when building on non-i386 platform.fjoe2003-06-041-1/+1
| | | | Submitted by: Alexey Dokuchaev (MAINTAINER)
* New port: mvdsvfjoe2003-06-041-0/+32
Enhanced QuakeWorld server with multi-view demos capability. Submitted by: Alexey Dokuchaev