diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-01-09 22:06:07 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-01-09 22:06:07 +0000 |
commit | 012f55c745b731b280eaa3832d0a4885699e0bf1 (patch) | |
tree | 1508e5eca9590638695f9442a6b7e2967623ec32 /security/dradis/files/patch-verify.sh | |
parent | - Mark BROKEN: size mismatch (diff) |
- update to version 2.6.0
- rewrite the rc script so it works with this version
- patch the Gemfile, else it will not detect
rubygem-sqlite3 or ruby-dbd_sqlite3
PR: 153293
Submitted by: Dax Labrador <semprix at bsdmail.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=267556
Diffstat (limited to 'security/dradis/files/patch-verify.sh')
-rw-r--r-- | security/dradis/files/patch-verify.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/security/dradis/files/patch-verify.sh b/security/dradis/files/patch-verify.sh deleted file mode 100644 index 5148e4cb58dd..000000000000 --- a/security/dradis/files/patch-verify.sh +++ /dev/null @@ -1,17 +0,0 @@ ---- ./verify.sh.orig 2010-05-18 19:15:11.000000000 +0200 -+++ ./verify.sh 2010-08-10 21:50:20.000000000 +0200 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - # - # dradis Framework dependencies verification script - # -@@ -121,7 +121,7 @@ - - # verify SQLite3 libraries - echo -n "Looking for SQLite3 libraries... " --ruby -rmkmf -e "if (have_header( 'sqlite3.h' ) && have_library( 'sqlite3', 'sqlite3_open' )) then exit 0 else exit 1 end" > /dev/null -+ruby -C /usr/local/include -rmkmf -e "if (have_header( 'sqlite3.h' ) && have_library( 'sqlite3', 'sqlite3_open' )) then exit 0 else exit 1 end" > /dev/null - if [ $? -eq 0 ]; then - echo "found." - else |