Subject: CVS commit: pkgsrc/net/netbsd-tap
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 03/24/2005 22:39:07
Module Name:	pkgsrc
Committed By:	cube
Date:		Thu Mar 24 22:39:07 UTC 2005

Modified Files:
	pkgsrc/net/netbsd-tap: Makefile
	pkgsrc/net/netbsd-tap/files: if_tap.c

Log Message:
Pick up revision 1.3 and 1.7 from src:
 o s/PF_LINK/AF_LINK/ because that way it makes sense.
 o Set bit 0x2 of the first byte of the generated MAC address, to indicate
   it is a locally administered address.  Pointed out by Ignatios
   Souvatzis.

While I'm here, add a blob to explain how to properly setup pkgsrc to have
it build NetBSD LKMs, as several people complained about the lack of
documentation of things such as NETBSDSRCDIR and PKGMAKECONF.

Bump version.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/net/netbsd-tap/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/net/netbsd-tap/files/if_tap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.