aboutsummaryrefslogtreecommitdiff
path: root/games/doomlegacy
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update Doom Legacy to version 1.48.8 (rev 1568).Alexey Dokuchaev2021-01-082-6/+6
| | | | | | | Found out via: repology.org Notes: svn path=/head/; revision=560798
* Update Doom Legacy to version 1.48.6 (rev1552).Alexey Dokuchaev2020-10-222-6/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=552922
* Update Doom Legacy to version 1.48.4 (rev 1531).Alexey Dokuchaev2020-06-084-35/+9
| | | | | | | Found out via: repology.org Notes: svn path=/head/; revision=538210
* Belatedly update Doom Legacy to version 1.47.2 (r1412) and unbreak.Alexey Dokuchaev2019-12-085-59/+44
| | | | | | | | | | | | | The new features include MBF (Marine's Best Friend) compatibility, support for sprites with 16 rotation positions, the possibility of multiple clients and the server running on the same computer, plus many bug fixes. While here, move ${DMDIR} up in WAD search list (DEFWADS20 -> DEFWADS04), add ASM_BROKEN and missing `gl' to USE_GL, improve diagnostics and fix potential segmentation fault in the owner_wad_search_order() function. Notes: svn path=/head/; revision=519298
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* 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
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Disable searching for WADs in the current directory as it can easily takeAlexey Dokuchaev2017-04-071-0/+27
| | | | | | | | up a lot of time (e.g., when launched from $HOME) and thus delay the game startup in a very annoying way (also stresses the disks a lot). Notes: svn path=/head/; revision=437948
* - Update Doom Legacy to version 1.46.3Alexey Dokuchaev2017-04-075-52/+60
| | | | | | | | | | | | | | | | | - Do not pass SVN_REV via CFLAGS, it is now defined in `src/d_main.c' - OLD_DEPENDENCIES is no longer a valid setting, stop referencing it - When adjusting default WAD search path, fix only one DEFWADS rather than a bunch of them (one is enough) - Remove old hack for better support for relative paths (for `-iwad' switch): it no longer applies and the game works correctly per se - Remove Clang-related fixes that were integrated upstream - Do not overwrite `make_options' file, simply append few necessary settings at the end of it List of changes: http://doomlegacy.sourceforge.net/docs/whatsnew.html Notes: svn path=/head/; revision=437928
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* During the exp-run in PR 201377, it was found that `games/doomlegacy' givesAlexey Dokuchaev2015-08-201-0/+3
| | | | | | | | | | | | | errors with a recent Clang 3.7.0 snapshot (final linking fails). This is because the program uses the wrong form of inline function, causing linking to fail. This can be fixed easily by using "static inline" instead. PR: 202498 Submitted by: dim Notes: svn path=/head/; revision=394834
* - Update to version 1.45.2 (r1139, still officially beta)Alexey Dokuchaev2015-03-154-43/+21
| | | | | | | | | | | - Remove some of our patches that were integrated or reworked upstream (bugs 603, 607, and 617; revisions r1130, r1135) - Now, system compiler is upheld by setting CC_ENVIRONMENT variable - Try to unbreak parallel builds by pre-generating .dep files in `pre-build' - Take maintainership back after giving it to games@ team didn't work out Notes: svn path=/head/; revision=381334
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Fix build by marking as MAKE_JOBS_UNSAFEDmitry Marakasov2014-12-031-0/+1
| | | | | | | MFH: 2014Q4 Notes: svn path=/head/; revision=373815
* - Release ports maintained by games@Dmitry Marakasov2014-10-311-1/+1
| | | | | | | | | | | | | | games@ team is quite small and inactive, so ports currently assigned to it cannot be assumed as properly maintained. To not cause confusion by making it look otherwise, and also to allow and promote adoption by individual maintainers, release these ports back to the pool. Note that this does not change the fact that games@ team still takes care of these ports to excent of its capabilities. Suggested by: marino Notes: svn path=/head/; revision=371872
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+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
* Unbreak on big-endian architectures (e.g., PowerPC).Alexey Dokuchaev2014-08-221-0/+5
| | | | Notes: svn path=/head/; revision=365632
* - Update to version 1.45 beta1Alexey Dokuchaev2014-08-214-143/+47
| | | | | | | | | - Transfer maintainership to games@ I've managed to push some of the patches upstream, but not all. Notes: svn path=/head/; revision=365565
* Add an option to disable IPX support. Given that IPX was removed in SRCAlexey Dokuchaev2014-03-271-14/+19
| | | | | | | | | | | r263140, conditionalize on exists(/usr/include/netipx/ipx.h), and disable it by default (thus bump PORTREVISION). While here, stagify the port. PR: ports/186966 Submitted by: swills Notes: svn path=/head/; revision=349341
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* 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
* - Update to version 1.44_alpha4Alexey Dokuchaev2013-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). Notes: svn path=/head/; revision=318348
* - Do not require absolute paths for 3rd-party IWADs: search DOOMWADDIR onlyAlexey Dokuchaev2012-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 Notes: svn path=/head/; revision=307642
* GC unused file (forgotten in r307068).Alexey Dokuchaev2012-11-071-20/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307134
* As optimized assembly routines are i386 only, do not offer this option forAlexey Dokuchaev2012-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 Notes: svn path=/head/; revision=307076
* - Compress legacy.wad distfile (deflate 65%)Alexey Dokuchaev2012-11-062-14/+13
| | | | | | | | | - Minor cosmetic Makefile changes Feature safe: yes Notes: svn path=/head/; revision=307071
* - Fix stupid typo in MASTER_SITESAlexey Dokuchaev2012-11-062-28/+1
| | | | | | | | | | - Really remove pkg-plist Feature safe: yes Pointy hat to: danfe Notes: svn path=/head/; revision=307069
* Overhaul the port to make it usable and up-to-date with the reality:Alexey Dokuchaev2012-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 :( Notes: svn path=/head/; revision=307068
* Convert to new options frameworkBaptiste Daroussin2012-06-121-3/+5
| | | | Notes: svn path=/head/; revision=299119
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-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 Notes: svn path=/head/; revision=291667
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276993
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-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) Notes: svn path=/head/; revision=248835
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - Bump PORTREVISION.Alejandro Pulver2007-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] Notes: svn path=/head/; revision=192957
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-0/+4
| | | | Notes: svn path=/head/; revision=191950
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Return to pool at maintainer's request. The next generation of code (v2)Mark Linimon2007-03-121-1/+1
| | | | | | | | | will probably replace this port at some point anyway. Hat: portmgr Notes: svn path=/head/; revision=187207
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-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) Notes: svn path=/head/; revision=173460
* - Bump PORTREVISION.Alejandro Pulver2006-09-183-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) Notes: svn path=/head/; revision=173358
* - Integrate with "doom-data".Simon 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) Notes: svn path=/head/; revision=148589
* - Add patch to fix sound for ALC650 AC97 Codec on ASUS A7V8XSergey Matveychuk2005-03-052-0/+12
| | | | | | | | Submitted by: glebius Obtained from: mplayer Notes: svn path=/head/; revision=130433
* Update to 1.4.2Volker Stolz2004-08-053-10/+10
| | | | | | | | | PR: ports/69253 Submitted by: Miguel Mendez Approved by: maintainer timeout Notes: svn path=/head/; revision=115458
* unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDSKris Kennaway2004-04-191-2/+2
| | | | Notes: svn path=/head/; revision=107557
* - Update to 141Pav Lucistnik2004-03-2810-111/+93
| | | | | | | | | PR: ports/62895 (based on) Submitted by: No Name <arundel@gmx.net> Approved by: maintainer timeout (6 weeks) Notes: svn path=/head/; revision=105538
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Actually pass in PTHREAD_{LIBS,CFLAGS} to the port build.Kris Kennaway2003-10-021-1/+2
| | | | Notes: svn path=/head/; revision=90068