svn commit: r303969 - head/cad/brlcad

Beat Gaetzi beat at FreeBSD.org
Sun Sep 9 15:01:15 UTC 2012


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



More information about the svn-ports-all mailing list