Skip to content

Instantly share code, notes, and snippets.

View directhex's full-sized avatar
🐝
Gosh I hope there are no bees around here

Jo Shields directhex

🐝
Gosh I hope there are no bees around here
View GitHub Profile
Reverse-Build-Depends-Indep
===========================
* ampsharp
* antlr
* blam
* bless
* cecil
* db4o
* dbus-sharp
* dbus-sharp-glib
@directhex
directhex / gist:7316926
Created November 5, 2013 10:23
Mono games from Humble Bundles
* Atom Zombie Smasher (Humble Indie Bundle 3, Humble Weekly Sale: Blendo Games)
* Spacechem (Humble Frozen Synapse Bundle, Humble Bundle for Android 3)
* Snuggle Truck (Humble Bundle for Android 2)
* Bastion (Humble Indie Bundle V, Humble Indie Bundle 9, Humble Weekly Sale: Bastion)
* Rochard (Humble Indie Bundle 6, Humble Weekly Sale: Rochard)
* Wizorb (Humble Indie Bundle 6)
* Splice (Humble Bundle for Android 4, Humble Bundle with Android 5, Humble Weekly Sale: Cipher Prime)
* Solar 2 (Humble Bundle with Android 5)
* Thomas Was Alone (Humble Indie Bundle 8, Humble Weekly Sale: Hosted by PewDiePie)
* Capsized (Humble Indie Bundle 8)
directhex@marceline:~$ apt-cache search mono-snapshot
mono-snapshot-20140804074943 - Mono runtime snapshot - runtime (git commit e98a83e)
mono-snapshot-20140804074943-assemblies - Mono runtime snapshot - assemblies (git commit e98a83e)
mono-snapshot-20140804091112 - Mono runtime snapshot - runtime (git commit 3bd87b3)
mono-snapshot-20140804091112-assemblies - Mono runtime snapshot - assemblies (git commit 3bd87b3)
mono-snapshot-20140804095227 - Mono runtime snapshot - runtime (git commit 8da27c6)
mono-snapshot-20140804095227-assemblies - Mono runtime snapshot - assemblies (git commit 8da27c6)
mono-snapshot-20140805100952 - Mono runtime snapshot - runtime (git commit ff983a6)
mono-snapshot-20140805100952-assemblies - Mono runtime snapshot - assemblies (git commit ff983a6)
mono-snapshot-20140805144220 - Mono runtime snapshot - runtime (git commit 8fe4231)
mark_rts.c: In function ‘GC_approx_sp’:
mark_rts.c:383:5: warning: function returns address of local variable [enabled by default]
mono-conc-hashtable.c: In function ‘mix_hash’:
mono-conc-hashtable.c:75:2: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
mono-conc-hashtable.c: At top level:
mono-conc-hashtable.c:79:1: warning: always_inline function might not be inlinable [-Wattributes]
mono-conc-hashtable.c:73:1: warning: always_inline function might not be inlinable [-Wattributes]
unwind.c: In function ‘mono_unwind_frame’:
unwind.c:603:63: warning: ‘cfa_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
unwind.c:603:52: warning: ‘cfa_reg’ may be used uninitialized in this function [-Wmaybe-uninitialized]
acpi 1.6-1
acpid 1:2.0.16-1+deb7u1
acpi-support-base 0.140-5+deb7u2
adduser 3.113+nmu3
apt 0.9.7.9+deb7u2
aptitude 0.6.8.2-1
aptitude-common 0.6.8.2-1
apt-listchanges 2.85.11
apt-utils 0.9.7.9+deb7u2
aspell 0.60.7~20110707-1
directhex@marceline:~/Projects/monodevelop/main/tests/test-projects/local-copy-package/ConsoleProject$ diff -urNad ConsoleProject.csproj ConsoleProject.csproj.saved
--- ConsoleProject.csproj 2014-09-12 10:58:52.642707319 +0100
+++ ConsoleProject.csproj.saved 2014-09-12 10:58:52.646707319 +0100
@@ -30,13 +30,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="System.Data" />
+ <Reference Include="System.Data">
+ <Private>True</Private>
FROM debian:wheezy
#based on dockerfile by Michael Friis <friism@gmail.com>
RUN apt-get update \
&& apt-get install -y curl
&& rm -rf /var/lib/apt/lists/*
RUN curl http://download.mono-project.com/repo/xamarin.gpg | apt-key add -
diff --git a/debian/mono.runtime-script b/debian/mono.runtime-script
index bae013d..9542743 100644
--- a/debian/mono.runtime-script
+++ b/debian/mono.runtime-script
@@ -12,6 +12,8 @@ use File::Basename;
# Figure out the mode
my $mode = shift @ARGV;
+my $framework_prefix = "/usr/lib/mono";
+
[mono-20141210094159]directhex@marceline:/tmp$ mono --version
Mono JIT compiler version 3.99.0 (tarball Wed Dec 10 17:02:24 UTC 2014)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
diff --git a/mcs/class/Microsoft.Build/Makefile b/mcs/class/Microsoft.Build/Makefile
index 279a814..df521a8 100644
--- a/mcs/class/Microsoft.Build/Makefile
+++ b/mcs/class/Microsoft.Build/Makefile
@@ -35,5 +35,4 @@ BUILT_SOURCES = $(EXPR_PARSER).cs
include ../../build/library.make
-XBUILD_FRAMEWORK_FOLDERS_PATH=xbuild-testing
include $(XBUILD_DIR)/xbuild_test.make