diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-01-09 06:08:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-01-09 06:08:01 +0800 |
commit | 522ccb465e772db7b2d9ba7e94029eee6947cd6f (patch) | |
tree | a30b4c34afe489ba2298ec0ab230714300f9f2ec /net | |
parent | e20dad5ebaac15fe0fad5ae17969aaeb88541506 (diff) | |
download | freebsd-ports-gnome-522ccb465e772db7b2d9ba7e94029eee6947cd6f.tar.gz freebsd-ports-gnome-522ccb465e772db7b2d9ba7e94029eee6947cd6f.tar.zst freebsd-ports-gnome-522ccb465e772db7b2d9ba7e94029eee6947cd6f.zip |
Mark BROKEN. After the introduction of IPv6 support the port is not fully
functional, however a solution is in progress as I'm in contact with the
author.
Diffstat (limited to 'net')
-rw-r--r-- | net/httping/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index 7261c215d2ac..ea2cf1d1952a 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -23,6 +23,8 @@ PLIST_FILES= bin/httping .include <bsd.port.pre.mk> +BROKEN= does not function correctly, a solution is in progress + .if(${OSVERSION} >= 701101) EXTRA_PATCHES= ${FILESDIR}/extra-patch-str.c ${FILESDIR}/extra-patch-str.h .endif |