From aef80dbb9d18e46e18c6f3a0559f9a8258007444 Mon Sep 17 00:00:00 2001 From: Marcin Jurkowski Date: Tue, 25 Jul 2017 20:46:35 +0200 Subject: httping: import from oldpackages and upgrade to version 2.5 Package version upgraded to 2.5 with patches: - Fixed compiler warnings - Fixed miscalculated response time - Reduced binary size by stripping unused code Signed-off-by: Marcin Jurkowski --- net/httping/patches/001-no_strip.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/httping/patches/001-no_strip.patch (limited to 'net/httping/patches/001-no_strip.patch') diff --git a/net/httping/patches/001-no_strip.patch b/net/httping/patches/001-no_strip.patch new file mode 100644 index 000000000..3dd5e3530 --- /dev/null +++ b/net/httping/patches/001-no_strip.patch @@ -0,0 +1,12 @@ +--- a/Makefile ++++ b/Makefile +@@ -115,9 +115,6 @@ install: $(TARGET) $(TRANSLATIONS) + $(INSTALLMAN) $(MAN_RU) $(DESTDIR)/$(MANDIR)/ru/man1 + $(INSTALLDIR) $(DESTDIR)/$(DOCDIR) + $(INSTALLDOC) $(DOCS) $(DESTDIR)/$(DOCDIR) +-ifneq ($(DEBUG),yes) +- $(STRIP) $(DESTDIR)/$(BINDIR)/$(TARGET) +-endif + mkdir -p $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES + cp nl.mo $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES/httping.mo + mkdir -p $(DESTDIR)/$(PREFIX)/share/locale/ru/LC_MESSAGES -- cgit v1.2.3