pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q2]: pkgsrc Pullup ticket 72 to the pkgsrc-2004Q2 branch, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e47cbb46c901
branches:  pkgsrc-2004Q2
changeset: 476742:e47cbb46c901
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Jul 26 16:33:41 2004 +0000

description:
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.

diffstat:

 doc/CHANGES-pkgsrc-2004Q2 |  4 +++-
 security/scanssh/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r a9f52eddad13 -r e47cbb46c901 doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Mon Jul 26 16:30:37 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Mon Jul 26 16:33:41 2004 +0000
@@ -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 @@
        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 -r a9f52eddad13 -r e47cbb46c901 security/scanssh/Makefile
--- a/security/scanssh/Makefile Mon Jul 26 16:30:37 2004 +0000
+++ b/security/scanssh/Makefile Mon Jul 26 16:33:41 2004 +0000
@@ -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 @@
 
 WRKSRC=                ${WRKDIR}/scanssh
 GNU_CONFIGURE= yes
+USE_BUILDLINK3=        yes
 
+.include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index