diff options
author | pav <pav@FreeBSD.org> | 2011-05-02 07:02:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-05-02 07:02:42 +0800 |
commit | fdf5e260e78cde9881df79393111c9113c127671 (patch) | |
tree | 65a40ecf1893f8d80720625debc7c3530d181646 /net-mgmt | |
parent | 948537704d266d4d2f48310b808386ef88f114ed (diff) | |
download | freebsd-ports-gnome-fdf5e260e78cde9881df79393111c9113c127671.tar.gz freebsd-ports-gnome-fdf5e260e78cde9881df79393111c9113c127671.tar.zst freebsd-ports-gnome-fdf5e260e78cde9881df79393111c9113c127671.zip |
- Mark BROKEN on 9-CURRENT:
cc1: warnings being treated as errors
ripng.c:105: warning: large integer implicitly truncated to unsigned type
Reported by: pointyhat
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/sendip/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile index d0dc40282bc5..e516e97337ce 100644 --- a/net-mgmt/sendip/Makefile +++ b/net-mgmt/sendip/Makefile @@ -20,4 +20,10 @@ USE_LDCONFIG= yes MAN1= sendip.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not compile on FreeBSD 9.X +.endif + +.include <bsd.port.post.mk> |