Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bmf.git;a=commitdiff;h=4b622b321fa2778a679ab1dd2353d6da22c65bca

commit 4b622b321fa2778a679ab1dd2353d6da22c65bca
Author: VMiklos <[EMAIL PROTECTED]>
Date:   Thu Sep 20 17:16:09 2007 +0200

git-1.5.3.2.80.g077d6f-1-i686
- sync with current
- update to newer snapshot

diff --git a/source/devel-extra/git/FrugalBuild 
b/source/devel-extra/git/FrugalBuild
index 0c71e49..5aa306a 100644
--- a/source/devel-extra/git/FrugalBuild
+++ b/source/devel-extra/git/FrugalBuild
@@ -1,16 +1,16 @@
-# Compiling Time: 0.36 SBU
+# Compiling Time: 2.59 SBU
# Maintainer: VMiklos <[EMAIL PROTECTED]>

USE_DEVEL=${USE_DEVEL:-"y"}

pkgname=git
-pkgver=1.5.3.1
-Fuse $USE_DEVEL && pkgver=1.5.3.1.1.g1e61
+pkgver=1.5.3.2
+Fuse $USE_DEVEL && pkgver=1.5.3.2.80.g077d6f
pkgrel=1
pkgdesc="A fast, scalable, distributed revision control system."
url="http://www.kernel.org/pub/software/scm/git/";
depends=('curl>=7.16.0' 'openssl')
-makedepends=('asciidoc' 'docbook-xsl>=1.73.0-2' 'docbook-xml' 'sgml-common' 
'xmlto')
+makedepends=('asciidoc' 'docbook-xsl>=1.73.0-2' 'docbook-xml' 'sgml-common' 
'xmlto' 'cpio')
groups=('devel-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump '$url/?C=M;O=D'|grep 'git-[0-9.]*.tar.bz2$'|sed -n 
's/.*-\(.*\)\.t.*/\1/;1 p'"
@@ -45,11 +45,19 @@ build()
Fsed 'doc/' '' templates/hooks--post-receive
Fsed ' (on debian)' '' templates/hooks--post-receive

+       # don't install the source of the manpages
+       Fsed ' \*.txt' '' Documentation/install-webdoc.sh
+
+       # we don't need the html version of manpages
+       Fsed '^DOC_HTML=.*' 'DOC_HTML=' Documentation/Makefile
+
Fconf
-       make V=1 CLFAGS="$CFLAGS" ASCIIDOC8=YesPlease 
ETC_GITCONFIG=/etc/gitconfig all doc || return 1
+       make V=1 CLFAGS="$CFLAGS" ASCIIDOC8=YesPlease 
ETC_GITCONFIG=/etc/gitconfig all doc test || return 1
Fmakeinstall install-doc ETC_GITCONFIG=/etc/gitconfig mandir=/usr/share/man
Ffilerel perl/private-Error.pm /usr/lib/perl5/site_perl/current/Error.pm
-       make -C Documentation 
WEBDOC_DEST=$Fdestdir/usr/share/doc/$pkgname-$pkgver/html install-webdoc || 
return 1
+       make -C Documentation 
WEBDOC_DEST=$Fdestdir/usr/share/doc/$pkgname-$pkgver install-webdoc || return 1
+       # broken symlink
+       Frm /usr/share/doc/git-$pkgver/index.html
Fdocrel Documentation/SubmittingPatches
Fdocrel Documentation/technical

@@ -73,12 +81,10 @@ build()
Fsplit git-gui usr/bin/git-{gui,citool}
Fsplit git-gui usr/share/git-gui
Fsplit git-gui usr/share/man/man1/git-{gui,citool}.1
-       Fsplit git-gui 
usr/share/doc/git-$pkgver/html/git-{gui,citool}.{html,txt}

# gitk
Fsplit gitk usr/bin/gitk
Fsplit gitk usr/share/man/man1/gitk.1
-       Fsplit git-gui usr/share/doc/git-$pkgver/html/gitk.{html,txt}
}

# optimization OK
diff --git a/source/devel-extra/git/README.Frugalware 
b/source/devel-extra/git/README.Frugalware
index 1cc505f..54f8e10 100644
--- a/source/devel-extra/git/README.Frugalware
+++ b/source/devel-extra/git/README.Frugalware
@@ -3,6 +3,6 @@
If you want to set up a web interface for your git repositories, then:

* install the `gitweb` package
-* edit edit `/etc/gitweb.conf` so that `$projectroot` will point to the
+* edit `/etc/gitweb.conf` so that `$projectroot` will point to the
repository directory
* restart `apache` so that the `gitweb` configuration will be included.
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to