Straightforward update, I can't spot any relevant code change that would affect us negatively. ports-gcc build tested on amd64, my sparc64 builder is currently MIA. I doubt this needs serious testing on multiple archs but if you folks want to give it a try...
Feedback and oks welcome. Index: Makefile =================================================================== RCS file: /home/cvs/ports/devel/gdb/Makefile,v diff -u -p -r1.102 Makefile --- Makefile 26 Feb 2026 17:41:19 -0000 1.102 +++ Makefile 11 May 2026 06:19:12 -0000 @@ -4,8 +4,7 @@ DPB_PROPERTIES= parallel COMMENT= GNU debugger CATEGORIES= devel -DISTNAME= gdb-17.1 -REVISION= 0 +DISTNAME= gdb-17.2 HOMEPAGE= https://www.gnu.org/software/gdb/ Index: distinfo =================================================================== RCS file: /home/cvs/ports/devel/gdb/distinfo,v diff -u -p -r1.27 distinfo --- distinfo 15 Jan 2026 12:03:34 -0000 1.27 +++ distinfo 11 May 2026 06:19:24 -0000 @@ -1,2 +1,2 @@ -SHA256 (gdb/gdb-17.1.tar.xz) = FJlvX3TJ9o9aVD/cRbyngAIH+R+SrupsLnkYIsfG2HY= -SIZE (gdb/gdb-17.1.tar.xz) = 24663896 +SHA256 (gdb/gdb-17.2.tar.xz) = HANsDXLks9H7XJTIhjKt1vnXb018TS6nk8EqnxmjIow= +SIZE (gdb/gdb-17.2.tar.xz) = 24658624 Index: patches/patch-gdb_doc_gdb_info-2 =================================================================== RCS file: /home/cvs/ports/devel/gdb/patches/patch-gdb_doc_gdb_info-2,v diff -u -p -r1.4 patch-gdb_doc_gdb_info-2 --- patches/patch-gdb_doc_gdb_info-2 15 Jan 2026 12:03:34 -0000 1.4 +++ patches/patch-gdb_doc_gdb_info-2 11 May 2026 06:34:09 -0000 @@ -5,8 +5,8 @@ Index: gdb/doc/gdb.info-2 -------------------------- You can customize GDB to use any editor you want (1). By default, it is --'/bin/ex', but you can change this by setting the environment variable -+'/usr/bin/ex', but you can change this by setting the environment variable - 'EDITOR' before using GDB. For example, to configure GDB to use the - 'vi' editor, you could use these commands with the 'sh' shell: +-‘/bin/ex’, but you can change this by setting the environment variable ++‘/usr/bin/ex’, but you can change this by setting the environment variable + ‘EDITOR’ before using GDB. For example, to configure GDB to use the + ‘vi’ editor, you could use these commands with the ‘sh’ shell: EDITOR=/usr/bin/vi -- jca
