pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/171575ae83da
branches:  pkgsrc-2004Q2
changeset: 476747:171575ae83da
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Jul 29 21:40:45 2004 +0000

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

diffstat:

 doc/CHANGES-pkgsrc-2004Q2 |  4 +++-
 net/tcpdstat/Makefile     |  5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r ea1bda18bb45 -r 171575ae83da doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Thu Jul 29 21:34:52 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Thu Jul 29 21:40:45 2004 +0000
@@ -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 @@
        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 -r ea1bda18bb45 -r 171575ae83da net/tcpdstat/Makefile
--- a/net/tcpdstat/Makefile     Thu Jul 29 21:34:52 2004 +0000
+++ b/net/tcpdstat/Makefile     Thu Jul 29 21:40:45 2004 +0000
@@ -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 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/tcpdstat
 MAKE_ENV=      BINDIR=${PREFIX}/bin
+USE_BUILDLINK3=        yes
 
-.include <../../mk/bsd.pkg.mk>
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index