From 23b573da2a8843793746b954dc902e1df182aa09 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 28 Dec 2009 12:57:53 +0100 Subject: [PATCH] git: updated to 1.6.6 and fixed arch issues --- git/.footprint | 6 +++++- git/.md5sum | 4 ++-- git/Pkgfile | 5 +++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/git/.footprint b/git/.footprint index 879c956..e9f80c9 100644 --- a/git/.footprint +++ b/git/.footprint @@ -50,7 +50,6 @@ drwxr-xr-x root/root usr/lib/git-core/ -rwxr-xr-x root/root usr/lib/git-core/git-fast-export -rwxr-xr-x root/root usr/lib/git-core/git-fast-import -rwxr-xr-x root/root usr/lib/git-core/git-fetch --rwxr-xr-x root/root usr/lib/git-core/git-fetch--tool -rwxr-xr-x root/root usr/lib/git-core/git-fetch-pack -rwxr-xr-x root/root usr/lib/git-core/git-filter-branch -rwxr-xr-x root/root usr/lib/git-core/git-fmt-merge-msg @@ -65,6 +64,7 @@ drwxr-xr-x root/root usr/lib/git-core/ -rwxr-xr-x root/root usr/lib/git-core/git-gui--askpass -rwxr-xr-x root/root usr/lib/git-core/git-hash-object -rwxr-xr-x root/root usr/lib/git-core/git-help +-rwxr-xr-x root/root usr/lib/git-core/git-http-backend -rwxr-xr-x root/root usr/lib/git-core/git-http-fetch -rwxr-xr-x root/root usr/lib/git-core/git-http-push -rwxr-xr-x root/root usr/lib/git-core/git-imap-send @@ -96,6 +96,7 @@ drwxr-xr-x root/root usr/lib/git-core/ -rwxr-xr-x root/root usr/lib/git-core/git-mktree -rwxr-xr-x root/root usr/lib/git-core/git-mv -rwxr-xr-x root/root usr/lib/git-core/git-name-rev +-rwxr-xr-x root/root usr/lib/git-core/git-notes -rwxr-xr-x root/root usr/lib/git-core/git-pack-objects -rwxr-xr-x root/root usr/lib/git-core/git-pack-redundant -rwxr-xr-x root/root usr/lib/git-core/git-pack-refs @@ -218,6 +219,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-gui.1.gz -rw-r--r-- root/root usr/man/man1/git-hash-object.1.gz -rw-r--r-- root/root usr/man/man1/git-help.1.gz +-rw-r--r-- root/root usr/man/man1/git-http-backend.1.gz -rw-r--r-- root/root usr/man/man1/git-http-fetch.1.gz -rw-r--r-- root/root usr/man/man1/git-http-push.1.gz -rw-r--r-- root/root usr/man/man1/git-imap-send.1.gz @@ -244,6 +246,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-mktree.1.gz -rw-r--r-- root/root usr/man/man1/git-mv.1.gz -rw-r--r-- root/root usr/man/man1/git-name-rev.1.gz +-rw-r--r-- root/root usr/man/man1/git-notes.1.gz -rw-r--r-- root/root usr/man/man1/git-pack-objects.1.gz -rw-r--r-- root/root usr/man/man1/git-pack-redundant.1.gz -rw-r--r-- root/root usr/man/man1/git-pack-refs.1.gz @@ -370,6 +373,7 @@ drwxr-xr-x root/root usr/share/git-gui/lib/ -rw-r--r-- root/root usr/share/git-gui/lib/mergetool.tcl drwxr-xr-x root/root usr/share/git-gui/lib/msgs/ -rw-r--r-- root/root usr/share/git-gui/lib/msgs/de.msg +-rw-r--r-- root/root usr/share/git-gui/lib/msgs/el.msg -rw-r--r-- root/root usr/share/git-gui/lib/msgs/fr.msg -rw-r--r-- root/root usr/share/git-gui/lib/msgs/hu.msg -rw-r--r-- root/root usr/share/git-gui/lib/msgs/it.msg diff --git a/git/.md5sum b/git/.md5sum index 5bd5f9f..828d233 100644 --- a/git/.md5sum +++ b/git/.md5sum @@ -1,2 +1,2 @@ -fd575f22e67adbea1d17e5bc66a80f8d git-1.6.5.5.tar.bz2 -223c2d831927c0b11830feadb56df77d git-manpages-1.6.5.5.tar.bz2 +25e4bcdc528b3ffadc6e59908a513881 git-1.6.6.tar.bz2 +2f31c767576fa693b5b45244a022fdd3 git-manpages-1.6.6.tar.bz2 diff --git a/git/Pkgfile b/git/Pkgfile index 9138609..a94389c 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -6,7 +6,7 @@ # Nice to have: tk name=git -version=1.6.5.5 +version=1.6.6 release=1 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2) @@ -17,7 +17,8 @@ build() { # investigate whether there's a better way. sed -i -e '23,24d' -e '26d' perl/Makefile.PL - make CFLAGS="$CFLAGS" prefix=/usr gitexecdir=/usr/lib/git-core \ + make CC="$CC" CFLAGS="$CFLAGS -I$CLFS/usr/include" \ + prefix=/usr gitexecdir=/usr/lib/git-core \ DESTDIR=$PKG install cd $SRC -- 2.26.2