Re: byteswap.h not found on 12 and 13

2023-03-24 Thread Warner Losh
On Fri, Mar 24, 2023, 9:23 AM Nuno Teixeira wrote: > Hello all, > > I'm getting a file not found on 12 and 13 compiling net/sflowtool latest > update: > It compile fine on 14. > > I've searched 14 src and found: > --- > ./include/byteswap.h > ./contrib/ofed/include/byteswap.h > ./contrib/llvm-pro

Re: byteswap.h not found on 12 and 13

2023-03-24 Thread Warner Losh
Yea, I just committed this commit 1761b09bf42d2842e82c1ac614c23d31c4d4c0dc Author: Warner Losh Date: Fri Jan 20 16:33:37 2023 -0700 byteswap.h: Add a glibc/linux compatible byteswap.h For endian.h to work instead of sys/endian.h, some software needs byteswap.h available. It must

Re: byteswap.h not found on 12 and 13

2023-03-24 Thread Warner Losh
And I just looked it up... unlike endian.h, byteswap.h is not in the draft I have of issue 8 posix (due out this year or next, give or take). Warner On Fri, Mar 24, 2023 at 2:57 AM Warner Losh wrote: > Yea, I just committed this > > commit 1761b09bf42d2842e82c1ac614c23d31c4d4c0dc

Re: byteswap.h not found on 12 and 13

2023-03-24 Thread Warner Losh
(x) in older versions of FreeBSD, but some tricky software will hate the bswap16 (no underscore) etc defines. You could likely put that into the port. Warner On Fri, Mar 24, 2023 at 3:01 AM Warner Losh wrote: > And I just looked it up... unlike endian.h, byteswap.h is not in the draft >

Re: byteswap.h not found on 12 and 13

2023-03-24 Thread Warner Losh
On Fri, Mar 24, 2023 at 3:13 AM Juraj Lutter wrote: > > > > On 24 Mar 2023, at 10:09, Warner Losh wrote: > > > > one last reply, if this is for a port, then byteswap.h can usually be > implemented as > #include #if __FreeBSD_version < 1301500 >

Re: ports tree bootstrap using git

2023-04-09 Thread Warner Losh
On Sun, Apr 9, 2023 at 5:43 AM Jonathan Reynolds wrote: > I created a program that downloads the required files from > https://cgit.freebsd.org/ports/plain/ to build and install > devel/git. It then uses the newly installed git to clone > the ports tree from https://git.freebsd.org/ports.git > >

Re: [main has a fix for] armv7-on-aarch64 stuck at urdlck: I got a replication of the "ampere2" bulk build hangup problem on a Windows DevKit 2023

2024-07-26 Thread Warner Losh
On Fri, Jul 26, 2024, 5:37 PM Mark Millard wrote: > On Jul 26, 2024, at 07:56, Philip Paeps wrote: > > > On 2024-07-26 22:46:57 (+0800), Mark Millard wrote: > >> So, it looks like updating the kernel and world on ampere2 and > >> enabling builds of main-armv7-default should no longer have > >> m

Request for Data

2021-10-14 Thread Warner Losh
Greetings, I'm looking for anybody that's using poudriere + qemu bsd-user to build ports for some private deployment or other reason. So, if you could send me a private note that includes: (1) A list of direct ports you are interested in (I can work out the dependencies) (2) A list of architectur

Re: [RFC] patch's default backup behavior

2022-04-08 Thread Warner Losh
On Fri, Apr 8, 2022, 9:26 PM Kyle Evans wrote: > Hello! > > FreeBSD's patch follows historical patch(1) behavior w.r.t. backups, > where a backup is created for every file patched. > > I'd like to test the waters on switching this to the GNU behavior, > which feels a whole lot more reasonable. No