OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 03-Feb-2004 11:10:31
Branch: HEAD Handle: 2004020310102902
Modified files:
openpkg-src/sleuthkit sleuthkit.spec
openpkg-web news.txt
Log:
help sleuthkit finding our perl; avoid blocking build
Summary:
Revision Changes Path
1.6 +3 -2 openpkg-src/sleuthkit/sleuthkit.spec
1.8419 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sleuthkit/sleuthkit.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 sleuthkit.spec
--- openpkg-src/sleuthkit/sleuthkit.spec 26 Jan 2004 16:29:42 -0000 1.5
+++ openpkg-src/sleuthkit/sleuthkit.spec 3 Feb 2004 10:10:31 -0000 1.6
@@ -33,7 +33,7 @@
Group: System
License: GPL
Version: 1.67
-Release: 20040126
+Release: 20040203
# list of sources
Source0: http://osdn.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
@@ -66,7 +66,8 @@
%setup -q
%{l_shtool} subst \
-e 's;/usr/local/bin/;%{l_prefix}/bin/;' \
- src/timeline/config-perl
+ -e 's;read perlexe;exit 1;' \
+ src/sorter/install src/timeline/config-perl
%build
# build programs
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8418 -r1.8419 news.txt
--- openpkg-web/news.txt 3 Feb 2004 09:42:40 -0000 1.8418
+++ openpkg-web/news.txt 3 Feb 2004 10:10:29 -0000 1.8419
@@ -1,3 +1,4 @@
+03-Feb-2004: Upgraded package: P<sleuthkit-1.67-20040203>
03-Feb-2004: Upgraded package: P<db-4.2.52.2-20040203>
03-Feb-2004: Upgraded package: P<aft-5.0931-20040203>
03-Feb-2004: Upgraded package: P<openpkg-import-20040203-20040203>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]