diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-20 11:52:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-20 11:52:03 +0000 |
commit | 6bf569405440272aff81cf898684e189427ee885 (patch) | |
tree | f589d18cbfd59ef8fdc0725b4010bd84176ad42c | |
parent | 79941c1eb7cb6fa5d358b5ad407be05728e91d78 (diff) | |
download | ports-6bf569405440272aff81cf898684e189427ee885.tar.gz ports-6bf569405440272aff81cf898684e189427ee885.zip |
net/dante: mark BROKEN
checking read/send-side pipe system... =>> Killing runaway build after 7200 seconds with no output
Reported by: pkg-fallout
-rw-r--r-- | net/dante/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 21f2dbd8db4b..e61a676baf11 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -11,6 +11,8 @@ WWW= https://www.inet.no/dante/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to configure + LIB_DEPENDS= libminiupnpc.so:net/miniupnpc \ libsasl2.so:security/cyrus-sasl2 |