Commit graph

22 commits

Author SHA1 Message Date
polygon 92ac079673 boomerang: Replace inline patch with fetchpatch 2021-05-14 15:04:44 +02:00
polygon 060fb3b672 boomerang: Add cstdint include needed with GCC10
Include cstdint as needed with GCC10. This follows an upstream patch
for the same issue that is not yet part of a release.

3342b0eac6
2021-05-14 00:26:38 +02:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz c954c851b3
boomerang: 0.5.1 -> 0.5.2
https://github.com/BoomerangDecompiler/boomerang/releases/tag/v0.5.2
2020-01-12 19:32:36 -06:00
Will Dietz 472832f19c
boomerang: be less verbose/explicit, save for problematic upstream
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-10-24 01:03:20 -05:00
Will Dietz 225053845b
boomerang: use qt's mkDerivation 2019-10-23 11:59:54 -05:00
Will Dietz 6c275a5d5c
boomerang: 0.5.0 -> 0.5.1 2019-10-23 11:59:23 -05:00
Will Dietz 32d132a8ee
boomerang: remove deprecated fixups/workarounds
If they're still needed they should be reworked so they apply :)
2019-10-23 11:59:12 -05:00
Will Dietz 4fca420a18
boomerang: 0.4.0-alpha-2018-10-25 -> 0.5.0
https://github.com/BoomerangDecompiler/boomerang/releases/tag/v0.5.0
2019-10-23 11:58:57 -05:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Will Dietz a930b756d7 boomerang: 2018-01-18 -> 2018-07-03 2018-07-03 20:34:46 -05:00
Will Dietz 242ec8cba2 boomerang: switch to new active fork, cleanup, maintain 2018-01-21 15:38:56 -06:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Will Dietz 6778aa8690 boomerang: update to latest git, un-mark broken
* Now with Qt UI
* Rework kludges to help boomerang find itself
* update/rework cmake bits for installation
* Fix output directory path defaults
2017-03-30 11:39:47 -05:00
Robin Gloster 877aaeff61
boomerang: mark as broken 2017-03-30 16:23:33 +02:00
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Tobias Geerinckx-Rice 32d40f0f98 Remove no longer (or never) referenced patches
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2016-01-24 02:02:21 +01:00
aszlig 35229f0cf4
boomerang: Refactor and fix build.
Thanks to @phreedom for reporting the broken URL used fetchgit, which
was because I deleted my fork repository. Fortunately, in the meantime
other forks got to a more "working" state and being more actively
maintained than my fork. So that's why I switched using @nemerle's fork
now, as it is the the most usable one out there, at least in our case.

One stupid thing I've done in the first place was to use "1.0pre" as the
version and the fork uses "alpha 0.3.2", so it essentially is some kind
of a "downgrade" if you just look at the version.

Fortunately, peer-unreviewed research based on guesswork has shown that
I'm the only one using Boomerang on NixOS, so this shouldn't have a big
impact on the other non-existent users.

Also, this drops dependencies on boehmgc and cppunit, because building
with either one or both will fail at the moment.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-27 04:39:33 +02:00
aszlig d10772ec8a boomerang: Fix prefix in dlopen().
We already have the correct library dir in our search path, so we don't need to
prepend lib/ again.
2012-08-10 15:02:19 +02:00
aszlig a6e266306f boomerang: Fix endless loop in createDirectory().
Fix is on GitHub, so changing the git URL to point to the commit ID of my fix.
2012-08-10 14:59:05 +02:00
aszlig 77b1a7ff42 boomerang: New package from the fork.
This adds the boomerang decompiler, which has been forked on github because of
some years of inactivity.
2012-08-09 19:05:16 +02:00