![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 98f4276cdaca0211115436c6f1eda306e3d67b6e Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Thu Oct 26 20:57:42 2006 +0200 git: updated to 1.4.3.3 diff --git a/git/.md5sum b/git/.md5sum index bc96acf..d11cb34 100644 --- a/git/.md5sum +++ b/git/.md5sum @@ -1,2 +1,2 @@ -c13797079424790597d696972fffa7b4 git-1.4.3.2.tar.bz2 -b2eb13967b0e252d89fcf8c11411ef49 git-manpages-1.4.3.2.tar.bz2 +a40394f8072950ae45cf95746036803d git-1.4.3.3.tar.bz2 +95e28a5cc55113e01c02d9e39f8db981 git-manpages-1.4.3.3.tar.bz2 diff --git a/git/Pkgfile b/git/Pkgfile index c2ede40..fb3bb5e 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -5,13 +5,17 @@ # Nice to have: tk name=git -version=1.4.3.2 +version=1.4.3.3 release=1 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2) build() { cd $name-$version + # install Error.pm. this pretty much sucks, but i'm too lazy to + # investigate whether there's a better way. + sed -i -e '15,16d' -e '18d' perl/Makefile.PL + make CFLAGS="$CFLAGS" prefix=/usr DESTDIR=$PKG install cd $SRC