aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloc/disable-test-perl.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-02-10 18:13:54 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-02-11 14:55:58 +0100
commit7fbf069a416132381a377191b916acb5da720a92 (patch)
treeb03774fe0b302a43b479b7c0e33911e8b9ab3a19 /community/cloc/disable-test-perl.patch
parent984ecb3421fb2877c357c3dd8590b872707dbb8c (diff)
downloadaports-7fbf069a416132381a377191b916acb5da720a92.tar.bz2
aports-7fbf069a416132381a377191b916acb5da720a92.tar.xz
community/cloc: upgrade to 1.76
Diffstat (limited to 'community/cloc/disable-test-perl.patch')
-rw-r--r--community/cloc/disable-test-perl.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/cloc/disable-test-perl.patch b/community/cloc/disable-test-perl.patch
new file mode 100644
index 0000000000..cf0873f475
--- /dev/null
+++ b/community/cloc/disable-test-perl.patch
@@ -0,0 +1,16 @@
+test-perl requires perl-parallel-forkmanager which is currently still in
+testing, we therefore remove the test-perl prerequisites of the
+install-bin target for now.
+
+diff -upr cloc-1.76.orig/Unix/Makefile cloc-1.76/Unix/Makefile
+--- cloc-1.76.orig/Unix/Makefile 2018-02-10 18:09:16.849581838 +0100
++++ cloc-1.76/Unix/Makefile 2018-02-10 18:09:24.872917920 +0100
+@@ -105,7 +105,7 @@ install-man: test-pod man
+ $(INSTALL_BIN) -d $(MANDIR1)
+ $(INSTALL_DATA) $(INSTALL_OBJS_MAN) $(MANDIR1)
+
+-install-bin: test-perl
++install-bin:
+ # install-bin - Install programs
+ $(INSTALL_BIN) -d $(BINDIR)
+ for f in $(INSTALL_OBJS_BIN); \