pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/scanssh - Dont use the built-in libevent as i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9e61036552d
branches:  trunk
changeset: 480355:d9e61036552d
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Sep 07 08:13:30 2004 +0000

description:
- Dont use the built-in libevent as it's too old. Fixes build on 2.0.

diffstat:

 security/scanssh/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r a8697cf35abc -r d9e61036552d security/scanssh/Makefile
--- a/security/scanssh/Makefile Tue Sep 07 08:05:50 2004 +0000
+++ b/security/scanssh/Makefile Tue Sep 07 08:13:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/08/17 19:43:22 adrianp Exp $
+# $NetBSD: Makefile,v 1.14 2004/09/07 08:13:30 adrianp Exp $
 
 DISTNAME=      scanssh-2.0
 CATEGORIES=    security
@@ -9,8 +9,9 @@
 HOMEPAGE=      http://monkey.org/~provos/scanssh/
 COMMENT=       SSH remote version scanner
 
-GNU_CONFIGURE= yes
-USE_BUILDLINK3=        yes
+GNU_CONFIGURE=         YES
+USE_BUILDLINK3=                YES
+USE_BUILTIN.libevent=  NO
 
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"



Home | Main Index | Thread Index | Old Index