diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-26 12:16:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-26 12:16:23 +0000 |
commit | 3f10d7d21e72fd9627e0c990641735ba4898e24f (patch) | |
tree | b11edf5e571187a7f47a1feb1c4132f0fd070415 /net/tcpview | |
parent | a37447812bc2f210f7996db509d6f756b7072d93 (diff) | |
download | ports-3f10d7d21e72fd9627e0c990641735ba4898e24f.tar.gz ports-3f10d7d21e72fd9627e0c990641735ba4898e24f.zip |
- Mark BROKEN on amd64/8
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=238378
Diffstat (limited to 'net/tcpview')
-rw-r--r-- | net/tcpview/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile index d662abfe72d5..34438b6a31e8 100644 --- a/net/tcpview/Makefile +++ b/net/tcpview/Makefile @@ -21,6 +21,11 @@ USE_MOTIF= yes MAN1= tcpview.1 .include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800100 +BROKEN= does not compile +.endif + post-patch: .for f in nametoaddr.c addrtoname.c print-nfs.c detail-tcp.c tv_addrtoname.c @${REINPLACE_CMD} -e 's/NTOHL/ntohl/ ; s/NTOHS/ntohs/' ${WRKSRC}/${f} |