From owner-svn-ports-all@FreeBSD.ORG Sun May 12 21:06:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0A570674; Sun, 12 May 2013 21:06:27 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F0AD2F41; Sun, 12 May 2013 21:06:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4CL6QtA076476; Sun, 12 May 2013 21:06:26 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4CL6QG6076475; Sun, 12 May 2013 21:06:26 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201305122106.r4CL6QG6076475@svn.freebsd.org> From: Thierry Thomas Date: Sun, 12 May 2013 21:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317977 - head/cad/opencascade X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 12 May 2013 21:06:27 -0000 Author: thierry Date: Sun May 12 21:06:26 2013 New Revision: 317977 URL: http://svnweb.freebsd.org/changeset/ports/317977 Log: xlocale.h is required: mark BROKEN on FreeBSD-8.x until I have a fix. Reported by: stephen Modified: head/cad/opencascade/Makefile Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Sun May 12 20:37:50 2013 (r317976) +++ head/cad/opencascade/Makefile Sun May 12 21:06:26 2013 (r317977) @@ -50,6 +50,10 @@ PLIST_SUB= OCCROOT="${LOCCROOT}" .include +.if ${OSVERSION} < 900506 +BROKEN= does not build on FreeBSD-8.x (xlocale.h required) +.endif + .if ${PORT_OPTIONS:MTBB} LIB_DEPENDS+= tbb:${PORTSDIR}/devel/tbb CONFIGURE_ARGS+=--with-tbb-include=${LOCALBASE}/include \