Subject: CVS commit: pkgsrc/net/ettercap
To: None <pkgsrc-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: pkgsrc-changes
Date: 11/06/2002 21:13:30
Module Name:	pkgsrc
Committed By:	atatat
Date:		Wed Nov  6 19:13:30 UTC 2002

Modified Files:
	pkgsrc/net/ettercap: distinfo
Added Files:
	pkgsrc/net/ettercap/patches: patch-ab

Log Message:
It seems that when kqueue was merged to the trunk, sys/select.h
was altered to include sys/queue.h, which supplies a pile of macros
and defines _SYS_QUEUE_H_.  Prior to this change, ettercap was able
to pull in its own ec_queue.h file to define these macros (and the
missing ones below) and also define _SYS_QUEUE_H_.  The two macros
listed below are not in our definition of the macros, so we define
them manually later, if they're not defined by the include files.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/ettercap/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/net/ettercap/patches/patch-ab

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