Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2013 21:06:26 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317977 - head/cad/opencascade
Message-ID:  <201305122106.r4CL6QG6076475@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
+.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	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305122106.r4CL6QG6076475>