aboutsummaryrefslogtreecommitdiff
path: root/games/openbor3979
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/openbor: unbreak build on 13.0 powerpc64Jan Beich2020-02-051-0/+2
| | | | | | | | | | | | | In file included from source/gfxlib/2xSaI.c:10: source/gamelib/borendian.h:63:60: error: unsupported inline asm: input with type 'int' matching output with type 'UInt16' (aka 'unsigned short') __asm__("rlwimi %0,%2,8,16,23" : "=&r" (result) : "0" (x >> 8), "r" (x)); ~~~~~~ ^~~~~~ PR: 243865 Reported by: pkubaj Notes: svn path=/head/; revision=525255
* games/openbor: untabify after r508689Jan Beich2019-08-111-3/+3
| | | | Notes: svn path=/head/; revision=508692
* games/openbor: fix free memory statsJan Beich2019-08-112-7/+7
| | | | | | | | | source/ramlib/ram.c:137:18: runtime error: unsigned integer overflow: 9420649 * 4096 cannot be represented in type 'unsigned int' Reported by: -fsanitize=integer Notes: svn path=/head/; revision=508689
* games/openbor{3482,3711,3979}: rebuild after r491625Jan Beich2019-01-301-0/+1
| | | | | | | | Master port used sdl2_gfx until r490686 but never sdl_gfx which was introduced in r440514 for slaves. Notes: svn path=/head/; revision=491627
* games/openbor: simplify initialization of sysctl valuesJan Beich2017-09-111-3/+2
| | | | Notes: svn path=/head/; revision=449628
* games/openbor: update to 3.0.r4504Jan Beich2017-05-099-0/+356
- Add old slaves for some games (e.g. Ghosts'n Demons) based on http://www.chronocrash.com/forum/index.php?topic=2360.0 - Annotate .desktop file with build version - Drop v3.0 from package version - s/module/game/ in pkg-message for less ambiguity Changes: https://github.com/DCurrent/openbor/compare/ba1eb4f...4dfdb66 Notes: svn path=/head/; revision=440514