1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Forbid on all versions of freebsd to handle the 8 or 9 jails on 10+ hosts case

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-08-06 13:50:26 +00:00
parent b71ca10fa6
commit 284aa3703f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364171

View File

@ -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