Date: Sat, 13 Feb 2016 11:35:31 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408786 - in head/devel/libbrotli: . files Message-ID: <201602131135.u1DBZV8R090061@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Sat Feb 13 11:35:31 2016 New Revision: 408786 URL: https://svnweb.freebsd.org/changeset/ports/408786 Log: Fix the build by removing needless check for a git client. Bump PORTREVISION. Modified: head/devel/libbrotli/Makefile head/devel/libbrotli/files/patch-autogen.sh Modified: head/devel/libbrotli/Makefile ============================================================================== --- head/devel/libbrotli/Makefile Sat Feb 13 11:32:30 2016 (r408785) +++ head/devel/libbrotli/Makefile Sat Feb 13 11:35:31 2016 (r408786) @@ -3,6 +3,7 @@ PORTNAME= libbrotli PORTVERSION= ${BROTLI_VERSION} +PORTREVISION= 1 CATEGORIES= devel archivers MAINTAINER= osa@FreeBSD.org Modified: head/devel/libbrotli/files/patch-autogen.sh ============================================================================== --- head/devel/libbrotli/files/patch-autogen.sh Sat Feb 13 11:32:30 2016 (r408785) +++ head/devel/libbrotli/files/patch-autogen.sh Sat Feb 13 11:35:31 2016 (r408786) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602131135.u1DBZV8R090061>