Index: head/www/pecl-solr/Makefile =================================================================== --- head/www/pecl-solr/Makefile (revision 545511) +++ head/www/pecl-solr/Makefile (revision 545512) @@ -1,21 +1,24 @@ # Created by: Hung-Yi Chen # $FreeBSD$ PORTNAME= solr PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= gaod@hychen.org COMMENT= PHP extension for Apache Solr LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl \ libxml2.so:textproc/libxml2 USES= php:pecl USE_PHP= json:build -IGNORE_WITH_PHP= 74 + +CONFIGURE_ARGS= LIBXML_CFLAGS=-I${LOCALBASE}/include/libxml2 \ + LIBXML_LIBS=-L${LOCALBASE}/include/libxml2 .include Index: head/www/pecl-solr/files/patch-src_php7_solr__types.h =================================================================== --- head/www/pecl-solr/files/patch-src_php7_solr__types.h (nonexistent) +++ head/www/pecl-solr/files/patch-src_php7_solr__types.h (revision 545512) @@ -0,0 +1,11 @@ +--- src/php7/solr_types.h.orig 2016-03-30 13:42:31 UTC ++++ src/php7/solr_types.h +@@ -53,6 +53,7 @@ + #include + + typedef unsigned char solr_bool; ++typedef unsigned long ulong; /* Short for unsigned long */ + + #include "solr_string.h" + + Property changes on: head/www/pecl-solr/files/patch-src_php7_solr__types.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property