Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2019 08:23:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501232 - head/databases/pgroonga
Message-ID:  <201905110823.x4B8NGJL084543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May 11 08:23:16 2019
New Revision: 501232
URL: https://svnweb.freebsd.org/changeset/ports/501232

Log:
  Mark BROKEN
  
  src/pgroonga.c:77:6: error: redefinition of 'PGrnGroongaInitialized' with a different type: 'bool' vs 'bool' (aka 'char')
  bool PGrnGroongaInitialized = false;
       ^
  src/pgroonga.h:94:13: note: previous declaration is here
  extern bool PGrnGroongaInitialized;
              ^
  src/pgroonga.c:7094:1: error: conflicting types for 'PGrnIndexIsPGroonga'
  PGrnIndexIsPGroonga(Relation index)
  ^
  src/pgroonga.h:97:6: note: previous declaration is here
  bool PGrnIndexIsPGroonga(Relation index);
       ^
  
  Reported by:	pkg-fallout

Modified:
  head/databases/pgroonga/Makefile

Modified: head/databases/pgroonga/Makefile
==============================================================================
--- head/databases/pgroonga/Makefile	Sat May 11 08:21:22 2019	(r501231)
+++ head/databases/pgroonga/Makefile	Sat May 11 08:23:16 2019	(r501232)
@@ -11,6 +11,8 @@ COMMENT=	Open-source fulltext search engine for PostGR
 
 LICENSE=	PostgreSQL
 
+BROKEN=		redefinition of 'PGrnGroongaInitialized' with a different type: 'bool' vs 'bool' (aka 'char')
+
 LIB_DEPENDS=	libgroonga.so:textproc/groonga
 
 USES=		gmake pgsql pkgconfig



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905110823.x4B8NGJL084543>