On 2022/03/29 21:05, Theo Buehler wrote:
> On Tue, Mar 29, 2022 at 08:51:25PM +0200, Jeremie Courreges-Anglas wrote:
> > On Tue, Mar 29 2022, Raf Czlonka <[email protected]> wrote:
> > > Hello,
> > >
> > > sparc and vax ports have been retired a while back; add riscv64
> > > while there.
> >
> > Committed, thanks.
> >
> > There are more missing entries I think. If I follow the existing
> > pattern, naming the cpu architectures and not the platforms:
> > - aarch64 is missing
> > - powerpc64 is missing
> > - mips64el is missing
>
> Perhaps we can ditch the architectures list that seems to have been out
> of sync more often than not and reduce categories to something like
> these?
>
> documentation userland kernel
+1
> If somebody is smart enough to narrow a bug down to something
> arch-specific, they're hopefully smart enough to mention that in their
> bug report.
>
> > and after folding the line because of line wrapping:
> >
> > ok?
> >
> >
> > Index: sendbug.c
> > ===================================================================
> > RCS file: /cvs/src/usr.bin/sendbug/sendbug.c,v
> > retrieving revision 1.79
> > diff -u -p -r1.79 sendbug.c
> > --- sendbug.c 29 Mar 2022 18:44:12 -0000 1.79
> > +++ sendbug.c 29 Mar 2022 18:49:41 -0000
> > @@ -44,7 +44,8 @@ void template(FILE *);
> > void usbdevs(FILE *);
> >
> > const char *categories = "system user library documentation kernel "
> > - "alpha amd64 arm hppa i386 m88k mips64 powerpc riscv64 sh sparc64";
> > + "alpha aarch64 amd64 arm hppa i386 m88k mips64 mips64el powerpc
> > powerpc64 "
> > + "riscv64 sh sparc64";
> > const char *comment[] = {
> > "<synopsis of the problem (one line)>",
> > "<PR category (one line)>",
> >
> > --
> > jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
> >
>