aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloc/disable-git-tests.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-10-06 14:10:10 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-10-06 18:20:34 +0200
commit5ce3bb52faf9485504586c4a946fbebb2828f3a5 (patch)
tree5cb7f2c7e84dc81f9c1531a99aae7e59496da3bc /community/cloc/disable-git-tests.patch
parent027895d15121429f152c4754d63f04d3c574851f (diff)
downloadaports-5ce3bb52faf9485504586c4a946fbebb2828f3a5.tar.bz2
aports-5ce3bb52faf9485504586c4a946fbebb2828f3a5.tar.xz
community/cloc: upgrade to 1.80
Diffstat (limited to 'community/cloc/disable-git-tests.patch')
-rw-r--r--community/cloc/disable-git-tests.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/cloc/disable-git-tests.patch b/community/cloc/disable-git-tests.patch
new file mode 100644
index 0000000000..b41f12a384
--- /dev/null
+++ b/community/cloc/disable-git-tests.patch
@@ -0,0 +1,15 @@
+Disable all git-related tests. Those probably fail because the source
+tarball doesn't ship the `.git` directory. Needs further investigation.
+
+diff -upr cloc-1.80.orig/Unix/Makefile cloc-1.80/Unix/Makefile
+--- cloc-1.80.orig/Unix/Makefile 2018-10-06 18:14:59.066930304 +0200
++++ cloc-1.80/Unix/Makefile 2018-10-06 18:15:06.760329821 +0200
+@@ -95,8 +95,6 @@ test-pod:
+ # Rule: test-code - Check that the counter works
+ test-code:
+ t/00_C.t
+- t/02_git.t
+- t/01_opts.t
+
+ # Rule: test - Run tests
+ test: test-perl test-pod test-code