svn commit: r364171 - head/net/dante

Antoine Brodin antoine at FreeBSD.org
Wed Aug 6 13:50:27 UTC 2014


Author: antoine
Date: Wed Aug  6 13:50:26 2014
New Revision: 364171
URL: http://svnweb.freebsd.org/changeset/ports/364171
QAT: https://qat.redports.org/buildarchive/r364171/

Log:
  Forbid on all versions of freebsd to handle the 8 or 9 jails on 10+ hosts case
  
  With hat:	portmgr

Modified:
  head/net/dante/Makefile

Modified: head/net/dante/Makefile
==============================================================================
--- head/net/dante/Makefile	Wed Aug  6 12:44:56 2014	(r364170)
+++ head/net/dante/Makefile	Wed Aug  6 13:50:26 2014	(r364171)
@@ -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
 


More information about the svn-ports-head mailing list