Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-10 (6d)  netbsd-9 (6d)  netbsd-8 (11d) 

2024-05-23 04:39:13 UTC Now

2021-08-07 22:05:26 UTC MAIN commitmail json YAML

Convert the test to cfargs. OK @thorpej.

(cjep)

2021-07-11 10:51:46 UTC MAIN commitmail json YAML

We need IFS to be set to % for the rest of the script so be explicit
about it. Fixes message truncation for non-English in sysinst.

(cjep)

2021-07-11 06:15:42 UTC MAIN commitmail json YAML

Final note on OpenBSD cross-buildling. Remaining issues were due to
default limits on the build host.

(cjep)

2021-07-04 12:57:48 UTC MAIN commitmail json YAML

LLVM RT library will actually cross-build from OpenBSD provided sufficient
limits are in place for the build user.

(cjep)

2021-06-29 10:02:34 UTC MAIN commitmail json YAML

Note OpenBSD cross-build progress

(cjep)

2021-06-29 08:51:04 UTC MAIN commitmail json YAML

PR toolchain/56180. Additional to yesterday's commit in gcc, also needed in
gcc.old. Add configuration so that gcc can find the LTO plugin when
cross-building NetBSD from OpenBSD hosts.

(cjep)

2021-06-29 08:02:50 UTC MAIN commitmail json YAML

1. Rework the IFS handling when checking consistency of formatting in
sysinst messages. Closes PR toolchain/56181.
2. Whilst here, change some shell clauses to be more portable.

Patch developed by kre. Also reviewed by martin. Cross-builds tested
on NetBSD, OpenBSD, FreeBSD and Darwin.

(cjep)

2021-06-28 09:13:11 UTC MAIN commitmail json YAML

PR toolchain/56180. Add configuration so that gcc can find the LTO
plugin when cross-building NetBSD from OpenBSD hosts. Discussed with mrg.

(cjep)

2021-06-28 07:18:01 UTC MAIN commitmail json YAML

avoid triggering conflict indicator warnings

(cjep)

2021-06-28 07:16:46 UTC MAIN commitmail json YAML

note on Darwin/Mac

(cjep)

2021-06-23 20:20:44 UTC MAIN commitmail json YAML

nbmacppc-fixcoff did not cross-build correctly on OpenBSD because
fixcoff.c had its own definition of htobe16. The toolchain
already handles this. Now builds on OpenBSD. Checked on NetBSD, Darwin &
Linux.

Discussed with uwe@

(cjep)

2021-06-07 20:27:59 UTC MAIN commitmail json YAML

Whilst debugging the nbmakeinfo tool on an OpenBSD box, I noticed
two changes in OpenBSD's makeinfo sources. One addresses an out of bounds
access issue and the other an off-by-one issue.

Fixes PR toolchain/56179. Reviewed by christos.

(cjep)

2021-06-07 09:46:46 UTC cjep_sun2x commitmail json YAML

2021-06-07 09:45:55 UTC cjep_sun2x commitmail json YAML

font library combinations

(cjep)

2021-06-06 20:30:55 UTC cjep_sun2x commitmail json YAML

src/bin/ps/ps.1@1.110.6.1 / diff / nxr@1.110.6.1
src/bin/ps/ps.c@1.93.6.1 / diff / nxr@1.93.6.1
src/distrib/amd64/installimage/Makefile@1.16.4.1 / diff / nxr@1.16.4.1
src/distrib/common/bootimage/Makefile.bootimage@1.26.4.1 / diff / nxr@1.26.4.1
src/distrib/sets/lists/man/mi@1.1720.2.1 / diff / nxr@1.1720.2.1
src/distrib/sets/lists/tests/mi@1.1054.2.1 / diff / nxr@1.1054.2.1
src/external/gpl3/gcc/lib/libbacktrace/arch/mipsn64el/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsn64el/c++config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsn64el/symver-config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/gpl3/gcc/usr.bin/gcc/arch/mipsn64el/auto-host.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/gpl3/gcc/usr.bin/gcc/arch/mipsn64el/configargs.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/gpl3/gcc/usr.bin/libcpp/arch/mipsn64el/config.h@1.1.4.1 / diff / nxr@1.1.4.1
src/external/gpl3/gdb/dist/gdb/aarch64-nbsd-tdep.c@1.7.4.1 / diff / nxr@1.7.4.1
src/external/mit/xorg/bin/beforelight/Makefile@1.3.36.1 / diff / nxr@1.3.36.1
src/external/mit/xorg/bin/cxpm/Makefile@1.2.36.1 / diff / nxr@1.2.36.1
src/external/mit/xorg/bin/ssh-askpass/Makefile@1.3.52.1 / diff / nxr@1.3.52.1
src/external/mit/xorg/bin/sxpm/Makefile@1.2.36.1 / diff / nxr@1.2.36.1
src/external/mit/xorg/bin/viewres/Makefile@1.3.36.1 / diff / nxr@1.3.36.1
src/external/mit/xorg/bin/x11perf/Makefile@1.4.10.1 / diff / nxr@1.4.10.1
src/external/mit/xorg/bin/xauth/Makefile@1.8.4.1 / diff / nxr@1.8.4.1
      :
(more 110 files)
sync with head

(cjep)

2021-06-04 06:28:42 UTC MAIN commitmail json YAML

PR standards/11223

Add -G to take a single group argument heading towards POSIX.2 compliance.
Patch from jperkin and reviewed by simonb.

(cjep)

2021-06-03 10:18:30 UTC cjep_sun2x commitmail json YAML

2021-06-02 15:31:33 UTC cjep_sun2x commitmail json YAML

2021-06-02 15:04:23 UTC cjep_sun2x commitmail json YAML

Use x11 variables for LDADD and DPADD. Now builds on sun2.

(cjep)

2021-06-02 15:03:56 UTC cjep_sun2x commitmail json YAML

Use x11 variables for LDADD and DPADD. Now builds on sun2.

(cjep)

2021-06-02 15:02:43 UTC cjep_sun2x commitmail json YAML

Use x11 variables for LDADD and DPADD. Now builds on sun2.

(cjep)

2021-06-02 14:55:47 UTC cjep_sun2x commitmail json YAML

Use x11 variables for LDADD and DPADD. Now builds on sun2.

(cjep)

2021-06-02 14:46:25 UTC cjep_sun2x commitmail json YAML

Use x11 variables for LDADD and DPADD. Now builds on sun2.

(cjep)

2021-06-02 14:27:56 UTC cjep_sun2x commitmail json YAML

Use new X11 LDADD/DPADD flags. Now builds on sun2.

(cjep)

2021-06-02 14:22:55 UTC cjep_sun2x commitmail json YAML

Work towards X sources building statically and on sun2.

Setup specific make variables to contain the full set of library
flags (LDADD and DPADD) for programs in the xorg suite. Each list
contains all needed dependencies so that the programs will build
statically.

Suggested by mrg@

(cjep)

2021-05-31 22:15:26 UTC cjep_staticlib_x commitmail json YAML

2021-05-30 10:39:41 UTC MAIN commitmail json YAML

PR port-amiga/56188

Include a prototype for __nbcompat_heapsort. The tools for amiga now
build on Darwin where one Amiga specific tool uses heapsort.

Despite being a one-liner, ./build.sh -m amiga tools was tested on
NetBSD, Darwin, FreeBSD & Linux with the change.

Discussed various options with jdc & thorpej. Perhaps in the future
we could look at using qsort instead of heapsort as qsort is
standardised and more likely to be available. We could then remove
heapsort from the compatibility library.

(cjep)

2021-05-27 08:41:35 UTC MAIN commitmail json YAML

If we are building date earlier, we need to use an uninstalled copy
of host-mkdep and libnbcompat otherwise the build process looks for
tools that might not be there yet (e.g. fresh build).
Reviewed by martin.

(cjep)

2021-05-26 07:57:05 UTC MAIN commitmail json YAML

correct indentation. spotted by Roland.

(cjep)

2021-05-25 11:55:42 UTC MAIN commitmail json YAML

The long lines test is now expected to pass

(cjep)

2021-05-25 11:25:59 UTC MAIN commitmail json YAML

As per OpenBSD, use malloc for the line buffer. Fixes the known issue
with long lines and makes our ATF test suite pass fully.
Closes PR bin/54620 from coypu who suggested the approach.
Reviewed by christos.

(cjep)

2021-05-12 06:39:28 UTC MAIN commitmail json YAML

Add macOS High Sierra to the list of verified build platforms

(cjep)

2021-05-08 14:11:37 UTC MAIN commitmail json YAML

Also include terminfo for platforms with static libraries (e.g. sun2). From uwe/nia.

(cjep)

2021-05-07 14:52:59 UTC MAIN commitmail json YAML

More test notes from using build.sh against non NetBSD platforms.

(cjep)

2021-05-06 07:32:16 UTC MAIN commitmail json YAML

Update with information from recent testing of different Linux variants
on AWS. Also FreeBSD 13.

(cjep)