OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Jul-2005 13:46:06
Branch: HEAD Handle: 2005070712460400
Modified files:
openpkg-src/sleuthkit sleuthkit.patch sleuthkit.spec
Log:
do not build file at all (else we would require zlib)
Summary:
Revision Changes Path
1.10 +12 -4 openpkg-src/sleuthkit/sleuthkit.patch
1.22 +1 -5 openpkg-src/sleuthkit/sleuthkit.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sleuthkit/sleuthkit.patch
============================================================================
$ cvs diff -u -r1.9 -r1.10 sleuthkit.patch
--- openpkg-src/sleuthkit/sleuthkit.patch 25 Mar 2005 08:39:32 -0000
1.9
+++ openpkg-src/sleuthkit/sleuthkit.patch 7 Jul 2005 11:46:04 -0000
1.10
@@ -1,6 +1,6 @@
Index: Makefile
---- Makefile.orig 2005-03-16 01:42:32 +0100
-+++ Makefile 2005-03-16 10:21:34 +0100
+--- Makefile.orig 2005-04-08 22:10:03 +0200
++++ Makefile 2005-07-07 13:43:43 +0200
@@ -14,13 +14,13 @@
compile-static: no-perl-static mactime sorter file test
@@ -22,9 +22,17 @@
no-perl-static:
cd src/misc; make "CC=$(CC)" OPT=-static MAKELEVEL=
+@@ -40,7 +40,6 @@
+ cd src/timeline; make
+
+ file:
+- cd src/file; CC="$(CC)" sh ./TSK.install
+
+ test:
+ sh ./check-install
Index: src/file/magic/Magdir/msdos
---- src/file/magic/Magdir/msdos.orig 2005-03-16 01:42:29 +0100
-+++ src/file/magic/Magdir/msdos 2005-03-25 09:38:32 +0100
+--- src/file/magic/Magdir/msdos.orig 2005-04-08 22:10:03 +0200
++++ src/file/magic/Magdir/msdos 2005-07-07 13:40:59 +0200
@@ -403,4 +403,3 @@
# as below. Unfortunately the following only prints out the first couple
# of characters instead of all the "description length"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sleuthkit/sleuthkit.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 sleuthkit.spec
--- openpkg-src/sleuthkit/sleuthkit.spec 9 Apr 2005 07:52:33 -0000
1.21
+++ openpkg-src/sleuthkit/sleuthkit.spec 7 Jul 2005 11:46:04 -0000
1.22
@@ -33,7 +33,7 @@
Group: System
License: GPL
Version: 2.01
-Release: 20050409
+Release: 20050707
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
@@ -83,10 +83,6 @@
%{l_make} %{l_mflags} \
CC="%{l_cc} %{l_cflags -O}"
- # remove local file(1), because we use OpenPKG "file" package
- rm -f bin/file
- rm -f man/man1/file.1
-
# adjust Perl scripts
%{l_shtool} subst \
-e 's;#!/usr/bin/perl;%!{l_prefix}/bin/perl;' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]