From 6cfbc1ecd65d6794189f95069452ad81f3edd407 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 29 Jul 2004 21:40:45 +0000 Subject: Pullup ticket 77 to the pkgsrc-2004Q2 branch, requested by Grant Beattie build fix for tcpdstat Module Name: pkgsrc Committed By: grant Date: Sat Jul 10 09:07:22 UTC 2004 Modified Files: pkgsrc/net/tcpdstat: Makefile Log Message: use buildlink3 because this blindly calls "gcc" with gcc specific flags. --- doc/CHANGES-pkgsrc-2004Q2 | 4 +++- net/tcpdstat/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2 index 286f239d34f..d6e65b999bb 100644 --- a/doc/CHANGES-pkgsrc-2004Q2 +++ b/doc/CHANGES-pkgsrc-2004Q2 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.40 2004/07/29 21:34:52 agc Exp $ +$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.41 2004/07/29 21:40:45 agc Exp $ Changes to the packages collection and infrastructure on the pkgsrc-2004Q2 branch: @@ -76,4 +76,6 @@ Pullup ticket 75, requested by Grant Beattie [agc 2004-07-29] sites changes to bsd.sites.mk Pullup ticket 76, requested by Grant Beattie [agc 2004-07-29] build fix for tcpdpriv +Pullup ticket 77, requested by Grant Beattie [agc 2004-07-29] + build fix for tcpdstat diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile index 4da27cdbb1b..e3d5734b766 100644 --- a/net/tcpdstat/Makefile +++ b/net/tcpdstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:22:22 agc Exp $ +# $NetBSD: Makefile,v 1.6.4.1 2004/07/29 21:40:45 agc Exp $ DISTNAME= tcpd-tools-0.8 PKGNAME= tcpdstat-0.8 @@ -10,5 +10,6 @@ COMMENT= Analyze tcpdump output WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat MAKE_ENV= BINDIR=${PREFIX}/bin +USE_BUILDLINK3= yes -.include <../../mk/bsd.pkg.mk> +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3