Commit graph

6 commits

Author SHA1 Message Date
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