Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2012 15:01:14 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303969 - head/cad/brlcad
Message-ID:  <201209091501.q89F1ELk095107@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Sun Sep  9 15:01:14 2012
New Revision: 303969
URL: http://svn.freebsd.org/changeset/ports/303969

Log:
  - Mark BROKEN: does not compile
    In file included from /usr/local/include/tk8.5/tkInt.h:974,
      from /ports/cad/brlcad/work/brlcad-7.22.0/src/other/togl/src/togl.c:27:
      /usr/local/include/tk8.5/tkIntDecls.h:672:
        error: expected declaration specifiers or '...' before '(' token
      /usr/local/include/tk8.5/tkIntDecls.h:672:
        error: conflicting types for 'XClipBox'
      /usr/local/include/X11/Xutil.h:381:
        error: previous declaration of 'XClipBox' was here
  
  Reported by:	pointyhat

Modified:
  head/cad/brlcad/Makefile

Modified: head/cad/brlcad/Makefile
==============================================================================
--- head/cad/brlcad/Makefile	Sun Sep  9 15:00:21 2012	(r303968)
+++ head/cad/brlcad/Makefile	Sun Sep  9 15:01:14 2012	(r303969)
@@ -18,6 +18,8 @@ BUILD_DEPENDS=	${LOCALBASE}/include/tnt/
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
 		rle.1:${PORTSDIR}/graphics/urt
 
+BROKEN=		does not compile
+
 USE_BZIP2=	yes
 USE_GL=		gl glu
 USE_XORG=	x11 xt xi xproto xext inputproto



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