Commit graph

5826 commits

Author SHA1 Message Date
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
R. Ryantm 3852104931 legendary-gl: 0.20.25 -> 0.20.26 2022-06-02 06:14:49 +00: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
Peter Hoeg c9fa7f876d tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Peter Hoeg 35bed20020 tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Peter Hoeg a0156e7048 tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Peter Hoeg 8eacd07776 tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Peter Hoeg 7317302c77 tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Peter Hoeg 47240a3e31 tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Sandro b9c9593a88
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
Sandro 3883559958
Merge pull request #174128 from muscaln/polymc-1.3.0 2022-05-25 22:31:00 +02:00
Martin Weinelt 871f9530db
Merge pull request #174346 from helsinki-systems/drop/holdingnuts
holdingnuts: remove
2022-05-25 21:33:30 +02:00
Sandro b87709307e
Merge pull request #174337 from SuperSandro2000/lincity
lincity: mark broken on darwin
2022-05-25 18:14:39 +02:00
Pavol Rusnak ef50f067f7
Merge pull request #171043 from prusnak/curlWithGnuTls
treewide: refactor curlWithGnuTls into all-packages.nix
2022-05-25 17:18:07 +02:00