From 7fbf069a416132381a377191b916acb5da720a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sat, 10 Feb 2018 18:13:54 +0100 Subject: community/cloc: upgrade to 1.76 --- community/cloc/disable-test-perl.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/cloc/disable-test-perl.patch (limited to 'community/cloc/disable-test-perl.patch') 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); \ -- cgit v1.2.3