1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Alexey Dokuchaev
9c8571798d Update Doom Legacy to version 1.48.4 (rev 1531).
Found out via:	repology.org
2020-06-08 11:22:00 +00:00
Alexey Dokuchaev
94108af78b Belatedly update Doom Legacy to version 1.47.2 (r1412) and unbreak.
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.
2019-12-08 12:15:29 +00:00
Alexey Dokuchaev
7842f30bf6 Disable searching for WADs in the current directory as it can easily take
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).
2017-04-07 17:39:58 +00:00
Alexey Dokuchaev
ab83df2487 - Update Doom Legacy to version 1.46.3
- 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
2017-04-07 15:43:20 +00:00
Alexey Dokuchaev
d31212aa6f - Update to version 1.45.2 (r1139, still officially beta)
- 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
2015-03-15 14:36:40 +00:00
Alexey Dokuchaev
206ee0dc38 - Update to version 1.45 beta1
- Transfer maintainership to games@

I've managed to push some of the patches upstream, but not all.
2014-08-21 15:54:30 +00:00
Alexey Dokuchaev
9030e6d8e2 - Update to version 1.44_alpha4
- 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 )
- Fix memory reporting in I_GetFreeMem() on amd64 (reported by Ilya Arkhipov)
- Enable key auto repeat in the menu/console (ticket )
- Assume maintainership while hacking on it more than I originally intended

Most of the patches were submitted upstream (tickets 587, 602-610).
2013-05-17 01:02:37 +00:00
Alexey Dokuchaev
14413ac876 GC unused file (forgotten in r307068).
Feature safe:	yes
2012-11-07 13:41:52 +00:00
Alexey Dokuchaev
e4d96b78dc Overhaul the port to make it usable and up-to-date with the reality:
- 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 :(
2012-11-06 13:15:40 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- 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
2012-02-18 10:18:33 +00:00
Alejandro Pulver
1c4abee2f9 - Bump PORTREVISION.
- 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]
2007-06-07 00:00:31 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
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)
2006-09-20 11:21:59 +00:00
Alejandro Pulver
839718038b - Bump PORTREVISION.
- 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)
2006-09-18 19:58:07 +00:00
Simon Barner
d6b0fe2102 - Integrate with "doom-data".
- 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)
2005-11-17 11:51:51 +00:00
Sergey Matveychuk
47969a130c - Add patch to fix sound for ALC650 AC97 Codec on ASUS A7V8X
Submitted by:	glebius
Obtained from:	mplayer
2005-03-05 23:17:30 +00:00
Pav Lucistnik
094d337dc9 - Update to 141
PR:		ports/62895 (based on)
Submitted by:	No Name <arundel@gmx.net>
Approved by:	maintainer timeout (6 weeks)
2004-03-28 17:01:31 +00:00
Kris Kennaway
c51db2f4d6 Respect CC, CFLAGS, PTHREAD_LIBS and PTHREAD_CFLAGS (unbreaks build on 5.x) 2003-10-02 22:56:19 +00:00
Edwin Groothuis
73bdb36983 Make games/doomlegacy compiling on -current 2003-01-19 03:24:34 +00:00