aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spin.rb
diff options
context:
space:
mode:
authorBrett Koonce2013-05-31 10:44:01 -0500
committerAdam Vandenberg2013-05-31 10:50:11 -0700
commitc31509b3a74b2f96b488d9441e29d3bcb516a85f (patch)
treee883501e62b8d0fc19afc7b0c4a1e4717a66964f /Library/Formula/spin.rb
parenta35e69799233d91df597678819b08861f54b3551 (diff)
downloadhomebrew-c31509b3a74b2f96b488d9441e29d3bcb516a85f.tar.bz2
spin 6.2.5
Closes #20179. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/spin.rb')
-rw-r--r--Library/Formula/spin.rb34
1 files changed, 3 insertions, 31 deletions
diff --git a/Library/Formula/spin.rb b/Library/Formula/spin.rb
index c45c45f48..f3de755e3 100644
--- a/Library/Formula/spin.rb
+++ b/Library/Formula/spin.rb
@@ -2,19 +2,14 @@ require 'formula'
class Spin < Formula
homepage 'http://spinroot.com/spin/whatispin.html'
- url 'http://spinroot.com/spin/Src/spin624.tar.gz'
- version '6.2.4'
- sha1 '980d47f26f8a0f5e191fc47c2240dc96f3dceab9'
+ url 'http://spinroot.com/spin/Src/spin625.tar.gz'
+ version '6.2.5'
+ sha1 '6034126bccd7b08fc7ff06d81f69b5a0ada7644f'
fails_with :llvm do
build 2334
end
- # replace -DPC with -DMAC in makefile CFLAGS
- def patches
- DATA
- end
-
def install
ENV.deparallelize
@@ -27,26 +22,3 @@ class Spin < Formula
man1.install "Man/spin.1"
end
end
-
-# manual patching is required by the spin install process
-__END__
-diff --git a/Src6.2.4/makefile b/Src6.2.4/makefile
-index 02d2a02..7687e0a 100644
---- a/Src6.2.4/makefile
-+++ b/Src6.2.4/makefile
-@@ -13,12 +13,12 @@
-
- # see also ./make_pc for a simpler script, not requiring make
-
--CC=gcc
--CFLAGS=-O2 -DNXT # on some systems add: -I/usr/include
-+#CC=gcc
-+#CFLAGS=-O2 -DNXT # on some systems add: -I/usr/include
-
- # CC=gcc -m32 # 32bit compilation on a 64bit system
- # for a more picky compilation use gcc-4 and:
--# CFLAGS=-std=c99 -Wstrict-prototypes -pedantic -fno-strength-reduce -fno-builtin -W -Wshadow -Wpointer-arith -Wcast-qual -Winline -Wall -g -DNXT -DPC
-+CFLAGS=-std=c99 -Wstrict-prototypes -pedantic -fno-strength-reduce -fno-builtin -W -Wshadow -Wpointer-arith -Wcast-qual -Winline -Wall -g -DNXT -DMAC
-
- # on OS2: spin -Picc -E/Pd+ -E/Q+
- # for Visual C++: spin -PCL -E/E