aboutsummaryrefslogtreecommitdiff
path: root/games/netradiant
Commit message (Collapse)AuthorAgeFilesLines
* - When fixing __linux__ -> __FreeBSD__ checks, narrow down the fileAlexey Dokuchaev2020-03-262-5/+4
| | | | | | | | | list so sed(1) would only edit necessary files, not every *.[ch] - Add missing USE_XORG components, remove banal comment, and update WWW line in the port description while I'm here Notes: svn path=/head/; revision=529196
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=516845
* These ports now build on aarch64.Mark Linimon2019-08-261-4/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=509957
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* games/netradiant: fix packaging on powerpc64Piotr Kubaj2019-07-121-1/+1
| | | | | | | | | | | | After the last update, this port doesn't need replacing ARCH on powerpc64 and doing it actually breaks packaging: pkg-static: Unable to access file /wrkdirs/usr/ports/games/netradiant/work/stage/usr/local/share/netradiant/heretic2/h2data.powerpc:No such file or directory PR: 239054 Approved by: danfe (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20889 Notes: svn path=/head/; revision=506446
* - Update to version 20150621 and unbreakAlexey Dokuchaev2019-06-214-57/+168
| | | | | | | | | | - Remove judgemental wording from COMMENT - Fix the code to avoid using `sys/dir.h' - Install more popular games' gamepacks - Fix some Makefile QA warnings while here Notes: svn path=/head/; revision=504802
* games/netradiant: mark as BROKENRene Ladan2019-06-151-0/+3
| | | | | | | | | | | | The port has no more public distfiles and it uses the obsolete sys/dir.h While here fix USES=gl so that 'make patch' works again Hat: portmgr Event: Berlin hackathon 2019 Notes: svn path=/head/; revision=504247
* games/netradiant: fix build with GCC-based architecturesPiotr Kubaj2019-06-141-7/+3
| | | | | | | | | | | | | | | Add USES=compiler:c++11-lang to fix linking with boost. Also replace ARCH on powerpc64 with powerpc to fix packaging. While here, add USES=gl gnome localbase:ldflags. PR: 237962 Approved by: danfe (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20612 Notes: svn path=/head/; revision=504167
* - Unbreak the build against new Clang version 6.0.0Alexey Dokuchaev2018-01-152-22/+66
| | | | | | | | | | - Merge all Clang-related fixes into existing patch and regenerate it to get sane timestamps while I'm here PR: 224989 Notes: svn path=/head/; revision=459080
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "???".Mark Linimon2017-05-261-3/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441814
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Mark some ports failing on various tier-2 archs. In cases where theMark Linimon2017-05-141-0/+1
| | | | | | | | | | | | | error message was a stub, provide a real one. While here, pet portlint. This is a catchup commit from various earlier commits. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440863
* Update to 0.6.0Sunpoet Po-Chuan Hsieh2017-04-301-1/+1
| | | | | | | | | - Bump PORTREVISION for dependent ports Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Notes: svn path=/head/; revision=439814
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426084
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 0.5.0Sunpoet Po-Chuan Hsieh2016-04-011-1/+1
| | | | | | | | | - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Notes: svn path=/head/; revision=412334
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* - Fix build on 64 bit architectures (cast from pointer to int loses precision)Dmitry Marakasov2015-04-222-27/+5
| | | | | | | | | - Drop @dirrm* from plist Approved by: portmgr blanket Notes: svn path=/head/; revision=384522
* - Clang insists that reference cannot be bound to dereferenced null pointerAlexey Dokuchaev2015-04-182-2/+58
| | | | | | | | | | | | in well-defined C++ code (that is correct) and evaluates comparisons like &foo == 0 to false, which breaks NetRadiant; "fix" this with a dirty hack by casting those "bad" references to a local volatile int variable (since NetRadiant is based on GtkRadiant 1.5 codebase, this is the same bug that was fixed in r384239; patches are slightly different though) - While here, make a comment more accurate, and bump port revision Notes: svn path=/head/; revision=384240
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* - Update to 0.4.0Sunpoet Po-Chuan Hsieh2014-05-081-1/+1
| | | | | | | | | | | | | - Add LICENSE - Sort LIB_DEPENDS - Use USES=libtool - Do not silence installation message - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Notes: svn path=/head/; revision=353249
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Fix packaging on !i386.Alexey Dokuchaev2013-12-172-6/+7
| | | | Notes: svn path=/head/; revision=336695
* - Comment out apparently unused yet offending piece of code to unbreak theAlexey Dokuchaev2013-12-153-8/+25
| | | | | | | | | | build on amd64 (tested on MacBookPro6,2) - Unify the usage of pre/do-install targets in both ports and stagify them Reported by: pkg-fallout Notes: svn path=/head/; revision=336548
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Stop checking for unzip (it's unused anyways) to unbreak on 8.3-RELEASEAlexey Dokuchaev2013-09-122-1/+84
| | | | | | | | | - Throw in a bunch of #include's to make modern Clang happy on -CURRENT Reported by: pkg-fallout Notes: svn path=/head/; revision=327075
* - Install q3map2.6 manual pageAlexey Dokuchaev2013-09-123-12/+21
| | | | | | | | - Define LICENSE (GPLv2) - Reformat port description Notes: svn path=/head/; revision=327068
* Bump some PORTREVISIONs due to graphics/webp update to 0.3.1Martin Matuska2013-09-091-0/+1
| | | | Notes: svn path=/head/; revision=326850
* Add a port of NetRadiant, a fork of the well-known GtkRadiant 1.5 FPS gamesAlexey Dokuchaev2013-09-067-0/+368
map editor. The focus is put on stabilizing and bugfixing the included map compiler, q3map2, so it can become a reliable tool for map authors. WWW: http://ingar.satgnu.net/gtkradiant/ Notes: svn path=/head/; revision=326492