Git

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Git

Post#1 by rych » 09 Jan 2018, 06:52

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.

User avatar
wread
Module Guard
Module Guard
Posts: 1255
Joined: 09 Jan 2011, 18:48
Distribution: Porteus v5.0-kde-64 bits
Location: Santo Domingo
Contact:

Git

Post#2 by wread » 09 Jan 2018, 10:44

Your gift from Melchor, Gaspar and Baltazar...
...because you were a good guy in 2017!

Enjoy!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Git

Post#3 by rych » 10 Jan 2018, 05:52

bravo! and so fast! You must be doing something smarter rather than chasing down dependencies one by one on pkgs.org?

mhens
White ninja
White ninja
Posts: 5
Joined: 30 Jul 2018, 10:07
Distribution: Porteus 4.0

Git

Post#4 by mhens » 31 Jul 2018, 11:10

Nice. Thanks.

masquer
Ronin
Ronin
Posts: 3
Joined: 08 Feb 2021, 03:56
Distribution: porteus 5.0 rc2 KDE

Git

Post#5 by masquer » 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.

Shadow0815
Black ninja
Black ninja
Posts: 33
Joined: 16 Jul 2015, 03:50
Distribution: Porteus,Xubuntu,Arch
Location: DE

Git

Post#6 by Shadow0815 » 12 Feb 2021, 18:53

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

User avatar
wread
Module Guard
Module Guard
Posts: 1255
Joined: 09 Jan 2011, 18:48
Distribution: Porteus v5.0-kde-64 bits
Location: Santo Domingo
Contact:

Git

Post#7 by wread » 03 May 2021, 20:39

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!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!

Post Reply