1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
Jan Beich
f7731c8be8 Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
2016-03-16 12:58:16 +00:00
Jan Beich
d5a43d81f1 games/openbor: update to 3.0.r4167
ChangeLog:
- New entity properties using the . delimited syntax concept for CronoCrash engine.
- Player specific credit count was not be carried across saved games.
- Very minor refactor in ImportCache
2016-02-22 14:20:20 +00:00
Jan Beich
1ad587fb06 multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR:		204478
Exp-run by:	antoine
Approved by:	ashish (maintainer)
2015-11-14 19:34:12 +00:00
Jan Beich
455e98e2f3 devel/ponscripter-sekai, games/openbor: add TREMOR option
TREMOR is enabled by default on platforms without hardware floating point.
2015-08-26 21:33:19 +00:00
Jan Beich
b2addc750d games/openbor: convert MMX into an option 2015-08-26 21:33:04 +00:00
Jan Beich
3c807a23ba games/openbor: unbreak on non-x86 architectures
ib/2xSaI.c -o source/gfxlib/2xSaI.o
source/gfxlib/2xSaI.c:50:11: error: invalid output constraint '=d' in asm
        : "=d"(retval)
          ^
1 error generated.

Reported by:	pkg-fallout (armv6)
2015-08-25 07:10:32 +00:00
Jan Beich
f2fc9d6de4 multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision:	https://reviews.freebsd.org/D2570
Exp-run by:	antoine
Approved by:	ashish, multimedia (kwm)
Approved by:	maintainer timeout (ale, dinoex; 2 weeks)
2015-06-09 14:25:41 +00:00
Jan Beich
bb30ab9c06 games/openbor: update to r4163 snapshot
ChangeLog (trimmed):
- Nuke savedata.screen
- Use safe allocation functions for memory allocations
2015-06-06 12:12:13 +00:00
Jan Beich
b458374525 - Update to r4157 snapshot
- Normalize patch filenames

ChangeLog (trimmed):
- Fix openborvariant("in_sound_options")
- Major refactor of WebM playback code
- Support playback of WebM videos with no audio track
- Support screenshots and fullscreen flip during WebM playback
- Fix aspect ratio of WebM videos in OpenGL mode
- Fix nestegg bug where all floats would be read as 0.0 on big-endian
- Avoid displaying garbage as first frame of video
- Improve WebM error logging
2015-04-25 14:17:25 +00:00
Jan Beich
8319f15154 Apply r379037 instead of trying to use C11's max_align_t
While here use my own comment within the file in order to:
- Avoid $FreeBSD$ keywords in patches (per Porter's Handbook)
- Improve rationale

Suggested by:	marino
2015-04-20 14:02:03 +00:00
Jan Beich
c383063b44 Unbreak build with gcc5 (and clang in future)
In file included from source/webmlib/halloc/halloc.c:19:0:
source/webmlib/halloc/align.h:42:25: error: conflicting types for 'max_align_t'
 typedef union max_align max_align_t;
                         ^
In file included from source/webmlib/halloc/halloc.h:18:0,
                 from source/webmlib/halloc/halloc.c:18:
/usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd11.0/5.0.1/include/stddef.h:429:3: note: previous declaration of 'max_align_t' was here
 } max_align_t;
   ^

Reported by:	DPorts
2015-04-20 09:25:51 +00:00
Jan Beich
d27bb9fcc4 Add new port games/openbor
PR:		196657
Reviewed by:	games (danfe, partial of earlier version)
Approved by:	bapt (mentor, earlier version)

OpenBOR is a continuation of the Beats Of Rage 2D game engine, which
was originally created by Senile Team.

WWW: http://www.chronocrash.com
2015-04-13 13:43:47 +00:00