mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gdb: update to 14.1.
This commit is contained in:
parent
5015a6d5f7
commit
6f48531ff8
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=13.2
|
version=14.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_dirs="/usr/share/gdb/python"
|
pycompile_dirs="/usr/share/gdb/python"
|
||||||
configure_args="--disable-werror --disable-nls --with-system-readline
|
configure_args="--disable-werror --disable-nls --with-system-readline
|
||||||
|
@ -11,7 +11,7 @@ configure_args="--disable-werror --disable-nls --with-system-readline
|
||||||
$(vopt_with guile) $(vopt_if python --with-python=/usr/bin/python3)
|
$(vopt_with guile) $(vopt_if python --with-python=/usr/bin/python3)
|
||||||
$(vopt_with debuginfod)"
|
$(vopt_with debuginfod)"
|
||||||
hostmakedepends="pkg-config texinfo $(vopt_if python python3-devel) $(vopt_if guile guile)"
|
hostmakedepends="pkg-config texinfo $(vopt_if python python3-devel) $(vopt_if guile guile)"
|
||||||
makedepends="expat-devel ncurses-devel readline-devel zlib-devel gmp-devel
|
makedepends="expat-devel ncurses-devel readline-devel zlib-devel gmp-devel mpfr-devel
|
||||||
$(vopt_if debuginfod elfutils-devel) $(vopt_if guile guile-devel)
|
$(vopt_if debuginfod elfutils-devel) $(vopt_if guile guile-devel)
|
||||||
$(vopt_if python 'gettext-devel python3-devel')"
|
$(vopt_if python 'gettext-devel python3-devel')"
|
||||||
depends="gdb-common>=${version}_${revision}"
|
depends="gdb-common>=${version}_${revision}"
|
||||||
|
@ -19,9 +19,10 @@ checkdepends="dejagnu"
|
||||||
short_desc="GNU Debugger"
|
short_desc="GNU Debugger"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
changelog="https://sourceware.org/git/?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=HEAD"
|
||||||
homepage="https://www.gnu.org/software/gdb"
|
homepage="https://www.gnu.org/software/gdb"
|
||||||
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
|
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
|
||||||
checksum=fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
|
checksum=d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80
|
||||||
make_check=extended # Tests take too long, not all of them pass.
|
make_check=extended # Tests take too long, not all of them pass.
|
||||||
|
|
||||||
python_version="3"
|
python_version="3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue