From owner-freebsd-ports@FreeBSD.ORG Thu Aug 7 20:31:54 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B33EA1E for ; Thu, 7 Aug 2014 20:31:54 +0000 (UTC) Received: from mail.boks.com (cirrus.boks.com [145.99.167.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5965122CF for ; Thu, 7 Aug 2014 20:31:52 +0000 (UTC) Received: from cirrus.boks.com (cirrus.lokaal [192.168.84.1]) by mail.boks.com (Postfix) with ESMTP id A0BA72E528 for ; Thu, 7 Aug 2014 21:06:08 +0200 (CEST) Received: from cumulonimbus.lokaal (localhost [127.0.0.1]) by cirrus.boks.com (tmda-ofmipd) with ESMTP; Thu, 07 Aug 2014 21:06:07 +0200 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: FreeBSD Port: doxygen-1.8.3.1_1,1 Date: Thu, 7 Aug 2014 21:06:07 +0200 Message-Id: <30FA93D8-FD3C-40AF-B518-02E62E487509@kiwanda.nl> To: cyberbotx@cyberbotx.com Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Ewout Boks Reply-To: Ewout Boks Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 20:31:54 -0000 Hi, I tried building doxygen on FreeBSD 10.0 today, but the build failed : clang++ -c -pipe -O2 -Wall -W -pthread -D_THREAD_SAFE = -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_XML_LIB = -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED = -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. = -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui = -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4 -I. -Imoc = -I/usr/local/include/qt4 -I/usr/local/include -o obj/config_lex.o = config_lex.cpp lex.config.c:1702:16: warning: function 'yyinput' is not needed and will = not be emitted [-Wunneeded-internal-declaration] static int yyinput (void) Perhaps the compiler switch '-Wunneeded-internal-declaration' should be = removed, or the source code should be modified. Best regards, Ewout Boks