summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2004-07-26 16:33:41 +0000
committeragc <agc>2004-07-26 16:33:41 +0000
commit0a325be9e69a771a7419965578a42f3f42a2ba1a (patch)
treea6f45d7dd38d4b1a184ab2c9697746e0cc198c89
parentd39315f11d2b4e0d82b365d4e19c3e5db347530f (diff)
downloadpkgsrc-0a325be9e69a771a7419965578a42f3f42a2ba1a.tar.gz
Pullup ticket 72 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
Build fix for scanssh Module Name: pkgsrc Committed By: grant Date: Sun Jun 27 11:42:43 UTC 2004 Modified Files: pkgsrc/security/scanssh: Makefile Log Message: use buildlink3 and include libpcap/buildlink3.mk to remove the hidden dependency on libpcap. no PKGREVISION bump required as this would not build without libpcap, anyway.
-rw-r--r--doc/CHANGES-pkgsrc-2004Q24
-rw-r--r--security/scanssh/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2
index f209109334b..7d83175ed98 100644
--- a/doc/CHANGES-pkgsrc-2004Q2
+++ b/doc/CHANGES-pkgsrc-2004Q2
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.35 2004/07/26 16:30:37 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.36 2004/07/26 16:33:41 agc Exp $
Changes to the packages collection and infrastructure on the
pkgsrc-2004Q2 branch:
@@ -66,4 +66,6 @@ Pullup ticket 70, requested by Grant Beattie [agc 2004-07-26]
Build fix for gimp-print-cups
Pullup ticket 71, requested by Grant Beattie [agc 2004-07-26]
Solaris fix for libpcap
+Pullup ticket 72, requested by Grant Beattie [agc 2004-07-26]
+ Build fix for scanssh
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile
index abc2b7f1fcb..2eb15d201b4 100644
--- a/security/scanssh/Makefile
+++ b/security/scanssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:25:34 agc Exp $
+# $NetBSD: Makefile,v 1.11.4.1 2004/07/26 16:33:41 agc Exp $
DISTNAME= scanssh-1.6b
CATEGORIES= security
@@ -11,5 +11,7 @@ COMMENT= SSH remote version scanner
WRKSRC= ${WRKDIR}/scanssh
GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"