From owner-cvs-all@FreeBSD.ORG Fri Feb 10 20:13:26 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E23FC106566C; Fri, 10 Feb 2012 20:13:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CEF2D8FC15; Fri, 10 Feb 2012 20:13:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1AKDQcQ057084; Fri, 10 Feb 2012 20:13:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1AKDQAl057083; Fri, 10 Feb 2012 20:13:26 GMT (envelope-from pav) Message-Id: <201202102013.q1AKDQAl057083@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 10 Feb 2012 20:13:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/graphthing Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2012 20:13:27 -0000 pav 2012-02-10 20:13:26 UTC FreeBSD ports repository Modified files: math/graphthing Makefile Log: - Mark BROKEN: does not compile gt-bison.y -> gt-bison.tab.cc gt-bison.tab.cc -> gt-bison.tab.o gt-bison.y: In function 'int yy_gt_parse()': gt-bison.y:95: warning: deprecated conversion from string constant to 'char*' gt-bison.y:100: warning: deprecated conversion from string constant to 'char*' gt-bison.tab.cc:1596: error: invalid conversion from 'const char*' to 'char*' gt-bison.tab.cc:1596: error: initializing argument 1 of 'int yy_gt_error(char*)' gt-bison.tab.cc:1711: warning: deprecated conversion from string constant to 'char*' gmake[1]: *** [gt-bison.tab.o] Error 1 Reported by: pointyhat Revision Changes Path 1.40 +2 -0 ports/math/graphthing/Makefile