Index: head/devel/libbrotli/Makefile =================================================================== --- head/devel/libbrotli/Makefile (revision 408785) +++ head/devel/libbrotli/Makefile (revision 408786) @@ -1,31 +1,32 @@ # Created by: Sergey A. Osokin # $FreeBSD$ PORTNAME= libbrotli PORTVERSION= ${BROTLI_VERSION} +PORTREVISION= 1 CATEGORIES= devel archivers MAINTAINER= osa@FreeBSD.org COMMENT= Library for generic-purpose lossless compression algorithm LICENSE= MIT LIBBROTLI_VERSION= 53d53e8 BROTLI_VERSION= 0.3.0 USE_GITHUB= yes GH_ACCOUNT= bagder google:brotli GH_PROJECT= brotli:brotli GH_TAGNAME= ${LIBBROTLI_VERSION} v${BROTLI_VERSION}:brotli #USES= pkgconfig autoreconf libtool compiler:c++0x gmake USES= pkgconfig autoreconf libtool compiler:c++0x GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes pre-configure: ${RMDIR} ${WRKSRC}/brotli && ${MV} ${WRKDIR}/brotli-${BROTLI_VERSION} ${WRKSRC}/brotli cd ${WRKSRC} && ./autogen.sh .include Index: head/devel/libbrotli/files/patch-autogen.sh =================================================================== --- head/devel/libbrotli/files/patch-autogen.sh (revision 408785) +++ head/devel/libbrotli/files/patch-autogen.sh (revision 408786) @@ -1,11 +1,17 @@ --- autogen.sh.orig 2016-01-20 21:31:42 UTC +++ autogen.sh -@@ -12,8 +12,6 @@ if test $? -ne 0; then +@@ -6,14 +6,6 @@ if test $? -ne 0; then exit 1 fi +-GIT=`which git 2>/dev/null` +-if test $? -ne 0; then +- echo "No 'git' found. You must install the git package." +- exit 1 +-fi +- -$GIT submodule init -$GIT submodule update # create m4 before autoreconf mkdir m4 2>/dev/null