diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-03-09 12:10:46 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-03-09 12:10:46 +0000 |
commit | 669045adabe213dc026f7441ea56066d91b1a11f (patch) | |
tree | 1a8321825b990f199a8bb22ae560240b52b7b32b /sysutils/autopsy/files/patch-configure | |
parent | - Update to 20100308 (diff) |
- Update to version 2.23 (required to match `sysutils/sleuthkit')
- Correctly assign RUN_DEPENDS (before, Perl dependency was recorded twice)
- Relinquish as I do not use this port
Related PR: ports/137781
Notes
Notes:
svn path=/head/; revision=250765
Diffstat (limited to 'sysutils/autopsy/files/patch-configure')
-rw-r--r-- | sysutils/autopsy/files/patch-configure | 37 |
1 files changed, 9 insertions, 28 deletions
diff --git a/sysutils/autopsy/files/patch-configure b/sysutils/autopsy/files/patch-configure index 64a819ab65d7..025c370d3da7 100644 --- a/sysutils/autopsy/files/patch-configure +++ b/sysutils/autopsy/files/patch-configure @@ -9,17 +9,7 @@ echo "" -@@ -115,8 +115,7 @@ - fi; - - # Get current working directory for lib --echo "use lib '$PWD/';" >> ./config.tmp --echo "use lib '$PWD/lib/';" >> ./config.tmp -+echo "use lib '${PREFIX}/lib/autopsy/';" >> ./config.tmp - - # Write autopsy - if (test -f ./autopsy) then -@@ -206,7 +206,7 @@ +@@ -96,7 +96,7 @@ # INSTALLATION DIRECTORY ############################################################################# echo '' >> $conf; @@ -28,22 +18,13 @@ # Now add the variables that need user interaction -@@ -271,8 +271,9 @@ - echo ' http://www.sleuthkit.org/sleuthkit/' - echo '' - echo 'Enter the directory where you installed it:' -+tskdir=${LOCALBASE} - while (test 1 -eq 1) -- do read tskdir; -+ do - if (test -x "${tskdir}/bin/icat") then - if (test -x "${tskdir}/bin/fls") then - echo ' Sleuth Kit bin directory was found'; -@@ -284,6 +285,7 @@ - else - echo 'The Sleuth Kit was not found (try again):'; - fi; -+ read tskdir; - done +@@ -438,8 +438,7 @@ + fi; + # Get current working directory for lib +-echo "use lib '$PWD/';" >> ./config.tmp +-echo "use lib '$PWD/lib/';" >> ./config.tmp ++echo "use lib '${PREFIX}/lib/autopsy/';" >> ./config.tmp + if (test -f ./autopsy) then + echo "autopsy already exists, overwrite? (y/n):"; |