aboutsummaryrefslogtreecommitdiff
path: root/games/openbor
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: update to 7103Jan Beich2021-03-052-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/2b7f9ac6...78764f05 Notes: svn path=/head/; revision=567428
* games/openbor: update to 7099Jan Beich2021-01-212-5/+7
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/b8a2cef9...2b7f9ac6 Notes: svn path=/head/; revision=562164
* games/openbor: update to 7096Jan Beich2020-12-182-7/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/d647dc4f...b8a2cef9 Notes: svn path=/head/; revision=558349
* games/openbor: unbreak with Clang 11Jan Beich2020-08-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ld: error: duplicate symbol: anim_list >>> defined at openbor.c >>> openbor.o:(anim_list) >>> defined at openborscript.c >>> openborscript.o:(.bss+0xD80) ld: error: duplicate symbol: model_cache >>> defined at openbor.c >>> openbor.o:(model_cache) >>> defined at openborscript.c >>> openborscript.o:(.bss+0x4B0) ld: error: duplicate symbol: anim_list >>> defined at openbor.c >>> openbor.o:(anim_list) >>> defined at control.c >>> sdl/control.o:(.bss+0x68) ld: error: duplicate symbol: model_cache >>> defined at openbor.c >>> openbor.o:(model_cache) >>> defined at control.c >>> sdl/control.o:(.bss+0x70) ld: error: duplicate symbol: anim_list >>> defined at openbor.c >>> openbor.o:(anim_list) >>> defined at menu.c >>> sdl/menu.o:(.bss+0x30) ld: error: duplicate symbol: model_cache >>> defined at openbor.c >>> openbor.o:(model_cache) >>> defined at menu.c >>> sdl/menu.o:(.bss+0x38) ld: error: duplicate symbol: anim_list >>> defined at openbor.c >>> openbor.o:(anim_list) >>> defined at translation.c >>> source/gamelib/translation.o:(.bss+0x18) ld: error: duplicate symbol: model_cache >>> defined at openbor.c >>> openbor.o:(model_cache) >>> defined at translation.c >>> source/gamelib/translation.o:(.bss+0x20) ld: error: duplicate symbol: anim_list >>> defined at openbor.c >>> openbor.o:(anim_list) >>> defined at models.c >>> source/gamelib/models.o:(.bss+0x408) ld: error: duplicate symbol: model_cache >>> defined at openbor.c >>> openbor.o:(model_cache) >>> defined at models.c >>> source/gamelib/models.o:(.bss+0x410) ld: error: duplicate symbol: anim_list >>> defined at openbor.c >>> openbor.o:(anim_list) >>> defined at utils.c >>> source/utils.o:(.bss+0x850) ld: error: duplicate symbol: model_cache >>> defined at openbor.c >>> openbor.o:(model_cache) >>> defined at utils.c >>> source/utils.o:(.bss+0x858) ld: error: duplicate symbol: anim_list >>> defined at openbor.c >>> openbor.o:(anim_list) >>> defined at animation.c >>> source/openborscript/animation.o:(.bss+0x0) ld: error: duplicate symbol: model_cache >>> defined at openbor.c >>> openbor.o:(model_cache) >>> defined at animation.c >>> source/openborscript/animation.o:(.bss+0x8) ld: error: duplicate symbol: anim_list >>> defined at openbor.c >>> openbor.o:(anim_list) >>> defined at axis.c >>> source/openborscript/axis.o:(.bss+0x0) ld: error: duplicate symbol: model_cache >>> defined at openbor.c >>> openbor.o:(model_cache) >>> defined at axis.c >>> source/openborscript/axis.o:(.bss+0x8) ld: error: duplicate symbol: anim_list >>> defined at openbor.c >>> openbor.o:(anim_list) >>> defined at binding.c >>> source/openborscript/binding.o:(.bss+0x0) ld: error: duplicate symbol: model_cache >>> defined at openbor.c >>> openbor.o:(model_cache) >>> defined at binding.c >>> source/openborscript/binding.o:(.bss+0x8) ld: error: duplicate symbol: anim_list >>> defined at openbor.c >>> openbor.o:(anim_list) >>> defined at drawmethod.c >>> source/openborscript/drawmethod.o:(.bss+0x0) ld: error: duplicate symbol: model_cache >>> defined at openbor.c >>> openbor.o:(model_cache) >>> defined at drawmethod.c >>> source/openborscript/drawmethod.o:(.bss+0x8) ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) Reported by: pkg-fallout Notes: svn path=/head/; revision=545824
* games/openbor: unbreak build on 13.0 powerpc64Jan Beich2020-02-052-0/+9
| | | | | | | | | | | | | 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: update to 7082Jan Beich2019-11-142-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/9b0f0d29...d647dc4f Notes: svn path=/head/; revision=517546
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517046
* games/openbor: update to 7080Jan Beich2019-10-172-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/093900a5...9b0f0d29 Notes: svn path=/head/; revision=514637
* games/openbor: update to 7076Jan Beich2019-10-102-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/53e392c6...093900a5 Notes: svn path=/head/; revision=514201
* games/openbor: update to 7069Jan Beich2019-09-212-6/+6
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/112671a6...53e392c6 Notes: svn path=/head/; revision=512448
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508837
* 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: update to 7068Jan Beich2019-07-282-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/07cdde0a...112671a6 Notes: svn path=/head/; revision=507482
* games/openbor: update to 7066Jan Beich2019-07-042-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/db5f0836...07cdde0a Notes: svn path=/head/; revision=505808
* games/openbor: update to 7061Jan Beich2019-06-302-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/6de201a4...db5f0836 Notes: svn path=/head/; revision=505396
* games/openbor: update to 7056Jan Beich2019-06-182-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/68a1c977...6de201a4 Notes: svn path=/head/; revision=504455
* games/openbor: update to 7045Jan Beich2019-06-152-5/+6
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/0afa1f0d...68a1c977 Notes: svn path=/head/; revision=504218
* games/openbor: update to 7032Jan Beich2019-06-012-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/c5cfb660...0afa1f0d Notes: svn path=/head/; revision=503206
* games/openbor: update to 7022Jan Beich2019-05-192-7/+7
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/dc6a1516...c5cfb660 Notes: svn path=/head/; revision=501998
* games/openbor: update to 7000Jan Beich2019-05-042-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/66657298...dc6a1516 Notes: svn path=/head/; revision=500766
* games/openbor: update to 6989Jan Beich2019-04-232-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/6b92f4af...66657298 Notes: svn path=/head/; revision=499702
* games/openbor: update to 6988Jan Beich2019-04-212-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/58253a62...6b92f4af Notes: svn path=/head/; revision=499521
* games/openbor: update to 6986Jan Beich2019-04-182-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/85a39aff...58253a62 Notes: svn path=/head/; revision=499223
* games/openbor: update to 6982Jan Beich2019-04-132-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/21e153f5...85a39aff Notes: svn path=/head/; revision=498775
* games/openbor: update to 6980Jan Beich2019-04-022-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/f5d92c5f...21e153f5 Notes: svn path=/head/; revision=497537
* games/openbor: update to 6978Jan Beich2019-03-282-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/040f982a...f5d92c5f Notes: svn path=/head/; revision=496996
* games/openbor: update to 6974Jan Beich2019-03-232-7/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/ba3df39f...040f982a Notes: svn path=/head/; revision=496609
* games/openbor: update to 6972Jan Beich2019-03-152-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/d7a031ca...ba3df39f Notes: svn path=/head/; revision=495817
* games/openbor: update to 6968Jan Beich2019-03-142-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/02cbdf44...d7a031ca Notes: svn path=/head/; revision=495670
* games/openbor: unbreak with GCC 4.2 after r490912Jan Beich2019-03-141-0/+2
| | | | | | | | | | source/gamelib/loadimg.o:(.text+0x1ce8): undefined reference to `__builtin_unreachable' source/gamelib/loadimg.o:(.text+0x2164): undefined reference to `__builtin_unreachable' Reported by: pkg-fallout Notes: svn path=/head/; revision=495669
* games/openbor: update to 6967Jan Beich2019-03-122-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/1caf2797...02cbdf44 Notes: svn path=/head/; revision=495399
* games/openbor: unbreak with GCC 4.2Jan Beich2019-03-061-0/+1
| | | | | | | | | cc1: error: unrecognized command line option "-Wno-unused-result" Reported by: pkg-fallout Notes: svn path=/head/; revision=494760
* games/openbor: update to 6966Jan Beich2019-02-192-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/af1e3976...1caf2797 Notes: svn path=/head/; revision=493335
* games/openbor: update to 6964Jan Beich2019-02-122-6/+6
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/545b4f94...af1e3976 Notes: svn path=/head/; revision=492741
* multimedia/libvpx: update 1.8.0Jan Beich2019-02-061-1/+1
| | | | | | | | | | | www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via https://bugzilla.mozilla.org/show_bug.cgi?id=1525393 Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Notes: svn path=/head/; revision=492305
* - Update sdl_gfx to 2.0.26, bump dependent ports due to shared library ↵Dmitry Marakasov2019-01-301-1/+1
| | | | | | | version change Notes: svn path=/head/; revision=491625
* games/openbor: update to 6662Jan Beich2019-01-262-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/3ded2363...545b4f94 Notes: svn path=/head/; revision=491217
* games/openbor: update to 6645Jan Beich2019-01-222-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/f9b7c316...3ded2363 Notes: svn path=/head/; revision=490912
* games/openbor: update to 6642Jan Beich2019-01-192-6/+8
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/d9ed1120...f9b7c316 Notes: svn path=/head/; revision=490686
* games/openbor: update to 6633Jan Beich2019-01-102-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/6a467a0c...d9ed1120 Notes: svn path=/head/; revision=489843
* games/openbor: update to 6618Jan Beich2019-01-082-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/081f80cb...6a467a0c Notes: svn path=/head/; revision=489629
* games/openbor: update to 6590Jan Beich2019-01-032-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/dc2161e6...081f80cb Notes: svn path=/head/; revision=489119
* games/openbor: update to 6569Jan Beich2019-01-012-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/5026dd18...dc2161e6 Notes: svn path=/head/; revision=488853
* games/openbor: update to 6560Jan Beich2018-12-292-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/5e47d7c6...5026dd18 Notes: svn path=/head/; revision=488634
* games/openbor: update to 6557Jan Beich2018-12-242-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/f30613ae...5e47d7c6 Notes: svn path=/head/; revision=488286
* games/openbor: update to 6551Jan Beich2018-12-142-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/a26efe22...f30613ae Notes: svn path=/head/; revision=487474
* games/openbor: update to 6484Jan Beich2018-10-252-5/+5
| | | | | | | Changes: https://github.com/DCurrent/openbor/compare/949a4031...a26efe22 Notes: svn path=/head/; revision=482948