pkgsrc/net/wmnet/Makefile
wiz d6affa77ea It seems struct ifnet grew, and the buffer used to kvm_read into wasn't
big enough, resulting into overwriting of stack variables making wmnet
core dump because of segfault. Increase buffer size to avoid that.
Bump to 1.06nb2.
2001-06-30 09:55:57 +00:00

14 lines
346 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/06/30 09:55:57 wiz Exp $
DISTNAME= wmnet-1.06
PKGNAME= ${DISTNAME}nb2
CATEGORIES= net x11
MASTER_SITES= http://www.digitalkaos.net/linux/wmnet/download/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.digitalkaos.net/linux/wmnet/
COMMENT= dockable network monitor
USE_IMAKE= YES
.include "../../mk/bsd.pkg.mk"