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
Caught Segmentation fault, dumping stack: | |
0 rtorrent 0x000000010e21fa4c _Z8do_panici + 233 | |
1 libsystem_platform.dylib 0x00007fff94251eaa _sigtramp + 26 | |
2 libtorrent.19.dylib 0x000000010e491f73 _ZStL8__ioinit + 10978 | |
3 rtorrent 0x000000010e25fee0 _ZN12ThreadWorkerC1Ev + 14 | |
4 rtorrent 0x000000010e21c42a main + 1075 | |
5 libdyld.dylib 0x00007fff94dd05ad start + 1 | |
6 ??? 0x0000000000000001 0x0 + 1 | |
SYSCALL(args) = return | |
thread_selfid(0x0, 0x0, 0x0) = 407760 0 |
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 Rtorrent < Formula | |
desc "Console-based BitTorrent client" | |
homepage "https://github.com/rakshasa/rtorrent" | |
url "http://rtorrent.net/downloads/rtorrent-0.9.6.tar.gz" | |
sha256 "1e69c24f1f26f8f07d58d673480dc392bfc4317818c1115265b08a7813ff5b0e" | |
depends_on "pkg-config" => :build | |
depends_on "xmlrpc-c" => :optional | |
depends_on "libtool" => :build | |
depends_on "libtorrent" |
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 Libtorrent < Formula | |
desc "BitTorrent library" | |
homepage "https://github.com/rakshasa/libtorrent" | |
url "http://rtorrent.net/downloads/libtorrent-0.13.6.tar.gz" | |
sha256 "2838a08c96edfd936aff8fbf99ecbb930c2bfca3337dd1482eb5fccdb80d5a04" | |
depends_on "pkg-config" => :build | |
depends_on "libtool" => :build | |
depends_on "openssl" | |
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
2015-08-25 00:50:38 -0400 | |
./configure | |
--disable-dependency-tracking | |
--prefix=/usr/local/Cellar/geos/3.4.2 | |
--enable-python | |
--enable-ruby | |
checking build system type... x86_64-apple-darwin14.5.0 | |
checking host system type... x86_64-apple-darwin14.5.0 |
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
2015-08-10 12:14:09 -0400 | |
./configure | |
--disable-dependency-tracking | |
--disable-silent-rules | |
--prefix=/usr/local/Cellar/gnuplot/5.0.1 | |
--with-readline=/usr/local/opt/readline | |
--with-gd=/usr/local/opt/gd | |
--disable-wxwidgets | |
--without-cairo |
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
2015-08-10 11:40:01 -0400 | |
./configure | |
--disable-dependency-tracking | |
--disable-silent-rules | |
--prefix=/usr/local/Cellar/gnuplot/5.0.1 | |
--with-readline=/usr/local/opt/readline | |
--with-gd=/usr/local/opt/gd | |
--disable-wxwidgets | |
--without-cairo |
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
2015-08-09 11:10:06 -0400 | |
./configure | |
--disable-dependency-tracking | |
--disable-silent-rules | |
--prefix=/usr/local/Cellar/gnuplot/5.0.1 | |
--with-readline=/usr/local/opt/readline | |
--with-gd=/usr/local/opt/gd | |
--disable-wxwidgets | |
--without-cairo |
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
2015-08-05 13:22:58 -0400 | |
luvi | |
/private/tmp/lit20150805-7638-1sd25d2 | |
-- | |
make | |
lit version: 2.2.4 | |
luvi version: fatal: Not a git repository (or any of the parent directories): .git | |
command: make |
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
require "formula" | |
class Lit < Formula | |
homepage "https://github.com/luvit/lit" | |
url "https://lit.luvit.io/packages/luvit/lit/v2.1.11.zip" | |
sha1 "be0904957a4867bf1284d0ebd7b04e6ec521b85a" | |
depends_on "luvi" => :build | |
def install |
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
2015-07-22 07:59:40 -0700 | |
./configure | |
--prefix=/usr/local/Cellar/wget/1.16.3 | |
--sysconfdir=/usr/local/etc | |
--with-ssl=openssl | |
--with-libssl-prefix=/usr/local/opt/openssl | |
--disable-debug | |
--disable-iri | |
--disable-pcre |
NewerOlder