From owner-svn-ports-head@freebsd.org Fri Nov 27 19:20:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA38CA3A432; Fri, 27 Nov 2015 19:20:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 879981804; Fri, 27 Nov 2015 19:20:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tARJKCVj036562; Fri, 27 Nov 2015 19:20:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tARJKClw036561; Fri, 27 Nov 2015 19:20:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511271920.tARJKClw036561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 27 Nov 2015 19:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402490 - head/textproc/p5-Groonga-API X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 27 Nov 2015 19:20:13 -0000 Author: antoine Date: Fri Nov 27 19:20:12 2015 New Revision: 402490 URL: https://svnweb.freebsd.org/changeset/ports/402490 Log: Mark BROKEN: fails to build API.c: In function 'boot_Groonga__API': API.c:20843: error: expected expression before ';' token Reported by: pkg-fallout Modified: head/textproc/p5-Groonga-API/Makefile Modified: head/textproc/p5-Groonga-API/Makefile ============================================================================== --- head/textproc/p5-Groonga-API/Makefile Fri Nov 27 19:17:39 2015 (r402489) +++ head/textproc/p5-Groonga-API/Makefile Fri Nov 27 19:20:12 2015 (r402490) @@ -11,6 +11,8 @@ COMMENT= Perl extension for raw interfac LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BROKEN= fails to build + USE_GITHUB= yes GH_ACCOUNT= charsbar GH_PROJECT= ${PORTNAME:tl}