From owner-svn-ports-all@FreeBSD.ORG Wed Aug 6 13:50:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F797ECE for ; Wed, 6 Aug 2014 13:50:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 214782BBF for ; Wed, 6 Aug 2014 13:50:27 +0000 (UTC) Received: from antoine (uid 1152) (envelope-from antoine@FreeBSD.org) id 52b3 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 13:50:27 +0000 From: Antoine Brodin Date: Wed, 6 Aug 2014 13:50:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364171 - head/net/dante X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e232a3.52b3.4f99aa16@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 13:50:27 -0000 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