Bug 273830 - devel/gdb: wrong variable name for description of DEBUGINFOD
Summary: devel/gdb: wrong variable name for description of DEBUGINFOD
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Luca Pizzamiglio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-15 14:24 UTC by Trond Endrestøl
Modified: 2023-09-15 15:09 UTC (History)
0 users

See Also:
pizzamig: maintainer-feedback+


Attachments
Patch for devel/gdb/Makefile (557 bytes, patch)
2023-09-15 14:24 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2023-09-15 14:24:18 UTC
Missing _DESC at the end of the variable DEBUGINFOD.
Comment 1 Trond Endrestøl 2023-09-15 14:24:48 UTC
Created attachment 244892 [details]
Patch for devel/gdb/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-09-15 15:09:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c66f7bc7816d5cd16bdf5d6d0db6cdd9fd94899

commit 6c66f7bc7816d5cd16bdf5d6d0db6cdd9fd94899
Author:     Luca Pizzamiglio <pizzamig@FreeBSD.org>
AuthorDate: 2023-09-15 15:06:01 +0000
Commit:     Luca Pizzamiglio <pizzamig@FreeBSD.org>
CommitDate: 2023-09-15 15:08:50 +0000

    devel/gdb: Fix variable description

    PR:             273830
    Reported by:    Trond Endrestøl <Trond.Endrestol@ximalas.info>

 devel/gdb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Luca Pizzamiglio freebsd_committer freebsd_triage 2023-09-15 15:09:34 UTC
Thanks!