Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / or1k-elf-gdb
Commits: b5f02810 by Antonio Rojas at 2024-04-05T22:10:23+02:00 upgpkg: 14.2-1: Python 3.12 rebuild - - - - - 3 changed files: - + .SRCINFO - PKGBUILD - − readline8.patch Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = or1k-elf-gdb + pkgdesc = The GNU Debugger for the OpenRISC 100 (bare-metal) target + pkgver = 14.2 + pkgrel = 1 + url = https://www.gnu.org/software/gdb/ + arch = x86_64 + license = GPL3 + makedepends = boost + depends = xz + depends = ncurses + depends = expat + depends = python + depends = guile + depends = gdb-common + depends = mpfr + depends = libelf + depends = source-highlight + options = !emptydirs + source = https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.xz + source = https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.xz.sig + validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3 + sha512sums = 7e07941f1fe661288cc571b4964012ceabc1760624fce20320db2f470c01439b2386f859b5288da13204b758e2e3b22a74c68c012178db93b9529b06f1e22ede + sha512sums = SKIP + +pkgname = or1k-elf-gdb ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ _target=or1k-elf pkgname=$_target-gdb -pkgver=12.1 -pkgrel=4 +pkgver=14.2 +pkgrel=1 pkgdesc='The GNU Debugger for the OpenRISC 100 (bare-metal) target' arch=(x86_64) url='https://www.gnu.org/software/gdb/' @@ -13,16 +13,13 @@ license=(GPL3) depends=(xz ncurses expat python guile gdb-common mpfr libelf source-highlight) makedepends=(boost) options=(!emptydirs) -source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig} - readline8.patch) -sha512sums=('425568d2e84672177d0fb87b1ad7daafdde097648d605e30cf0656970f66adc6a82ca2d83375ea4be583e9683a340e5bfdf5819668ddf66728200141ae50ff2d' - 'SKIP' - '0c0d7fff104c73fe1da69b8502cef904243026bf86250eb4b81c5646e84a4a2a5bf97a38e705cc96450b2c52e67f3248bab35f38dbe4b5afd975e1493ef161bf') +source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig}) +sha512sums=('7e07941f1fe661288cc571b4964012ceabc1760624fce20320db2f470c01439b2386f859b5288da13204b758e2e3b22a74c68c012178db93b9529b06f1e22ede' + 'SKIP') validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <[email protected]> build() { cd gdb-$pkgver - patch -Np1 -i ../readline8.patch mkdir -p build && cd build ../configure \ ===================================== readline8.patch deleted ===================================== @@ -1,31 +0,0 @@ -commit 1add37b567a7dee39d99f37b37802034c3fce9c4 -Author: Andreas Schwab <[email protected]> -Date: Sun Mar 20 14:01:54 2022 +0100 - - Add support for readline 8.2 - - In readline 8.2 the type of rl_completer_word_break_characters changed to - include const. - -diff --git a/gdb/completer.c b/gdb/completer.c -index d3900ae2014..a51c16ac7f8 100644 ---- a/gdb/completer.c -+++ b/gdb/completer.c -@@ -36,7 +36,7 @@ - calling a hook instead so we eliminate the CLI dependency. */ - #include "gdbcmd.h" - --/* Needed for rl_completer_word_break_characters() and for -+/* Needed for rl_completer_word_break_characters and for - rl_filename_completion_function. */ - #include "readline/readline.h" - -@@ -2011,7 +2011,7 @@ gdb_completion_word_break_characters_throw () - rl_basic_quote_characters = NULL; - } - -- return rl_completer_word_break_characters; -+ return (char *) rl_completer_word_break_characters; - } - - char * View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/or1k-elf-gdb/-/commit/b5f028102c130365078ca94e4e44562a8bcb0c77 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/or1k-elf-gdb/-/commit/b5f028102c130365078ca94e4e44562a8bcb0c77 You're receiving this email because of your account on gitlab.archlinux.org.
