chiark / gitweb /
git: Update to 2.5.3
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 20 Sep 2015 17:37:14 +0000 (13:37 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 20 Sep 2015 17:37:14 +0000 (13:37 -0400)
packages/git/build.sh
packages/git/makefile.patch

index ebc72062f8e355829e6eafc74232273040f322b1..8a0faf882474de929b15a07515f8ac17b03af816 100755 (executable)
@@ -1,7 +1,7 @@
 TERMUX_PKG_HOMEPAGE=http://git-scm.com/
 TERMUX_PKG_DESCRIPTION="Distributed version control system designed to handle everything from small to very large projects with speed and efficiency"
 TERMUX_PKG_DEPENDS="openssl, libcurl"
-TERMUX_PKG_VERSION=2.5.1
+TERMUX_PKG_VERSION=2.5.3
 TERMUX_PKG_SRCURL=https://www.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz
 ## This requires a /system/bin/sh on the host building:
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-tcltk --with-curl --with-shell=/system/bin/sh ac_cv_header_libintl_h=no ac_cv_fread_reads_directories=yes ac_cv_snprintf_returns_bogus=yes"
index d8e91dba03974e81e56be1450ec5f33ef1de0c81..4f601ac1f755b24907da157d64231f9cdf83a548 100644 (file)
@@ -9,12 +9,3 @@ diff -u -r ../git-2.5.0/Makefile ./Makefile
  endif
  
  ifdef HAVE_CLOCK_MONOTONIC
-@@ -1699,7 +1698,7 @@
- common-cmds.h: generate-cmdlist.perl command-list.txt
- common-cmds.h: $(wildcard Documentation/git-*.txt)
--      $(QUIET_GEN)$(PERL_PATH) generate-cmdlist.perl command-list.txt > $@+ && mv $@+ $@
-+      $(QUIET_GEN)perl generate-cmdlist.perl command-list.txt > $@+ && mv $@+ $@
- SCRIPT_DEFINES = $(SHELL_PATH_SQ):$(DIFF_SQ):$(GIT_VERSION):\
-       $(localedir_SQ):$(NO_CURL):$(USE_GETTEXT_SCHEME):$(SANE_TOOL_PATH_SQ):\