gdb ver. bump
This commit is contained in:
@@ -20,7 +20,7 @@ def setup():
|
||||
--disable-nls \
|
||||
--with-system-readline \
|
||||
--enable-source-highlight \
|
||||
--with-python=/usr/bin/python \
|
||||
--with-python=/usr/bin/python3 \
|
||||
--with-gdb-datadir=/usr/share/gdb \
|
||||
--with-system-gdbinit=/etc/gdb/gdbinit \
|
||||
--with-separate-debug-dir=/usr/lib/debug")
|
||||
@@ -34,14 +34,15 @@ def install():
|
||||
autotools.rawInstall('DESTDIR="%s"' % get.installDIR())
|
||||
|
||||
# to prevent conflict with binutils delete these files:
|
||||
for libdel in ["libbfd.a", "libopcodes.a", "libctf.a", "libctf-nobfd.a"]:
|
||||
for libdel in ["libbfd.a", "libopcodes.a", "libctf.a", "libctf-nobfd.a", "libsframe.a"]:
|
||||
pisitools.remove("/usr/lib/%s" % libdel)
|
||||
|
||||
for hea in ["ansidecl", "bfd", "bfdlink", "diagnostics", "dis-asm", "plugin-api", "symcat", "ctf", "ctf-api"]:
|
||||
for hea in ["ansidecl", "bfd", "bfdlink", "diagnostics", "dis-asm", "plugin-api", "symcat", "ctf", "ctf-api", "sframe-api", "sframe"]:
|
||||
pisitools.remove("/usr/include/%s.h" % hea)
|
||||
|
||||
pisitools.remove("/usr/share/info/bfd.info")
|
||||
pisitools.remove("/usr/share/info/ctf-spec.info")
|
||||
pisitools.remove("/usr/share/info/sframe-spec.info")
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("README*", "COPYING*", "ChangeLog*")
|
||||
|
||||
@@ -13,14 +13,16 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>GNU debugger</Summary>
|
||||
<Description>GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed.</Description>
|
||||
<Archive sha1sum="2edabd9f5766b84889b07b366b4438e93e994005" type="tarxz">https://ftp.gnu.org/gnu/gdb/gdb-12.1.tar.xz</Archive>
|
||||
<Archive sha1sum="2b4e9357e498c66bbedf791883569104edea0472" type="tarxz">https://ftp.gnu.org/gnu/gdb/gdb-15.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>texinfo</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
<Dependency>mpfr-devel</Dependency>
|
||||
<Dependency>zstd-devel</Dependency>
|
||||
<Dependency>expat-devel</Dependency>
|
||||
<Dependency>guile-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>xxhash-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
@@ -28,7 +30,7 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">0001-AArch64-Make-gdbserver-register-set-selection-dynami.patch</Patch> -->
|
||||
<Patch level="1">arch/readline8.patch</Patch>
|
||||
<!-- <Patch level="1">arch/readline8.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -37,12 +39,14 @@
|
||||
<Summary>GNU debugger</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xz</Dependency>
|
||||
<Dependency>gmp</Dependency>
|
||||
<Dependency>mpfr</Dependency>
|
||||
<Dependency>zstd</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>guile</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>xxhash</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>ncurses</Dependency>
|
||||
<Dependency>readline</Dependency>
|
||||
<Dependency>source-highlight</Dependency>
|
||||
@@ -69,6 +73,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2024-07-08</Date>
|
||||
<Version>15.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2023-10-28</Date>
|
||||
<Version>12.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user