svn commit: r501232 - head/databases/pgroonga

Antoine Brodin antoine at FreeBSD.org
Sat May 11 08:23:17 UTC 2019


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


More information about the svn-ports-all mailing list