Page 1 of 1

Git

Posted: 09 Jan 2018, 06:52
by rych
I'd like to request for an up-to-date, stand-alone git module to exist outside 05-devel.xzm (it's a rather old version there too, 2.9). I've seen the git-core-2.15.1-1.2.x86_64.rpm and built an xzm module from it but of course is misses a lot of dependencies. USM does list git-2.14.1 but on a broken database, so it's useless. Besides, why would one want to use previous versions.

Alternatively, I'd be happy to find an updated 05-devel.xzm. Although, I actually use git for document back-up only, so I won't use the other development tools per se.

Git

Posted: 09 Jan 2018, 10:44
by wread
Your gift from Melchor, Gaspar and Baltazar...
...because you were a good guy in 2017!

Enjoy!

Git

Posted: 10 Jan 2018, 05:52
by rych
bravo! and so fast! You must be doing something smarter rather than chasing down dependencies one by one on pkgs.org?

Git

Posted: 31 Jul 2018, 11:10
by mhens
Nice. Thanks.

Git

Posted: 09 Feb 2021, 00:30
by masquer
Thanks too. that module works perfect in porteus 5.0rc2, but i would like a more recent version of git if is posible or explain how can i do it. thanks.

Git

Posted: 12 Feb 2021, 18:53
by Shadow0815
masquer wrote:
09 Feb 2021, 00:30
Thanks too. that module works perfect in porteus 5.0rc2, but i would like a more recent version of git if is posible or explain how can i do it. thanks.
git-v2.29.2.xzm

md5sum
6ec1b64a367b2dd47036e606b1962e02 git-v2.29.2.xzm
Compiled with Porteus 4.0 xfce


Building Git:

Code: Select all

# execute as root:

git clone https://github.com/git/git.git
cd git
# GIT_VERSION to check out, show a list with:
# git ls-remote --tags origin | grep -oE 'v[0-9]+(.[0-9]+){2}$' |less
export GIT_VERSION=v2.29.2
echo "Checking out GIT_VERSION: $GIT_VERSION"
git checkout $GIT_VERSION
export DEFAULT_HELP_FORMAT="man"
autoconf
./configure
mkdir git-$GIT_VERSION

make && make install prefix=/usr DESTDIR=$(pwd)/git-$GIT_VERSION

# making manpages disabled, todo: Make them work right...
# make man && make install-man prefix=/usr DESTDIR=$(pwd)/git-$GIT_VERSION

dir2xzm $(pwd)/git-$GIT_VERSION git-$GIT_VERSION.xzm

Git

Posted: 03 May 2021, 20:39
by wread
Hi, all!

Meanwhile I have a newer version of Git, version 3.31. It requires a new version of glib. Both are included in the Folder.https://www.mediafire.com/folder/guryc9xlsgq9g/Git

Servus!