aboutsummaryrefslogtreecommitdiffstats
path: root/games/doomlegacy
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* - Update to version 1.44_alpha4danfe2013-05-174-31/+82
| | | | | | | | | | | - Do not use hand-written assembly code by default: upstream says they do not currently maintain it, and it does not contain many new improvements made to rendering, nor fog effects (ticket #604) - Fix memory reporting in I_GetFreeMem() on amd64 (reported by Ilya Arkhipov) - Enable key auto repeat in the menu/console (ticket #587) - Assume maintainership while hacking on it more than I originally intended Most of the patches were submitted upstream (tickets 587, 602-610).
* - Do not require absolute paths for 3rd-party IWADs: search DOOMWADDIR onlydanfe2012-11-221-11/+7
| | | | | | | | if specified file name does not contain any slashes (that is, now there is a difference between `-iwad plutonia.wad' and `-iwad ./plutonia.wad') - Utilize per-architecture feature of new OPTIONS framework Feature safe: yes
* GC unused file (forgotten in r307068).danfe2012-11-071-20/+0
| | | | Feature safe: yes
* As optimized assembly routines are i386 only, do not offer this option fordanfe2012-11-061-3/+9
| | | | | | | other architectures. If anyone can prove they also can work/benefit amd64, please feel free to adjust the check. Feature safe: yes
* - Compress legacy.wad distfile (deflate 65%)danfe2012-11-062-14/+13
| | | | | | - Minor cosmetic Makefile changes Feature safe: yes
* - Fix stupid typo in MASTER_SITESdanfe2012-11-062-28/+1
| | | | | | | - Really remove pkg-plist Feature safe: yes Pointy hat to: danfe
* Overhaul the port to make it usable and up-to-date with the reality:danfe2012-11-0610-452/+159
| | | | | | | | | | | | | | | | | | | | | - Update to version 1.44 alpha3 (unfortunately, for the sake of sane version number, have to bump PORTEPOCH) - Switch to unified SDL media interface (this is what all modern systems should use) and stop building and installing no longer required stuff; now both sound and music works as expected out of the box - Switch from kvm(3) kernel memory interface calls to obtain memory stats to sysctl(3) to avoid kmem group privileges (setgid bit) requirement - Get rid of wrapper script by providing better default value of DOOMWADDIR - Rename X86_ASM option to standard ASM (which already has nice description) - Change USE_GL knob value from umbrella "yes" to more specific "glu" - Adjust COMMENT and define LICENSE (GPLv2); really honor CC and CFLAGS - Utilize PORTDOCS and PLIST_FILES and thus purge pkg-plist - Trim Makefile header while I'm here per new world order - Provide better and cleaner port description Feature safe: yes Inspired by: http://lists.freebsd.org/pipermail/freebsd-questions/2012-August/244371.html Tested on: i386 only :(
* Convert to new options frameworkbapt2012-06-131-3/+5
|
* - Update devel/sdl12 to 1.2.15mva2012-02-182-3/+46
| | | | | | | | | | | | | - 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
* -remove MD5ohauer2011-07-031-2/+0
|
* - Reassign ports to heaptabthorpe2011-02-271-1/+1
| | | | Submitted by: alepulver
* - Update devel/sdl12 to version 1.2.14.mva2010-01-301-1/+1
| | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+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)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Bump PORTREVISION.alepulver2007-06-073-33/+233
| | | | | | | | | - Fix wrapper script not correctly creating ~/.doomlegacy [1]. - Fix building with GCC 4.2 and remove BROKEN on FreeBSD 7.x. - Take maintainership. PR: ports/113184 Submitted by: Georgi Georgiev <roots_bg@yahoo.com> [1]
* BROKEN with gcc 4.2kris2007-05-271-0/+4
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Return to pool at maintainer's request. The next generation of code (v2)linimon2007-03-121-1/+1
| | | | | | will probably replace this port at some point anyway. Hat: portmgr
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-2/+2
| | | | | | | | | | | | | | | | 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)
* - Bump PORTREVISION.alepulver2006-09-193-22/+27
| | | | | | | | | | | | | - Install wrapper script as PORTNAME (easier to find for users). - Rename directory from ~/.legacy to ~/.doomlegacy. - Do not use /usr/local, /usr/X11R6, /usr/local/include/SDL11 and -lSDL-1.1 directly. Use variables/command output instead. - Improve wrapper script: only create ~/.doomlegacy once, do not symlink WAD files since it looks in DOOMWADDIR (environment variable). - Remove ONLY_FOR_ARCHS=i386 (builds at least on amd64). PR: ports/103156 Approved by: maintainer (timeout)
* - Integrate with "doom-data".barner2005-11-179-91/+123
| | | | | | | | | | | | | | - Add ONLY_FOR_ARCHS=i386 - Add OPTIONS (for x86 asm). - Make wrapper script. - Add SHA256 - Add NOPORTDOCS support and use DATADIR - Respect CC and CFLAGS PR: ports/86446 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Tweaked by: barner Approved by: Maintainer timeout (2 months)
* - Add patch to fix sound for ALC650 AC97 Codec on ASUS A7V8Xsem2005-03-062-0/+12
| | | | | Submitted by: glebius Obtained from: mplayer
* Update to 1.4.2vs2004-08-053-10/+10
| | | | | | PR: ports/69253 Submitted by: Miguel Mendez Approved by: maintainer timeout
* unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDSkris2004-04-191-2/+2
|
* - Update to 141pav2004-03-2910-111/+93
| | | | | | PR: ports/62895 (based on) Submitted by: No Name <arundel@gmx.net> Approved by: maintainer timeout (6 weeks)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Actually pass in PTHREAD_{LIBS,CFLAGS} to the port build.kris2003-10-031-1/+2
|
* Respect CC, CFLAGS, PTHREAD_LIBS and PTHREAD_CFLAGS (unbreaks build on 5.x)kris2003-10-033-5/+90
|
* Fix WWW entry.olgeni2003-04-251-1/+1
|
* Sort plist.olgeni2003-04-251-5/+5
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Make games/doomlegacy compiling on -currentedwin2003-01-194-0/+52
|
* New port: games/doomlegacyedwin2003-01-176-0/+110
Doomlegacy is popular clone of Doom game. PR: ports/37536 Submitted by: Alexander G. Chetirbock <bock@bock.nnov.ru>