pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/scanssh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 10 12:01:25 UTC 2024

Modified Files:
        pkgsrc/security/scanssh: Makefile

Log Message:
scanssh: remove unexplained USE_BUILTIN.libevent=NO from 2004

which nowadays just breaks the build


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/scanssh/Makefile

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

Modified files:

Index: pkgsrc/security/scanssh/Makefile
diff -u pkgsrc/security/scanssh/Makefile:1.40 pkgsrc/security/scanssh/Makefile:1.41
--- pkgsrc/security/scanssh/Makefile:1.40       Tue Oct 24 22:10:59 2023
+++ pkgsrc/security/scanssh/Makefile    Tue Dec 10 12:01:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2023/10/24 22:10:59 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2024/12/10 12:01:25 wiz Exp $
 
 DISTNAME=      scanssh-2.1
 PKGREVISION=   17
@@ -11,7 +11,6 @@ COMMENT=      SSH remote version scanner
 LICENSE=       original-bsd
 
 GNU_CONFIGURE=         YES
-USE_BUILTIN.libevent=  NO
 
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"



Home | Main Index | Thread Index | Old Index