Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2014 13:50:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364171 - head/net/dante
Message-ID:  <53e232a3.52b3.4f99aa16@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e232a3.52b3.4f99aa16>