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!

Git

Posted: 15 Oct 2024, 11:01
by rych

Git

Posted: 15 Oct 2024, 14:38
by roro
Hi rych,
not everyone uses telegram, I don't use telegram either,

so I can't download the Git module

Git

Posted: 15 Oct 2024, 21:59
by ncmprhnsbl
roro wrote:
15 Oct 2024, 14:38
not everyone uses telegram, I don't use telegram either,

so I can't download the Git module
fyi, git-2.46.2 is now in slackware 15.0 patches, so

Code: Select all

getpkg git
will offer that.
the next update of 05-devel will include that version (it appeared a few days after the last update)

Git

Posted: 17 Oct 2024, 11:25
by rych
ncmprhnsbl wrote:
15 Oct 2024, 21:59
getpkg git
So easy and great! I didn't know/forgot about getpkg, is it new?

Sorry, I have known about it for a while https://www.google.com/search?q=site%3A ... etpkg+rych it's just I'm always confused about which one to use first getmod, pmod, or getpkg?! Or, there is there something even more preferred these days?

Git

Posted: 17 Oct 2024, 11:26
by rych
roro wrote:
15 Oct 2024, 14:38
not everyone uses telegram
I'll be uploading all my modules into https://github.com/rychphd/Porteus/tree/modules

Git

Posted: 17 Oct 2024, 17:28
by Ed_P
rych wrote:
17 Oct 2024, 11:25
Or, there is there something even more preferred these days?
slapt-mod

Package Managers, Module Builders (Post by Ed_P #99608)