diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2016-02-13 11:35:31 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2016-02-13 11:35:31 +0000 |
commit | 76ab0c7f0fe7feef5ec32821c3c32c5c0dbdaa29 (patch) | |
tree | acf2ace79f8ea2cb607c53a0430855ccf955e74c /devel/libbrotli | |
parent | 2fe7cd75ee860e996dc635e100a3e864668f05a8 (diff) |
Notes
Diffstat (limited to 'devel/libbrotli')
-rw-r--r-- | devel/libbrotli/Makefile | 1 | ||||
-rw-r--r-- | devel/libbrotli/files/patch-autogen.sh | 8 |
2 files changed, 8 insertions, 1 deletions
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 |