Git
-
- Warlord
- Posts: 733
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
Git
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.
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.
-
- Black ninja
- Posts: 33
- Joined: 16 Jul 2015, 03:50
- Distribution: Porteus,Xubuntu,Arch
- Location: DE
Git
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
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Git
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!
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!
The Porteus Community never sleeps!
- ncmprhnsbl
- DEV Team
- Posts: 4126
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Git
fyi, git-2.46.2 is now in slackware 15.0 patches, so
Code: Select all
getpkg git
the next update of 05-devel will include that version (it appeared a few days after the last update)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
-
- Warlord
- Posts: 733
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
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?
Last edited by rych on 17 Oct 2024, 11:32, edited 4 times in total.
-
- Warlord
- Posts: 733
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
Git
I'll be uploading all my modules into https://github.com/rychphd/Porteus/tree/modules
Last edited by rych on 18 Oct 2024, 11:33, edited 1 time in total.