pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2004Q2]: pkgsrc Pullup ticket 76 to the pkgsrc-2004Q2 branch, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea1bda18bb45
branches: pkgsrc-2004Q2
changeset: 476746:ea1bda18bb45
user: agc <agc%pkgsrc.org@localhost>
date: Thu Jul 29 21:34:52 2004 +0000
description:
Pullup ticket 76 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
build fix for tcpdpriv
Module Name: pkgsrc
Committed By: grant
Date: Sat Jul 10 09:04:38 UTC 2004
Modified Files:
pkgsrc/net/tcpdpriv: Makefile
Log Message:
use buildlink3 because this blindly calls "gcc" with gcc specific
flags.
and
Module Name: pkgsrc
Committed By: grant
Date: Sat Jul 10 09:04:57 UTC 2004
Modified Files:
pkgsrc/net/tcpdpriv: Makefile
Log Message:
.include "../../bsd.pkg.mk" not .include <../../bsd.pkg.mk>
diffstat:
doc/CHANGES-pkgsrc-2004Q2 | 4 +++-
net/tcpdpriv/Makefile | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r dfbb960114e6 -r ea1bda18bb45 doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Thu Jul 29 21:31:00 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Thu Jul 29 21:34:52 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.39 2004/07/29 21:31:00 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.40 2004/07/29 21:34:52 agc Exp $
Changes to the packages collection and infrastructure on the
pkgsrc-2004Q2 branch:
@@ -74,4 +74,6 @@
PLIST fix for fltk
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
diff -r dfbb960114e6 -r ea1bda18bb45 net/tcpdpriv/Makefile
--- a/net/tcpdpriv/Makefile Thu Jul 29 21:31:00 2004 +0000
+++ b/net/tcpdpriv/Makefile Thu Jul 29 21:34:52 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:34:52 agc Exp $
DISTNAME= tcpd-tools-0.8
PKGNAME= tcpdpriv-0.8
@@ -9,9 +9,10 @@
COMMENT= Anonymize tcpdump traces
WRKSRC= ${WRKDIR}/${DISTNAME}/wide-tcpdpriv
+USE_BULDLINK3= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpdpriv ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tcpdpriv.1 ${PREFIX}/man/man1
-.include <../../mk/bsd.pkg.mk>
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index