aboutsummaryrefslogtreecommitdiffstats
path: root/games/yadex
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories e-g)mat2019-08-141-0/+6
|
* These options seem to also install files that are not documentation, somat2018-09-241-1/+0
| | | | remove their dependency on DOCS.
* Add DOCS options to ports that should have one.mat2018-09-101-0/+1
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Improve the port and catch it up with modern reality a bit:danfe2018-09-063-5/+33
| | | | | | | | | | | | | | | | | | | | | - Fix a runtime crash (segfault) due to `MasterDirectory dirbuf' if-block local variable being used after it went out of scope by making it local to the LoadPicture() function instead - Add the HEXEN option which brings better Hexen support to Yadex (duh). Unfortunately, it depends on the SEARCH patch and conflicts with the LAPTOP_KEYS patch (which is the reason why I didn't introduce it years ago: we did not have IMPLIES/PREVENTS back then, but we do now) - Building with 3D Render option requires USE_CXXSTD=c++98 due to infamous "in-class initializer for static data member of type 'const double' requires 'constexpr' specifier" error in `src/r_render.cc'. Actually, we could get away with c++03, but GCC 4.2, which is still used on e.g. powerpc and sparc64, does not support it. Enable it unconditionally so the port is always built against the same C++ standard regardless of the selected options - Reword option descriptions to avoid using verbs, per our conventions
* Consummate conversion to option helpers (should've been part of r479022).danfe2018-09-062-9/+1
|
* - Do not (ab)use PATCH_SITE_SUBDIR where it's not needed; this also makesdanfe2018-09-051-17/+11
| | | | | the address suitable for paste-and-go in the web browser - Use option helpers to construct PATCHFILES list and during post-patch
* - Unbreak the build against new Clang version 6.0.0danfe2018-01-161-1/+3
| | | | | | - While here, adjust COMMENT: Hexen support is limited PR: 224989
* Allow building without /usr/bin/perl symlinkantoine2014-11-292-3/+2
| | | | PR: ports/195494
* Stagify the port. Upstream `install' target was almost ready for it, justdanfe2014-03-174-19/+49
| | | | | | missing $(DESTDIR) prefix in destination directories. While here, convert post-installation banner to pkg-message (guard it with `ifndef DESTDIR' to prevent it from showing up in the build logs twice).
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* - Convert old-school USE_GMAKE and USE_PERL5_* to modern USESdanfe2013-09-021-2/+2
| | | | | | - Perform some minor cleanups whenever appropriate Submitted by: az
* - Remove unreachable site from MASTER_SITESdanfe2013-03-141-7/+6
| | | | | - Tighten OPTIONS knobs descriptions, reindent - Remove some black magic from PATCH_PREFIX
* - Trim the Makefile headerdanfe2013-03-111-19/+17
| | | | | - Drop an article from COMMENT - Convert to OptionsNG
* Define LICENSE (GPLv2) and sort knobs a bit while I am here.danfe2012-02-281-4/+6
|
* -remove MD5ohauer2011-07-031-6/+0
|
* Augment port description text and fix homepage URL.danfe2011-05-201-3/+10
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-4/+4
| | | | | | | | | | | | | | | - 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)
* - Simplify logicdanfe2008-01-251-14/+9
| | | | - Minor spelling nit
* - Fix the build with GCC 4.2 [1]danfe2007-07-032-1/+13
| | | | | | - Replace USE_X_PREFIX with USE_XLIB Reported by: pointyhat via pav [1]
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* It turns out this one needs Perl during the build.danfe2006-11-011-4/+1
|
* Schedule these broken ports for termination on 2006-12-01kris2006-09-031-0/+2
|
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* SHA256ify (manually checked and updated)edwin2006-01-221-0/+6
| | | | Approved by: krion@
* BROKEN: Does not buildkris2005-10-111-0/+2
|
* Change sequence in Makefile, so that supplied patch that fixes thedanfe2005-09-141-6/+3
| | | | | | | compilation dependency problem is always applied. PR: ports/86092 Submitted by: Johan van Selst <johans(at)stack.nl>
* Take maintainership.danfe2005-09-131-1/+1
|
* Maintainer no longer has time to look after these ports. We appreciatelinimon2005-09-121-1/+1
| | | | | | the help in the past. Approved by: maintainer
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2
| | | | at that time and no PRs have been submitted to fix it.
* BROKEN: Does not compilekris2005-04-111-0/+2
|
* - Update to 1.7.0danfe2005-03-219-96/+253
| | | | | | | | | | | | | - Unbreak on 64-bit archs [1] - Install documentation - Throw in a bunch of useful patches - Utilize OPTIONS - Augment mirror list Approved by: maintainer timeout PR: ports/77810 [1] Submitted by: anholt [1] Tested on: panther, beast, sledge [1]
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* BROKEN on alpha and amd64: Does not compilekris2004-02-251-1/+7
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* De-pkg-comment.knu2003-02-212-1/+1
|
* unbreak: USE_XLIB.sf2001-08-311-0/+1
|
* Use variables instead of hardcoded version #'s in Makefile anddwcjr2001-07-082-16/+17
| | | | | | | PKG-PLIST PR: 28793 Submitted by: maintainer
* Update to 1.5.2dwcjr2001-07-073-20/+19
| | | | | PR: 28786 Submitted by: maintainer
* Add yadex, a wad editor for popular games including doom 1 & 2, hexen and othersdwcjr2001-06-1910-0/+146
PR: 28249 Submitted by: Jordan DeLong <fracture@allusion.net>