Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id C325963BD01 for ; Wed, 1 Oct 2008 08:43:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 73CE963B1A3; Wed, 1 Oct 2008 08:43:10 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 9787463B12D for ; Wed, 1 Oct 2008 08:43:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 803AC175D0; Wed, 1 Oct 2008 08:43:09 +0000 (UTC) From: Alan Barrett Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: apb@netbsd.org Message-Id: <20081001084309.803AC175D0@cvs.netbsd.org> Date: Wed, 1 Oct 2008 08:43:09 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: apb Date: Wed Oct 1 08:43:09 UTC 2008 Modified Files: pkgsrc/security/dsniff: Makefile distinfo pkgsrc/security/dsniff-nox11: Makefile pkgsrc/security/dsniff/patches: patch-ac Added Files: pkgsrc/security/dsniff/patches: patch-ae Log Message: Make dsniff and dsniff-nox11 build on NetBSD-current: * In dsniff-nox11/Makefile, add a post-configure target to move missing/sys/queue.h out of the way if the configure script found a real sys/queue.h. * Add patches to #include in some files where I noticed warnings. Bump PKGREVISION for both dsniff and dsniff-nox11. To generate a diff of this commit: cvs rdiff -r1.29 -r1.30 pkgsrc/security/dsniff/Makefile cvs rdiff -r1.7 -r1.8 pkgsrc/security/dsniff/distinfo cvs rdiff -r1.4 -r1.5 pkgsrc/security/dsniff-nox11/Makefile cvs rdiff -r1.1 -r1.2 pkgsrc/security/dsniff/patches/patch-ac cvs rdiff -r0 -r1.1 pkgsrc/security/dsniff/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.