From 76ab0c7f0fe7feef5ec32821c3c32c5c0dbdaa29 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Sat, 13 Feb 2016 11:35:31 +0000 Subject: [PATCH] Fix the build by removing needless check for a git client. Bump PORTREVISION. --- devel/libbrotli/Makefile | 1 + devel/libbrotli/files/patch-autogen.sh | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/devel/libbrotli/Makefile b/devel/libbrotli/Makefile index 9d7067a281b2..9e8c0b2637a5 100644 --- a/devel/libbrotli/Makefile +++ b/devel/libbrotli/Makefile @@ -3,6 +3,7 @@ PORTNAME= libbrotli PORTVERSION= ${BROTLI_VERSION} +PORTREVISION= 1 CATEGORIES= devel archivers MAINTAINER= osa@FreeBSD.org diff --git a/devel/libbrotli/files/patch-autogen.sh b/devel/libbrotli/files/patch-autogen.sh index ad965f74a26b..fec75062d5a0 100644 --- a/devel/libbrotli/files/patch-autogen.sh +++ b/devel/libbrotli/files/patch-autogen.sh @@ -1,9 +1,15 @@ --- 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