Index: head/databases/pgroonga/Makefile =================================================================== --- head/databases/pgroonga/Makefile (revision 501231) +++ head/databases/pgroonga/Makefile (revision 501232) @@ -1,29 +1,31 @@ # Created by: Muhammad Moinur Rahman # $FreeBSD$ PORTNAME= pgroonga PORTVERSION= 2.1.8 CATEGORIES= databases textproc MASTER_SITES= http://packages.groonga.org/source/pgroonga/ MAINTAINER= bofh@FreeBSD.org COMMENT= Open-source fulltext search engine for PostGRESQL 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 LLD_UNSAFE= yes SUB_FILES= pkg-message OPTIONS_DEFINE= MECAB MECAB_DESC= Use MeCab as a tokenizer MECAB_BUILD_DEPENDS= mecab-ipadics>=0.996:japanese/mecab-ipadic post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga_check.so .include