aboutsummaryrefslogtreecommitdiffstats
path: root/community/sleuthkit/50_disable_ant_clean.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 08:21:27 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 08:22:30 +0000
commit187517d6a85e7a8bee39117f0599109ee8cd13ac (patch)
treea9ef7f8d064ca0c6a5dfa9274ebb856c8157619c /community/sleuthkit/50_disable_ant_clean.patch
parent9d4e3d8d3cfa90f9f85600ef1671b8e19bf20ecd (diff)
downloadaports-187517d6a85e7a8bee39117f0599109ee8cd13ac.tar.bz2
aports-187517d6a85e7a8bee39117f0599109ee8cd13ac.tar.xz
community/sleuthkit: moved from testing, upgraded to 4.3.0, removed unused patch
Diffstat (limited to 'community/sleuthkit/50_disable_ant_clean.patch')
-rw-r--r--community/sleuthkit/50_disable_ant_clean.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/sleuthkit/50_disable_ant_clean.patch b/community/sleuthkit/50_disable_ant_clean.patch
new file mode 100644
index 0000000000..fadc2e391b
--- /dev/null
+++ b/community/sleuthkit/50_disable_ant_clean.patch
@@ -0,0 +1,15 @@
+Description: cancel the 'ant clean' command.
+Author: Joao Eriberto Mota Filho <eriberto@debian.org>
+Last-Update: 2014-03-11
+Index: sleuthkit-4.1.3/bindings/java/Makefile.am
+===================================================================
+--- sleuthkit-4.1.3.orig/bindings/java/Makefile.am 2014-01-27 01:27:02.000000000 -0200
++++ sleuthkit-4.1.3/bindings/java/Makefile.am 2014-03-11 20:30:56.588842013 -0300
+@@ -12,5 +12,5 @@
+
+ CLEANFILES = $(tsk_jar)
+
+-clean-local:
+- ant clean
++#clean-local:
++# ant clean