pkgsrc/net/pload/patches/patch-ab
wiz c414df5d94 Update to 0.9.5, provided by Sergey Svishchev in private mail:
- Fixed stats not being cleared when disconnected
- Added user specified format for labels.
- Added user customizable label for the not connected condition.
- Removed global variables in stats gathering functions.

pkgsrc fix: don't cast 64-bit counters to unsigned long.
2007-12-09 23:41:11 +00:00

13 lines
341 B
Text

$NetBSD: patch-ab,v 1.2 2007/12/09 23:41:11 wiz Exp $
--- Imakefile.orig 2000-02-01 07:11:24.000000000 +0000
+++ Imakefile
@@ -15,7 +15,7 @@ DEFINES = -DVERSION="\"Pload version $(V
ComplexProgramTarget(pload)
-distclean: clean
+distclean:: clean
$(RM) Makefile osdefs.mk core \
pload-$(VER).tar.gz \
pload-$(VER)-1.i386.rpm \