Adriaan de Groot
c0aeda4368
Fix games/golddig in the face of picky compilers
...
C (and linkers) has changed a little since 2001, so patch up the
places where "extern" is needed, add <string.h> and missing
cases in switch() to silence warnings. golddig runs nearly as
well as on my Apple //c (see games/kgoldrunner for a newer take
on the same concept, though)
Not taking maintainership, I just spotted this among the recent
fallout-cleanup and thought "I can do that while I wait for the
potatoes to boil."
2021-02-18 16:37:39 +00:00
Mark Linimon
0bc22b60e8
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-18 03:41:45 +00:00
Mark Linimon
826a2793aa
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-18 01:09:16 +00:00
Mark Linimon
c25ce415d8
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-18 01:03:06 +00:00
Mark Linimon
60f0f79f8e
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-18 00:50:22 +00:00
Mark Linimon
3087d93c64
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-18 00:48:30 +00:00
Mark Linimon
77ebd0eb6b
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-18 00:46:41 +00:00
Mark Linimon
6aa9601468
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-18 00:44:06 +00:00
Mark Linimon
459bff0745
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-18 00:41:29 +00:00
Mark Linimon
9576881bca
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-17 23:08:36 +00:00
Mark Linimon
e8ea24d03e
Remove X86_ASM option from !x86.
2021-02-17 23:06:09 +00:00
Mark Linimon
d78a5ea36a
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-17 23:03:29 +00:00
Mark Linimon
141ea12f31
Mark BROKEN in 13/14 (via latest llvm update).
...
While here, pet portlint.
2021-02-17 22:59:35 +00:00
Mark Linimon
27a1363d59
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-17 22:56:22 +00:00
Mark Linimon
f704c65cc4
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-17 22:52:40 +00:00
Mark Linimon
04ad052578
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-17 22:50:20 +00:00
Mark Linimon
7f668ca802
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-17 22:46:56 +00:00
Mark Linimon
70e4656f90
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-17 22:44:32 +00:00
Mark Linimon
2ed723d5b5
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-17 22:32:18 +00:00
Mark Linimon
1fa0ff8c7b
Mark BROKEN in 13/14 (via latest llvm update).
2021-02-17 22:27:36 +00:00
Antoine Brodin
bc03eea3d6
Mark BROKEN on FreeBSD 13 and 14
...
ld: error: duplicate symbol: potgo_value
>>> defined at main.c
>>> ./sources/src/main.o:(potgo_value)
>>> defined at newcpu.c
>>> ./sources/src/newcpu.o:(.bss+0x81E50)
Reported by: pkg-fallout
MFH: 2021Q1
2021-02-17 20:20:29 +00:00
Antoine Brodin
ebbc13cef9
Mark BROKEN on FreeBSD 13 and 414
...
Reported by: pkg-fallout
MFH: 2021Q1
2021-02-17 20:13:55 +00:00
Neel Chauhan
d9e3f321ae
games/jaggedalliance2: Pass maintainership to submitter
...
PR: 253591
Submitted by: timp87 AT gmail DOT com
2021-02-17 18:02:41 +00:00
Piotr Kubaj
00773c6a97
games/libretro-desmume2015: fix build on non-x86 / ARM
...
JIT is only for x86 and ARM.
2021-02-16 22:20:14 +00:00
Antoine Brodin
0bb250ddb5
Mark BROKEN on FreeBSD 13 and 14
...
ld: error: duplicate symbol: endscore_reached
>>> defined at main.c
>>> main.o:(endscore_reached)
>>> defined at menu.c
>>> menu.o:(.bss+0x600)
Reported by: pkg-fallout
MFH: 2021Q1
2021-02-16 17:53:53 +00:00
Fernando Apesteguía
8ca6c938d5
games/uhexen2: add missing patches and set maintainership
...
Submitter becomes maintainer, already maintainer of other ports.
PR: 253433
Submitted by: ip@unixway.org
2021-02-16 17:46:33 +00:00
Antoine Brodin
27963d8b90
Mark BROKEN on FreeBSD 13 and 14
...
ld: error: duplicate symbol: CharSet
>>> defined at clear.c
>>> clear.o:(CharSet)
>>> defined at drawing.c
>>> drawing.o:(.bss+0x0)
Reported by: pkg-fallout
MFH: 2021Q1
2021-02-16 17:42:09 +00:00
Antoine Brodin
a7a9576ab9
Ignore again on the package builders
...
Reported by: pkg-fallout
2021-02-16 15:09:00 +00:00
Muhammad Moinur Rahman
da8c00c5c8
games/fmars: Update BUILD_DEPENDS with lang/guile1
...
- Take MAINTAINERSHIP
- Bump PORTREVISION
2021-02-15 19:35:10 +00:00
Piotr Kubaj
7f0255f13c
games/libretro-bluemsx: fix build on powerpc64le
...
Src/SoundChips/OpenMsxYM2413.cpp:331:10: error: constant expression evaluates to -3 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
7, 3, 0,-3,-7,-3, 0, 3,
Since it should also fix build on other architectures with unsigned char, unbreak on aarch64 and riscv64 (untested).
2021-02-15 16:44:52 +00:00
Piotr Kubaj
6becb5e688
games/ioquake3: fix build on powerpc64le
2021-02-15 01:47:49 +00:00
Neel Chauhan
1385312c50
Update a few GNUstep ports:
...
* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports.
2021-02-14 23:21:02 +00:00
Dmitry Marakasov
5b941ad3f3
- Update to 15.3.1
2021-02-14 19:31:00 +00:00
Dmitry Marakasov
76479e8adc
- Update to 3.3.3
2021-02-14 19:06:09 +00:00
Piotr Kubaj
de27a5033b
games/minetest: fix build on powerpc64le
2021-02-14 17:17:25 +00:00
Piotr Kubaj
3f399f0b10
games/freeminer: fix build on powerpc64le
2021-02-14 17:11:41 +00:00
Mikael Urankar
6bebfaa8a0
lang/rust: Update to 1.50.0
...
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261 )
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616
2021-02-14 15:45:10 +00:00
Bernhard Froehlich
81f12a017c
games/libretro-genesis_plus_gx: Fix LICENSE_PERMS for "MAME License" and pet portlint
...
PR: 253455
Approved by: Daniel Menelkir <menelkir@itroll.org> (maintainer)
2021-02-13 13:09:23 +00:00
Bernhard Froehlich
c10b737df0
games/libretro-picodrive: Fix LICENSE because the project is under "MAME License"
...
PR: 253454
Approved by: Daniel Menelkir <menelkir@itroll.org> (maintainer)
2021-02-13 13:06:45 +00:00
Matthias Andree
1c11b9ae32
graphics/openexr, ilmbase: security update to v2.5.5
...
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5
"Specific OSS-fuzz issues include:
OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer
OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode
OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding
OSS-fuzz #29829 Integer-overflow in Imf_2_5::DwaCompressor::initializeBuffers
OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer"
Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase.
MFH: 2021Q1
Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b
2021-02-13 11:08:29 +00:00
Tobias C. Berner
6cf442e15d
games/swell-foop: prepare for vala update
...
Add upstream patch
PR: 249940
Obtained from: a366bf649c
2021-02-13 10:24:29 +00:00
Dmitry Marakasov
36f622c275
- Update to 15.3
2021-02-12 18:28:44 +00:00
Dmitry Marakasov
7e56b87b5e
- Update to 0.20210101
...
PR: 252502
Submitted by: rozhuk.im@gmail.com
Approved by: menelkir@itroll.org (maintainer)
2021-02-12 18:01:58 +00:00
Fernando Apesteguía
b434cb6ac7
games/retroarch: update to 1.9.0
...
ChangeLog: https://www.libretro.com/index.php/retroarch-1-9-0-released/
PR: 252189
Submitted by: beyert@cs.ucr.edu
Approved by: greg@unrelenting.technology (maintainer)
2021-02-12 15:56:07 +00:00
Alexey Dokuchaev
e5e5976dee
Force -fcommon to unbreak the build against modern compilers: this code
...
is old and entangled enough so fixing it properly does not look tenable.
2021-02-11 15:21:52 +00:00
Jan Beich
b57abe3e52
games/quake3: unbreak with libglvnd
...
..//unix/linux_glimp.c:70:10: fatal error: 'X11/extensions/xf86vmode.h' file not found
#include <X11/extensions/xf86vmode.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 246767 exp-run)
2021-02-11 13:58:13 +00:00
Jan Beich
f72d9a3919
games/q3cellshading: unbreak with libglvnd
...
..//unix/linux_glimp.c:70:10: fatal error: 'X11/extensions/xf86vmode.h' file not found
#include <X11/extensions/xf86vmode.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 246767 exp-run)
2021-02-11 13:58:08 +00:00
Alexey Dokuchaev
9adc4dd5ed
Unbreak the build against modern compilers (Clang 11, GCC 10) which
...
require there is only one variable definition per each object file.
2021-02-11 13:42:53 +00:00
Piotr Kubaj
7e6bd98c19
games/openrct2: update to the newest objects
...
This changes scenery groups to use JSON ids and updates eo-OO, pt-BR, es-ES and it-IT translations.
https://github.com/OpenRCT2/objects/releases/tag/v1.0.20
2021-02-10 20:39:08 +00:00
Piotr Kubaj
a6e3d6e406
games/gzdoom: fix build on powerpc64le
...
Same issue as with audio/libgme.
2021-02-10 16:30:39 +00:00