Commit graph

5837 commits

Author SHA1 Message Date
Pascal Wittmann 48195904d5
Merge pull request #176001 from NixOS/update-and-fix-stuntrally
stuntrally: 2.6.1 -> 2.6.2
2022-06-08 10:35:21 +02:00
Pascal Wittmann 788a347a17 stuntrally: 2.6.1 -> 2.6.2
This update also fixes the build problems
reported in #175646.
2022-06-08 10:12:26 +02:00
Sandro 1c0456d56a
Merge pull request #176587 from trofi/workaround-fno-common-for-gargoyle 2022-06-08 00:11:08 +02:00
Sergei Trofimovich f1fd44e283
Merge pull request #176590 from trofi/workaround-fno-common-for-macopix
macopix: add -fcommon workaround
2022-06-07 21:09:46 +00:00
Rick van Schijndel 3037752d1d
Merge pull request #175961 from helsinki-systems/rem/broken
remove some packages marked broken for over 1.5 years
2022-06-06 20:44:39 +02:00
Sergei Trofimovich aa080353cf macopix: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: dnd.o:src/main.h:136: multiple definition of
      `MENU_EXT'; main.o:src/main.h:136: first defined here
2022-06-06 18:56:16 +01:00
Sergei Trofimovich d8b2dd91e0 gargoyle: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: build/linux.release/alan3/Location.o:(.bss+0x0): multiple definition of
      `logFile'; build/linux.release/alan3/act.o:(.bss+0x0): first defined here
2022-06-06 18:47:10 +01:00
Bobby Rong c71f5a5d04
Merge pull request #175808 from ruby0b/master
gmad: unstable-2015-04-16 -> unstable-2020-02-24
2022-06-06 20:17:19 +08:00
Sergei Trofimovich e3b9cba7cb xboard: pull patch pending upstream inclusion for -fno-common toolchain support
Without the change build fails on upstream gcc-10 as:

    ld: evalgraph.o:(.bss+0x20): multiple definition of `ics_type'; backend.o:(.bss+0x1df910): first defined here
    ld: nevalgraph.o:(.bss+0x8): multiple definition of `currPvInfo'; backend.o:(.bss+0x1df908): first defined here
2022-06-05 15:18:59 +01:00
Robert Scott 3b445eacea treewide: set sourceProvenance for gradle-built packages
these presumably contain binary jars in their deps
2022-06-04 19:48:03 +01:00
Robert Scott 3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Ryan Mulligan 30c3cc499d
Merge pull request #175892 from r-ryantm/auto-update/legendary-gl
legendary-gl: 0.20.25 -> 0.20.26
2022-06-03 10:52:33 -07:00
Sandro f34837989c
Merge pull request #176057 from trofi/workaround-fno-common-for-warsow-engine
warsow-engine: add -fcommon workaround
2022-06-03 17:03:53 +02:00
Sandro 2204f77859
Merge pull request #175431 from trofi/workaround-fno-common-for-typespeed
typespeed: add -fcommon workaround
2022-06-03 17:00:56 +02:00
Sergei Trofimovich af9d2c68b7 warsow-engine: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: CMakeFiles/wswtv_server.dir/__/unix/unix_time.c.o:(.bss+0x8): multiple definition of
      `c_pointcontents'; CMakeFiles/wswtv_server.dir/__/null/ascript_null.c.o:(.bss+0x8): first defined here
2022-06-03 07:07:25 +01:00
Sergei Trofimovich 06a8f20762 ufoai: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: r_gl.h:52: multiple definition of `qglGenBuffers';
      r_gl.h:52: first defined here
2022-06-02 23:30:02 +01:00
ajs124 7b3ca2f395 zangband: remove after being marked broken for over 18 months
It was marked in commit 3ba7d2ae01 by Edward Tjörnhammar on 2018-11-11 (commited on 2018-11-11)
2022-06-02 18:05:57 +02:00
ajs124 d93dec5b84 tremulous: remove after being marked broken for over 18 months
It was marked in commit 8a7f3c3618 by Eelco Dolstra on 2014-08-08 (commited on 2014-08-08)
2022-06-02 18:03:53 +02:00
R. Ryantm 3852104931 legendary-gl: 0.20.25 -> 0.20.26 2022-06-02 06:14:49 +00:00
ruby0b 196a7afb20 gmad: unstable-2015-04-16 -> unstable-2020-02-24
also updated the github owner to Facepunch
2022-06-01 21:34:27 +02:00
Bobby Rong fed9ba1b5e
Merge pull request #175223 from fsdlkj/update-taisei
taisei: 1.3.1 -> 1.3.2
2022-05-31 18:57:37 +08:00
Sergei Trofimovich 7209d1f19a
Merge pull request #175251 from trofi/workaround-fno-common-for-sil
sil: add -fcommon workaround
2022-05-31 09:22:11 +00:00
Sandro 765a6aba57
Merge pull request #174946 from milahu/qt6-wrapQtAppsHook-remove-qtwayland
qt6.wrapQtAppsHook: remove dependencies: qtbase qtwayland
2022-05-30 23:46:18 +02:00
Janne Heß bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Sergei Trofimovich a59257a771 typespeed: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: typespeed-typespeed.o:/build/typespeed-0.6.5/src/typespeed.h:69: multiple definition of
      `opt'; typespeed-file.o:/build/typespeed-0.6.5/src/typespeed.h:69: first defined here
2022-05-30 06:57:26 +01:00
Sandro 00d5e2afc8
Merge pull request #175353 from trofi/workaround-fno-common-for-t4kcommon
t4kcommon: add -fcommon workaround
2022-05-30 03:52:15 +02:00
Sandro b99e13ff52
Merge pull request #175364 from trofi/workaround-fno-common-for-tinyfugue
tinyfugue: add -fcommon workaround
2022-05-30 01:39:41 +02:00
Sergei Trofimovich ba16b79ddf tinyfugue: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: world.o:/build/tf-50b8/src/socket.h:24: multiple definition of
      `world_decl'; command.o:/build/tf-50b8/src/socket.h:24: first defined here
2022-05-29 22:06:51 +01:00
Sergei Trofimovich 9c70296bc7 t4kcommon: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: CMakeFiles/t4k_common.dir/t4k_throttle.c.o:(.bss+0x0): multiple definition of
      `wrapped_lines'; CMakeFiles/t4k_common.dir/t4k_audio.c.o:(.bss+0x0): first defined here
2022-05-29 21:24:28 +01:00
Mustafa Çalışkan ce5a9e1b75 polymc: 1.3.0 -> 1.3.1 2022-05-29 20:54:49 +03:00
Rick van Schijndel 2a6cf719e1
Merge pull request #172761 from viric/srb2-master
Srb2 master
2022-05-29 12:39:23 +02:00
Rick van Schijndel f97a7e634f treewide: pkgs/games: mark broken for darwin 2022-05-29 10:56:04 +02:00
Rick van Schijndel 941458e0b9 cataclysm-dda-git: mark broken on x86_64-darwin 2022-05-29 10:56:04 +02:00
Sergei Trofimovich d2ef633388 sil: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: main.o:/build/source/Sil/src/externs.h:57: multiple definition of
      `mini_screenshot_char'; variable.o:/build/source/Sil/src/externs.h:57: first defined here
2022-05-29 07:36:52 +01:00
fsdlkj bbfed3477d taisei: 1.3.1 -> 1.3.2 2022-05-28 22:36:37 -04:00
Rick van Schijndel 89a3d05479
Merge pull request #172726 from OPNA2608/update/openxray
openxray: 822-december-preview -> 1144-december-2021-rc1
2022-05-28 21:34:13 +02:00
Rick van Schijndel 9915de38db
Merge pull request #173245 from jojosch/oh-my-git-fix
oh-my-git: fix ingame editor missing perl
2022-05-28 21:13:51 +02:00
Alexander Bantyev 535031c472
Merge pull request #174992 from azahi/mars-fix
mars: fix build
2022-05-28 16:57:18 +04:00
Azat Bahawi f35a5e2479
mars: fix build
Bumps the revision and fixes https://hydra.nixos.org/build/178082390
Mark the version as "unstable" because the latest official version does
not build and there are no new releases.
2022-05-28 14:34:05 +03:00
Alexander Tomokhov 1601db5d02 lincity_ng: 2.9beta.20170715 -> 2.9beta.20211125 2022-05-27 21:24:54 +03:00
Milan Hauth 784a63333c cutemaze: add dependencies: qtbase qtwayland 2022-05-27 17:52:56 +02:00
Artturi 60a0871486
Merge pull request #172391 from Artturin/deprecate-stdenv-glibc 2022-05-27 17:56:19 +03:00
Rick van Schijndel 28a77e0d00
Merge pull request #174324 from zhaofengli/stockfish-15
stockfish: 14.1 -> 15
2022-05-27 16:12:30 +02:00
Artturin c1fffdfffb treewide: change some glibc to stdenv.cc.libc 2022-05-27 05:57:43 +03:00
Peter Hoeg d9e295cdef openxcom: build with SDL_compat 2022-05-27 08:09:56 +08:00
Peter Hoeg 1f12226231 rott: build with SDL_compat 2022-05-27 08:09:56 +08:00
Peter Hoeg 112e6456a3 tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Peter Hoeg ce0f3b159d tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Peter Hoeg 5f7a454b3e tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Peter Hoeg fed7f8de86 tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00