This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[haad@ build]$ gemrb/gemrb.app/Contents/MacOS/gemrb -c ../../../../.GemRB/GemRB.cfg | |
GemRB Core Version v0.7.0 Loading... | |
[Core]: Initializing the Event Manager...[Core]: Initializing Lists Dictionary...[Core]: Initializing Variables Dictionary...[OK] | |
[Config]: Trying to open ../../../../.GemRB/GemRB.cfg [OK] | |
[Core]: Starting Plugin Manager... | |
[PluginMgr]: Loading Plugins from /Users/haad/Library/Application Support/GemRB/plugins/ | |
[PluginMgr]: Loading: /Users/haad/Library/Application Support/GemRB/plugins/2DAImporter.so... 2DA File Importer...[OK] | |
[PluginMgr]: Loading: /Users/haad/Library/Application Support/GemRB/plugins/ACMReader.so... ACM File Importer...[OK] | |
[PluginMgr]: Loading: /Users/haad/Library/Application Support/GemRB/plugins/AREImporter.so... ARE File Importer...[OK] | |
[PluginMgr]: Loading: /Users/haad/Library/Application Support/GemRB/plugins/BAMImporter.so... BAM File Importer...[OK] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[haad@lynx BG2]$ ../../Applications/GemRB.app/Contents/MacOS/GemRB -h | |
GemRB Core Version v0.7.0-git Loading... | |
[Core]: Initializing the Event Manager...[Core]: Initializing Lists Dictionary...[Core]: Initializing Variables Dictionary...[OK] | |
[Config]: Trying to open GemRB.cfg [NOT FOUND] | |
[Config]: Trying to open /Users/haad/.GemRB/GemRB.cfg [OK] | |
[Core]: Starting Plugin Manager... | |
[PluginMgr]: Loading Plugins from GemRB.app/Contents/Plugins/ | |
[PluginMgr]: Loading Plugins from /Users/haad/Library/Application Support/GemRB/plugins/ | |
[PluginMgr]: Loading: /Users/haad/Library/Application Support/GemRB/plugins/OGGReader.so...[ERROR] | |
Cannot Load Module, Skipping... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Library/Formula/proxychains.rb b/Library/Formula/proxychains.rb | |
new file mode 100644 | |
index 0000000..589bafa | |
--- /dev/null | |
+++ b/Library/Formula/proxychains.rb | |
@@ -0,0 +1,17 @@ | |
+require 'formula' | |
+ | |
+class Proxychains < Formula | |
+ url 'https://github.com/haad/proxychains/zipball/proxychains-4.0.1' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ruN proxychains-3.1/proxychains/Makefile.in proxychains-3.1_resolv/proxychains/Makefile.in | |
--- proxychains-3.1/proxychains/Makefile.in 2006-03-15 10:16:59.000000000 -0600 | |
+++ proxychains-3.1_resolv/proxychains/Makefile.in 2011-06-16 13:17:20.000000000 -0500 | |
@@ -121,7 +121,7 @@ | |
LIBS = @LIBS@ | |
libproxychains_la_DEPENDENCIES = | |
libproxychains_la_OBJECTS = libproxychains.lo core.lo | |
-CFLAGS = @CFLAGS@ | |
+CFLAGS = @CFLAGS@ -arch x86_64 -arch i386 | |
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# :class => points to name of model used. | |
# | |
FactoryGirl.define do | |
# User groups | |
factory :role_group, :class => :RoleGroup do | |
name 'client' | |
end |
NewerOlder