diff options
author | apb <apb@pkgsrc.org> | 2008-10-01 08:43:09 +0000 |
---|---|---|
committer | apb <apb@pkgsrc.org> | 2008-10-01 08:43:09 +0000 |
commit | b7622bc7980418f5913d73373f628cf8a0d87743 (patch) | |
tree | 4d71ec65f3d570fb395f79fdc632d0b063910d0b /security/dsniff/Makefile | |
parent | 9c0dbed445d44d3ec9cdcb85966af136583e6719 (diff) | |
download | pkgsrc-b7622bc7980418f5913d73373f628cf8a0d87743.tar.gz |
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 <string.h> in some files where I noticed warnings.
Bump PKGREVISION for both dsniff and dsniff-nox11.
Diffstat (limited to 'security/dsniff/Makefile')
-rw-r--r-- | security/dsniff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 3eb21712ecb..18935edefc6 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2007/01/30 20:47:58 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2008/10/01 08:43:09 apb Exp $ .include "Makefile.common" -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= Password sniffer (webspy) DEPENDS+= dsniff-nox11-[0-9]*:../../security/dsniff-nox11 |