From 669045adabe213dc026f7441ea56066d91b1a11f Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 9 Mar 2010 12:10:46 +0000 Subject: - 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 --- sysutils/autopsy/files/patch-configure | 37 +++++++++------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) (limited to 'sysutils/autopsy/files/patch-configure') 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):"; -- cgit v1.2.3