From owner-svn-ports-head@FreeBSD.ORG Sun Sep 9 15:01:15 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2732B106564A; Sun, 9 Sep 2012 15:01:15 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 12B768FC0A; Sun, 9 Sep 2012 15:01:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89F1E63095109; Sun, 9 Sep 2012 15:01:14 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89F1ELk095107; Sun, 9 Sep 2012 15:01:14 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209091501.q89F1ELk095107@svn.freebsd.org> From: Beat Gaetzi Date: Sun, 9 Sep 2012 15:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303969 - head/cad/brlcad X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 15:01:15 -0000 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