diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-12-26 23:39:30 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-12-26 23:39:30 +0000 |
commit | d635736ba714f6cccd2e020af9520130b29a99a1 (patch) | |
tree | cd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /net/tcpreplay/Makefile | |
parent | 8d2bf2c1cda2e7f2804d18ff09da903afe95a2ed (diff) | |
download | pkgsrc-d635736ba714f6cccd2e020af9520130b29a99a1.tar.gz |
Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
Diffstat (limited to 'net/tcpreplay/Makefile')
-rw-r--r-- | net/tcpreplay/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index 22104bb84e5..2b2c1070de1 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:00 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/12/26 23:39:33 schmonz Exp $ DISTNAME= tcpreplay-2.3.3 CATEGORIES= net @@ -8,6 +8,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://tcpreplay.sourceforge.net/ COMMENT= Replay saved tcpdump or snoop files +PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" +PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" + BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6 GNU_CONFIGURE= yes |