aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexey Zakhlestin2013-07-23 14:43:06 +0400
committerAdam Vandenberg2013-07-24 08:55:16 -0700
commit328f5a5ce33aa44c1e9e82f2f3d1434de769d907 (patch)
tree565de9c04ae24c54cfa8a097f9422521173da7b2 /Library
parent86a215a3186981c2b80d29345154037e05b16263 (diff)
downloadhomebrew-328f5a5ce33aa44c1e9e82f2f3d1434de769d907.tar.bz2
Virtuoso 6.1.7
Closes #21400. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/virtuoso.rb10
1 files changed, 8 insertions, 2 deletions
diff --git a/Library/Formula/virtuoso.rb b/Library/Formula/virtuoso.rb
index 24d19df62..d6f05dccb 100644
--- a/Library/Formula/virtuoso.rb
+++ b/Library/Formula/virtuoso.rb
@@ -2,8 +2,8 @@ require 'formula'
class Virtuoso < Formula
homepage 'http://virtuoso.openlinksw.com/wiki/main/'
- url 'http://downloads.sourceforge.net/project/virtuoso/virtuoso/6.1.6/virtuoso-opensource-6.1.6.tar.gz'
- sha1 '03bc14b1627d16d76687f8b8659801966aab3fb4'
+ url 'http://downloads.sourceforge.net/project/virtuoso/virtuoso/6.1.7/virtuoso-opensource-6.1.7.tar.gz'
+ sha256 'c82c1ee90810db5ccd725f7d0d68b42aa6db9a1c8bf6fe2a4dd0ca91a271aa7f'
head 'https://github.com/openlink/virtuoso-opensource.git', :branch => 'develop/6'
@@ -18,6 +18,12 @@ class Virtuoso < Formula
skip_clean :la
+ def patches
+ # hotfix for https://github.com/openlink/virtuoso-opensource/issues/68
+ # should be applied only to 6.1.7 — remove when building newer versions
+ "https://github.com/openlink/virtuoso-opensource/commit/fd538a973b773443323939544b018a40ce4c8fee.patch"
+ end if build.stable?
+
def install
ENV.m64 if MacOS.prefer_64_bit?
system "./autogen.sh" if build.head?