svn commit: r317977 - head/cad/opencascade

Thierry Thomas thierry at FreeBSD.org
Sun May 12 21:06:27 UTC 2013


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	\


More information about the svn-ports-all mailing list