Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BLOCKED] git: build with Meson instead of GNU Make #9533

Draft
wants to merge 2 commits into
base: stable
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions app-vcs/git/autobuild/build

This file was deleted.

8 changes: 5 additions & 3 deletions app-vcs/git/autobuild/defines
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
PKGNAME=git
PKGSEC=vcs
PKGDES="Fast distributed version control system"
PKGDEP="curl expat openssl pcre2 perl perl-error cvsps perl-authen-sasl \
libwww-perl perl-mime-tools perl-net-smtp-ssl perl-term-readkey \
python-3 tk perl-dbi subversion brotli"
BUILDDEP="gettext asciidoc xmlto emacs"
PKGDES="Fast distributed version control system"
PKGRECOM="git-lfs"
BUILDDEP="gettext asciidoc xmlto emacs meson"

PKGDEP__RETRO="curl expat openssl pcre2"
PKGDEP__ARMV4="${PKGDEP__RETRO}"
Expand All @@ -25,4 +26,5 @@ BUILDDEP__M68K="${BUILDDEP__RETRO}"
BUILDDEP__POWERPC="${BUILDDEP__RETRO}"
BUILDDEP__PPC64="${BUILDDEP__RETRO}"

PKGRECOM="git-lfs"
ABTYPE=meson
MESON_AFTER="-Ddocs=man,html"
2 changes: 1 addition & 1 deletion app-vcs/git/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VER=2.48.1

# Use this for stable releases.
REL=1
REL=3
SRCS="https://cdn.kernel.org/pub/software/scm/git/git-$VER.tar.gz"

# Use this for RC releases.
Expand Down