aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-06 21:50:26 +0800
committerantoine <antoine@FreeBSD.org>2014-08-06 21:50:26 +0800
commit4fb3661e49f9e94135b9c26512019ccf672772d8 (patch)
treea83fc8c7c4e51622e02a82aa3c3af016ac3bb692
parenta82a399e57a5d441eed613a0eb1bc4a8d8eb6727 (diff)
downloadfreebsd-ports-gnome-4fb3661e49f9e94135b9c26512019ccf672772d8.tar.gz
freebsd-ports-gnome-4fb3661e49f9e94135b9c26512019ccf672772d8.tar.zst
freebsd-ports-gnome-4fb3661e49f9e94135b9c26512019ccf672772d8.zip
Forbid on all versions of freebsd to handle the 8 or 9 jails on 10+ hosts case
With hat: portmgr
-rw-r--r--net/dante/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile
index 14c663b6d25f..003fb174556c 100644
--- a/net/dante/Makefile
+++ b/net/dante/Makefile
@@ -36,7 +36,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
CONFIGURE_ARGS+= --with-libc=libc.so.7
.endif
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
+.if ${OPSYS} == FreeBSD
FORBIDDEN= Building on 10+ triggers a nasty bug with unix domain sockets
.endif