Re: libc++ port, including libc++abi and libunwind

2016-05-23 Thread Patrick Wildt
On Fri, May 13, 2016 at 09:04:26PM +0100, Stuart Henderson wrote: > On 2016/05/13 21:49, Patrick Wildt wrote: > > +BUILD_DEPENDS += devel/llvm > > Only thing I noticed in first review was this, please use > > MODULES = lang/clang > MODCLANG_LANGS =

libc++ port, including libc++abi and libunwind

2016-05-13 Thread Patrick Wildt
++ 1.0 \ + c++abi 1.0 + +# packager notes in http://llvm.org/docs/Packaging.html +HOMEPAGE = http://www.llvm.org/ + +MAINTAINER=Patrick Wildt <patr...@blueri.se> + +# BSD +PERMIT_PACKAGE_CDROM = Yes + +WANTLIB = c + +BUILD_DEPENDS += deve

Re: [NEW] devel/aarch64-none-elf with binutils and gcc

2016-11-25 Thread Patrick Wildt
On Fri, Nov 25, 2016 at 10:54:57AM +0100, Patrick Wildt wrote: > Hi, > > I would like to import two ports that will allow the cross-build of > u-boot for 64-bit ARM machines. This is basically a copy of the > devel/arm-none-eabi toolchain with a different --target and without >

[NEW] devel/aarch64-none-elf with binutils and gcc

2016-11-25 Thread Patrick Wildt
Hi, I would like to import two ports that will allow the cross-build of u-boot for 64-bit ARM machines. This is basically a copy of the devel/arm-none-eabi toolchain with a different --target and without gdb/newlib (+ one source code patch in gcc-linaro for aarch64,

Re: [NEW] devel/aarch64-none-elf with binutils and gcc

2016-12-06 Thread Patrick Wildt
On Tue, Dec 06, 2016 at 09:48:08AM +, Stuart Henderson wrote: > On 2016/12/04 22:12, Patrick Wildt wrote: > > If we also add a FLAVOR arm it looks like pkg_add cannot cope with a > > port gaining a flavor without really changing its name. > > It can, but you need to tell

blink1: openbsd backend / remove libusb dependency

2016-12-06 Thread Patrick Wildt
Hi, blink1 uses libusb-compat to talk to a USB device that speaks hid. I have come to realize that the usage of libusb by blink1 makes libusb send 4 packets to each connected USB device when it tries to find which USB devices are connected. I have USB sticks that abort operation as soon as they

Re: U-Boot for AArch64

2016-12-10 Thread Patrick Wildt
On Sat, Dec 10, 2016 at 11:23:54AM +1100, Jonathan Gray wrote: > On Tue, Dec 06, 2016 at 06:31:59PM +0100, Patrick Wildt wrote: > > Hi, > > > > now that we have an AArch64-capable toolchain for our arm64 efforts, we > > can start compiling 64-bit u-boots. Inste

Re: blink1: openbsd backend / remove libusb dependency

2016-12-06 Thread Patrick Wildt
On Tue, Dec 06, 2016 at 05:22:20PM +0100, Martin Pieuchot wrote: > On 06/12/16(Tue) 16:40, Patrick Wildt wrote: > > [...] > > blink1 uses libusb-compat to talk to a USB device that speaks hid. I > > have come to realize that the usage of libusb by blink1 makes libusb >

U-Boot for AArch64

2016-12-06 Thread Patrick Wildt
Hi, now that we have an AArch64-capable toolchain for our arm64 efforts, we can start compiling 64-bit u-boots. Instead of creating another port for that we can make u-boot create different packages depending on the flavor. To upgrade from u-boot to u-boot-arm we'd need a Quirk as well.

Re: [NEW] devel/aarch64-none-elf with binutils and gcc

2016-12-04 Thread Patrick Wildt
On Fri, Nov 25, 2016 at 05:57:24PM +0100, Patrick Wildt wrote: > On Fri, Nov 25, 2016 at 10:54:57AM +0100, Patrick Wildt wrote: > > Hi, > > > > I would like to import two ports that will allow the cross-build of > > u-boot for 64-bit ARM machines. This is basically

Re: add OpenBSD defs to llvm aarch64 target

2016-12-20 Thread Patrick Wildt
On Tue, Dec 20, 2016 at 03:11:09AM +1100, Jonathan Gray wrote: > Same change patrick made to llvm in base. > > With this aarch64-unknown-openbsd6.0 defines now include > > #define __ELF__ 1 > #define __OpenBSD__ 1 > #define __unix 1 > #define __unix__ 1 > #define unix 1 > > Index: Makefile >

Re: build combined spl/uboot/dtb/atf images for Allwinner A64/H5

2017-08-19 Thread Patrick Wildt
On Sat, Aug 19, 2017 at 08:23:40PM +1000, Jonathan Gray wrote: > With the not yet committed atf-allwinner port this builds complete > images for Allwinner aarch64 targets. > > Compile tested only, I have no Allwinner hardware. > > Details are described in >

Re: ARM Trusted Firmware for RK3399

2017-08-19 Thread Patrick Wildt
On Sat, Aug 19, 2017 at 05:46:18PM +0200, Mark Kettenis wrote: > Here is a port for ARM Trusted Firmware 1.4 that builds firmware for > the Rockchip RK3399. I anticipate that this port will build firmware > for other ARMv8 Rockchip SoCs as well; there is code for the RK3328 > and RK3368 in the

u-boot: add marvell-based clearfog, espressobin and macchiatobin

2017-08-24 Thread Patrick Wildt
Hi, I'd like to add the 32-bit Clearfog and the 64-bit EspressoBin and Macchiatobin to our u-boot package. While the Clearfog's u-boot-spl.kwb can be flashed to an SD card right away (bs=512 seek=1), the u-boot for the 64-bit boards needs to be part of a Marvell ATF build. On the Pine64 it's

Re: u-boot: add marvell-based clearfog, espressobin and macchiatobin

2017-08-24 Thread Patrick Wildt
On Thu, Aug 24, 2017 at 09:15:20AM +0200, Patrick Wildt wrote: > Hi, > > I'd like to add the 32-bit Clearfog and the 64-bit EspressoBin and > Macchiatobin to our u-boot package. While the Clearfog's u-boot-spl.kwb > can be flashed to an SD card right away (bs=512 seek=1), the u-bo

Re: u-boot: add marvell-based clearfog, espressobin and macchiatobin

2017-08-24 Thread Patrick Wildt
On Thu, Aug 24, 2017 at 09:19:41AM +0200, Patrick Wildt wrote: > On Thu, Aug 24, 2017 at 09:15:20AM +0200, Patrick Wildt wrote: > > Hi, > > > > I'd like to add the 32-bit Clearfog and the 64-bit EspressoBin and > > Macchiatobin to our u-boot package. While the Clearf

Re: Porting to ARMv8 (board, qemu, etc.)

2018-01-29 Thread Patrick Wildt
On Mon, Jan 29, 2018 at 12:07:50PM +0100, Artur Pedziwilk wrote: > > > > On 11 Jan 2018, at 15:40, Karel Gardas wrote: > > > > - cloud/kvm solution. There are several cloud provides already > > selling/supporting Cavium ThunderX > > and for quite cheap money. Anyone has a

Re: Porting to ARMv8 (board, qemu, etc.)

2018-01-29 Thread Patrick Wildt
On Mon, Jan 29, 2018 at 02:14:53PM +0100, Patrick Wildt wrote: > On Mon, Jan 29, 2018 at 12:07:50PM +0100, Artur Pedziwilk wrote: > > > > > > > On 11 Jan 2018, at 15:40, Karel Gardas <gard...@gmail.com> wrote: > > > > > > - cloud/kvm so

Re: WIP: LLVM 7.0.1

2019-01-17 Thread Patrick Wildt
On Wed, Jan 16, 2019 at 07:19:17PM -0500, Brad Smith wrote: > Here is a work in progress diff to update the LLVM/Clang port to > LLVM 7.0.1. > > Code generation is broken at the moment on amd64. I don't know what > the issue is. Clang crashes in the X86 backend. This only seems to > affect amd64.

Re: ffmpeg on arm

2019-07-25 Thread Patrick Wildt
On Thu, Jul 25, 2019 at 06:40:35PM +, adr wrote: > ffmpeg needs to be configured with --disable-fast-unaligned and > --disable-neon, or it will fail (and any application using libav) > with a bus error. Not really surprised. I figure it's because we require strict alignment but the whole

Re: Switch to LLVM 10 imminent

2020-08-03 Thread Patrick Wildt
Keep note that our base libc++ and libc++abi are still from version 8.0.1. This means that it's very possible that version 10 is not yet correctly patched to support OpenBSD. Or maybe they added something that is incompatible to us. On Mon, Aug 03, 2020 at 08:58:44AM +0100, Julian Smith wrote:

Re: update arm-trusted-firmware to 2.4

2021-01-11 Thread Patrick Wildt
Am Sun, Jan 10, 2021 at 09:56:02PM +1100 schrieb Jonathan Gray: > On Fri, Jan 08, 2021 at 03:42:31PM -0500, Kurt Miller wrote: > > On Fri, 2021-01-08 at 11:48 -0500, Kurt Miller wrote: > > > On Fri, 2021-01-08 at 10:27 +1100, Jonathan Gray wrote: > > > > > > > > On Thu, Jan 07, 2021 at 04:29:35PM

Re: update arm-trusted-firmware to 2.4

2021-01-12 Thread Patrick Wildt
On Tue, Jan 12, 2021 at 10:12:06AM -0500, Kurt Miller wrote: > On Tue, 2021-01-12 at 15:09 +1100, Jonathan Gray wrote: > > On Tue, Jan 12, 2021 at 07:58:36AM +1100, Jonathan Gray wrote: > > > > > > On Mon, Jan 11, 2021 at 08:41:02PM +0100, Patrick Wildt wrote: >

Re: update arm-trusted-firmware to 2.4

2021-01-12 Thread Patrick Wildt
On Tue, Jan 12, 2021 at 05:00:15PM +0100, Patrick Wildt wrote: > On Tue, Jan 12, 2021 at 10:12:06AM -0500, Kurt Miller wrote: > > On Tue, 2021-01-12 at 15:09 +1100, Jonathan Gray wrote: > > > On Tue, Jan 12, 2021 at 07:58:36AM +1100, Jonathan Gray wrote: > > > > >

Re: libc++ 10.0: games/dangerdeep

2021-01-05 Thread Patrick Wildt
Am Tue, Jan 05, 2021 at 09:07:44PM +0100 schrieb Christian Weisgerber: > games/dangerdeep fails to build with libc++ 10.0. > > Here's a build fix, adapted from FreeBSD (which has since removed > the port because of the scons -> python2 dependency). > > OK? I'm not very versed in C++, but this

Re: -current amd64 packages not updated? Impatient or broken?

2021-01-07 Thread Patrick Wildt
No, that's not correct. The libc++ 11 (*not* LLVM 11) has not yet been committed. This issue is because of libunwind 11. With libc++ 11 we have made a separate ports build first, to check the fallout. Once the fallout is mostly fixed, we'll do the switch to libc++ 11. Until then snapshots are

Re: -current amd64 packages not updated? Impatient or broken?

2021-01-07 Thread Patrick Wildt
Oh, and another correction: it's libc++ 10.0.1, we're not going 11 yet. Am Thu, Jan 07, 2021 at 06:59:52PM +0100 schrieb Patrick Wildt: > No, that's not correct. The libc++ 11 (*not* LLVM 11) has not yet been > committed. This issue is because of libunwind 11. With libc++ 11 we >

Re: UPDATE: OpenAL 1.21.1

2021-05-12 Thread Patrick Wildt
Am Thu, Apr 22, 2021 at 12:07:48AM -0400 schrieb Brad Smith: > Here is an update to OpenAL 1.21.1. > Looks good to me at least > > Index: Makefile > === > RCS file: /home/cvs/ports/audio/openal/Makefile,v > retrieving revision

Re: openal: enable NEON on OpenBSD

2021-04-24 Thread Patrick Wildt
Am Thu, Apr 22, 2021 at 12:08:45AM -0400 schrieb Brad Smith: > On 4/20/2021 3:38 PM, Patrick Wildt wrote: > > Hi, > > > > both our arm64 and armv7 require at least NEON support. audio/openal > > checks for NEON support by opening /proc/cpuinfo and parsing it, which

Re: games/openra: update to 20210321

2021-05-04 Thread Patrick Wildt
On Tue, May 04, 2021 at 09:52:16PM +0200, Tobias Heider wrote: > On Mon, May 03, 2021 at 03:58:01PM -0600, Thomas Frohwein wrote: > > Hi, > > > > Here is a diff that updates OpenRA to the latest version 20210321. The > > heavy lifting was done by patrick@; I added the nuget dependencies and > >

Re: lang/mono for arm64

2021-04-09 Thread Patrick Wildt
o mono arches; amd64 works, and I will test i386 tomorrow morning. Patrick Am Fri, Apr 09, 2021 at 09:00:39PM +0200 schrieb Robert Nagy: > Hi > > I am okay with this and i do not see why it cannot make release. > > On 09/04/21 17:15 +0200, Patrick Wildt wrote: > > Hi, > &

Re: aarch64 bulk build report

2021-04-12 Thread Patrick Wildt
Am Sun, Apr 11, 2021 at 10:59:02PM -0600 schrieb phess...@openbsd.org: > bulk build on arm64.ports.openbsd.org > started on Fri Apr 9 13:05:37 MDT 2021 > finished at Sun Apr 11 22:58:23 MDT 2021 > lasted 2D09h52m > done with kern.version=OpenBSD 6.9 (GENERIC.MP) #1119: Fri Apr 9 03:23:43 > MDT

Re: lang/mono for arm64

2021-04-10 Thread Patrick Wildt
i386 builds as well, as expected! > Move aarch64 to the front of the list. Sure, will do that. sthen, naddy: OK to put it in, or too late? Am Sat, Apr 10, 2021 at 01:18:05AM +0200 schrieb Patrick Wildt: > Cool, thanks, Robert. > > > sthen | makes sense to have that mono diff,

openal: enable NEON on OpenBSD

2021-04-20 Thread Patrick Wildt
Hi, both our arm64 and armv7 require at least NEON support. audio/openal checks for NEON support by opening /proc/cpuinfo and parsing it, which we obviously don't have. I'd propose just patching it and enabling it for OpenBSD. At the very least, it gets rid of this obnoxious message: Failed

Re: audio/mumble: missing icons

2021-04-16 Thread Patrick Wildt
Am Sat, Apr 17, 2021 at 01:16:00AM +0200 schrieb Thomas L.: > Hi, > > I noticed that recently mumble shows me no icons in the toolbar and > elsewhere. I already tried reverting the most recent changes in > audio/mumble, but it seems like something else is amiss. To rule out > broken configuration

lang/mono for arm64

2021-04-09 Thread Patrick Wildt
Hi, to do some release tests with iked we wanted to play^Wtest games/openra over IPsec. Turns out that arm64 does not support lang/mono, but I have gotten it to run. With the following diff, games/openra builds and I can even play it. This doesn't need to make release, so no worries. Would be

Re: audio/mumble: missing icons

2021-04-22 Thread Patrick Wildt
Am Thu, Apr 22, 2021 at 08:54:28PM + schrieb Klemens Nanni: > On Sat, Apr 17, 2021 at 11:21:52AM +0200, Rafael Sadowski wrote: > > On Sat Apr 17, 2021 at 10:06:32AM +0200, Alexander Bluhm wrote: > > > On Sat, Apr 17, 2021 at 01:34:06AM +0200, Patrick Wildt wrote: > >

pkg_add: some XXX shows up

2021-09-07 Thread Patrick Wildt
Hi, I was just running pkg_add on one of my machines and I saw this: gstreamer1-plugins-base-1.18.4:.libs-avahi-0.8p0->avahi-glib-0.8p0: ok XXX .libs-avahi-0.8p0 XXX .libs-avahi-0.8p0 XXX .libs-avahi-0.8p0 XXX .libs-avahi-0.8p0 XXX .libs-avahi-0.8p0 ... (a few more times) What's that? Is it of

www/mozilla-firefox: disable NEON in QCMS on AArch64 (for now)

2021-11-10 Thread Patrick Wildt
Hi, on my ARM64 workstation firefox has recently begun crashing all the time. Turns out it's because QCMS (whatever that is), uses some HW acceleration (SIMD using NEON/VFP) on ARM64, and the LLVM-backed Rust- compiler seems to not produce a pseudo-op that instead of emitting a proper ASM

Re: www/mozilla-firefox: disable NEON in QCMS on AArch64 (for now)

2021-11-16 Thread Patrick Wildt
Am Tue, Nov 16, 2021 at 11:27:44AM +0100 schrieb Landry Breuil: > Le Wed, Nov 10, 2021 at 03:32:21PM +0100, Patrick Wildt a écrit : > > Hi, > > > > on my ARM64 workstation firefox has recently begun crashing all the > > time. Turns out it's because QCMS (what

Re: clang 13 and __STDC_NO_ATOMICS__

2021-11-02 Thread Patrick Wildt
On Mon, Nov 01, 2021 at 10:20:13PM -0400, Brad Smith wrote: > > On 10/28/2021 8:42 AM, Jeremie Courreges-Anglas wrote: > > On Thu, Oct 28 2021, Jeremie Courreges-Anglas wrote: > > > On Thu, Oct 28 2021, Christian Weisgerber wrote: > > > > I ran an amd64 bulk build with base clang updated to

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Patrick Wildt
Am Fri, Jan 21, 2022 at 07:24:34PM +0100 schrieb Marc Espie: > On Fri, Jan 21, 2022 at 07:06:22PM +0100, Stefan Sperling wrote: > > On Fri, Jan 21, 2022 at 11:42:08AM -0600, joshua stein wrote: > > > Using CVS and dealing with tarballs is probably pretty > > > ancient-feeling for many outsiders.

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2022-11-18 Thread Patrick Wildt
Am Fri, Nov 18, 2022 at 12:53:44PM + schrieb Klemens Nanni: > On Mon, Nov 14, 2022 at 11:37:05PM +0100, Patrick Wildt wrote: > > Hi, > > > > the u-boot and dtb ports haven't been updated in a while, mostly because > > updating those regularly breaks working m

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2022-11-27 Thread Patrick Wildt
Am Fri, Nov 25, 2022 at 12:52:24AM + schrieb Peter Stuge: > Jan Stary wrote: > > Here is the cpsw problem: > > > > -cpsw0 at omsysc46: version 1.12 (0), address 90:59:af:82:2e:7e > > +cpsw0 at omsysc46: version 1.12 (0), address 00:00:00:00:00:00 > > I confirm this on beaglebone black but

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2022-11-27 Thread Patrick Wildt
Am Mon, Nov 28, 2022 at 12:22:30AM +0100 schrieb Patrick Wildt: > Am Fri, Nov 25, 2022 at 12:52:24AM + schrieb Peter Stuge: > > Jan Stary wrote: > > > Here is the cpsw problem: > > > > > > -cpsw0 at omsysc46: version 1.12 (0), address 90:59:af:82:2e:7e &g

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2022-11-28 Thread Patrick Wildt
On Tue, Nov 22, 2022 at 04:18:55PM +0100, Jan Stary wrote: > On Nov 22 15:42:20, mark.kette...@xs4all.nl wrote: > > > Date: Tue, 22 Nov 2022 14:40:06 +0100 > > > From: Jan Stary > > > > > > On Nov 22 13:52:52, h...@stare.cz wrote: > > > > On Nov 14 23:37:05, patr...@blueri.se wrote: > > > > >

U-Boot 2022.10 and dtb from Linux 6.0.8

2022-11-14 Thread Patrick Wildt
Hi, the u-boot and dtb ports haven't been updated in a while, mostly because updating those regularly breaks working machines. I think it's time for another update, so here's a diff for both. Before this heads into the tree it would be nice to get some testing from people with Pinebook Pro,

devel/riscv-elf/binutils: remove info files and libdep.a

2023-04-05 Thread Patrick Wildt
Hi, I was updating aarch64 and arm gcc+binutils based on devel/riscv-elf, but as it turns out that there are some files that are not per cross- compiler target, but somehow installed for all (and hence clashing with arm/aarch64). I'd propose disabling it. The info ones are disabled like the

devel/arm-none-eabi: update to binutils 2.40 and gcc 12.2.0

2023-04-05 Thread Patrick Wildt
Hi, I figured since we've recently updated the riscv cross-compiler, we should update the arm ones as well. This changes the port to plain gcc, away from gcc-linaro, hence a few Makefile changes accross the tree. The updated binutils/gcc seem to produce some PLIST changes in newlib, but newlib

Update riscv64 cross compiler toolchain for OpenSBI 1.2

2023-02-04 Thread Patrick Wildt
Hi, I was looking at upgrading sysutils/opensbi to version 1.2, and then realized that our current gcc/binutils fail to compile it because of some instruction set errors (which I forgot to write down). So I figured maybe we should update the toolchain to GCC 12.2.0 and binutils 2.40.

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2023-06-25 Thread Patrick Wildt
On Tue, May 09, 2023 at 09:54:59AM +1000, David Gwynne wrote: > > > > On 8 May 2023, at 22:44, Mark Kettenis wrote: > > > >> From: Patrick Wildt > >> Date: Mon, 8 May 2023 14:14:27 +0200 > >> > >>> Am 07.05.2023 um 19:54 schrieb Kl

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2023-05-08 Thread Patrick Wildt
> Am 07.05.2023 um 19:54 schrieb Klemens Nanni : > > On Sun, May 07, 2023 at 06:30:55PM +0200, Mark Kettenis wrote: >> As I've said before, the u-boot developers have poor quality control >> and this will almost certainly break some targets. >> >> I think the way forward is to have a u-boot

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2023-05-06 Thread Patrick Wildt
On Fri, Nov 18, 2022 at 12:53:44PM +, Klemens Nanni wrote: > On Mon, Nov 14, 2022 at 11:37:05PM +0100, Patrick Wildt wrote: > > Hi, > > > > the u-boot and dtb ports haven't been updated in a while, mostly because > > updating those regularly breaks working m

CVS: cvs.openbsd.org: ports

2016-11-19 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2016/11/19 06:37:51 Modified files: databases/py-odbc: Makefile distinfo databases/py-odbc/patches: patch-setup_py databases/py-odbc/pkg: DESCR Added files:

CVS: cvs.openbsd.org: ports

2016-11-19 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2016/11/19 06:38:35 Modified files: databases : Makefile Log message: +py-odbc,python3

CVS: cvs.openbsd.org: ports

2016-12-07 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2016/12/07 10:28:27 Modified files: devel/arm-none-eabi/newlib: Makefile Log message: Missed bump, found by naddy.

CVS: cvs.openbsd.org: ports

2016-12-06 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2016/12/06 10:25:29 Modified files: devel/arm-none-eabi: Makefile Log message: +arm-none-eabi/binutils,aarch64 +arm-none-eabi/gcc-linaro,aarch64

CVS: cvs.openbsd.org: ports

2016-12-06 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2016/12/06 10:24:02 Modified files: devel/arm-none-eabi: Makefile.inc devel/arm-none-eabi/binutils: Makefile devel/arm-none-eabi/binutils/pkg: DESCR PLIST

CVS: cvs.openbsd.org: ports

2016-12-11 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2016/12/11 07:08:39 Modified files: sysutils/u-boot: Makefile sysutils/u-boot/pkg: PLIST Added files: sysutils/u-boot/patches: patch-tools_relocate-rela_c sysutils/u-boot/pkg:

CVS: cvs.openbsd.org: ports

2016-12-11 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2016/12/11 07:10:52 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: u-boot -> u-boot-arm ok bmercer@

CVS: cvs.openbsd.org: ports

2016-12-11 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2016/12/11 07:09:58 Modified files: sysutils : Makefile Log message: +sysutils/u-boot,aarch64

CVS: cvs.openbsd.org: ports

2017-05-08 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2017/05/08 23:58:36 Modified files: devel/arm-none-eabi/gcc-linaro/patches: patch-gcc_configure Log message: Fixup and remove duplicate addition of a patch.

CVS: cvs.openbsd.org: ports

2017-05-08 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2017/05/08 03:04:54 Modified files: devel/arm-none-eabi/gcc-linaro: Makefile distinfo devel/arm-none-eabi/gcc-linaro/patches: patch-Makefile_in

CVS: cvs.openbsd.org: ports

2017-10-12 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2017/10/12 03:50:15 Log message: Import Broadcom FullMAC chipset firmware for bwfm(4). with and ok sthen@ Status: Vendor Tag: patrick Release Tags: patrick_20171012

CVS: cvs.openbsd.org: ports

2017-10-12 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2017/10/12 03:53:06 Modified files: sysutils/firmware: Makefile Log message: +bwfm

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2017/08/24 02:53:02 Modified files: sysutils/u-boot: Makefile sysutils/u-boot/pkg: PFRAG.aarch64 PFRAG.arm Added files: sysutils/u-boot/patches: patch-tools_kwbimage_c Log message: Build

CVS: cvs.openbsd.org: ports

2018-02-22 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2018/02/23 00:45:07 Modified files: sysutils/firmware/intel: Makefile sysutils/firmware/intel/pkg: PLIST Log message: Loading the microcode earlier has apparently fixed naddy@'s issues on the

CVS: cvs.openbsd.org: ports

2019-02-06 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2019/02/07 00:23:50 Modified files: sysutils/arm-trusted-firmware: Makefile distinfo sysutils/arm-trusted-firmware/patches:

CVS: cvs.openbsd.org: ports

2019-02-06 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2019/02/07 00:29:04 Modified files: sysutils/u-boot: Makefile Log message: Switch from Allwinner's ATF to the official ARM Trusted Firmware repository. There has been plenty of upstreaming effort which

CVS: cvs.openbsd.org: ports

2019-04-09 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2019/04/09 16:32:48 Modified files: sysutils/u-boot: Makefile Added files: sysutils/u-boot/patches: patch-include_efi_h patch-lib_efi_loader_efi_memory_c Log

CVS: cvs.openbsd.org: ports

2021-05-12 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2021/05/12 07:52:49 Modified files: games/openra : Makefile distinfo games/openra/patches: patch-Makefile patch-launch-dedicated_sh patch-launch-game_sh

CVS: cvs.openbsd.org: ports

2021-05-12 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2021/05/12 07:44:45 ports/games/openra/files Update of /cvs/ports/games/openra/files In directory cvs.openbsd.org:/tmp/cvs-serv1476/files Log Message: Directory /cvs/ports/games/openra/files added to the

CVS: cvs.openbsd.org: ports

2021-05-11 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2021/05/11 12:51:46 Modified files: games/openjk : Makefile distinfo Log message: Update to the latest upstream code for OpenJK. This gives us a change in the CMakefile to add -fsigned-char for clang

CVS: cvs.openbsd.org: ports

2021-07-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2021/07/04 16:33:49 Modified files: sysutils/ipmitool: Makefile Log message: Both our arm64 and powerpc64 platforms support ipmi(4), so make sure to enable the OpenIPMI interface for them as well. Tested

CVS: cvs.openbsd.org: ports

2021-04-10 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2021/04/10 09:31:33 Added files: lang/mono/patches: patch-external_bdwgc_include_private_gcconfig_h

CVS: cvs.openbsd.org: ports

2021-04-10 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2021/04/10 09:36:13 Modified files: infrastructure/mk: arch-defines.mk Log message: Add aarch64 to MONO_ARCHS. ok robert@ naddy@

CVS: cvs.openbsd.org: ports

2021-10-29 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2021/10/29 05:13:06 Modified files: sysutils/dtb : Makefile Added files: sysutils/dtb/patches: patch-arch_arm64_boot_dts_rockchip_rk3328-nanopi-r2s_dts Log

CVS: cvs.openbsd.org: ports

2021-10-29 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2021/10/29 05:14:46 Modified files: sysutils/u-boot: Makefile sysutils/u-boot/pkg: PFRAG.aarch64 Added files: sysutils/u-boot/patches:

CVS: cvs.openbsd.org: ports

2023-09-02 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/09/02 12:00:28 Modified files: sysutils/dtb : Makefile distinfo sysutils/dtb/patches: patch-arch_arm64_boot_dts_qcom_sc8280xp-lenovo-thinkpad-x13s_dts

CVS: cvs.openbsd.org: ports

2022-12-12 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2022/12/12 11:46:51 Modified files: sysutils/dtb : Makefile distinfo sysutils/dtb/patches: patch-arch_arm64_boot_dts_qcom_sc8280xp-lenovo-thinkpad-x13s_dts

CVS: cvs.openbsd.org: ports

2022-12-06 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2022/12/06 10:29:15 Modified files: sysutils/firmware: Makefile Log message: Hook up arm64-qcom-dtb

CVS: cvs.openbsd.org: ports

2022-12-06 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2022/12/06 10:26:25 Log message: Import firmware that provides dtbs for arm64-based Qualcomm SoCs. discussed with many ok phessler@ sthen@ tobhe@ Status: Vendor Tag: pwildt

CVS: cvs.openbsd.org: ports

2022-12-06 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2022/12/06 10:30:36 Modified files: sysutils/dtb : Makefile Log message: An sysutils/dtb update should also bump sysutils/firmware/arm64-qcom-dtb. ok phessler@ sthen@ tobhe@

CVS: cvs.openbsd.org: ports

2022-12-08 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2022/12/08 15:53:09 Modified files: sysutils/dtb : Makefile sysutils/dtb/patches: patch-arch_arm64_boot_dts_qcom_sc8280xp-lenovo-thinkpad-x13s_dts

CVS: cvs.openbsd.org: ports

2022-11-30 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2022/11/30 03:00:25 Modified files: sysutils/dtb : Makefile sysutils/dtb/patches: patch-arch_arm64_boot_dts_qcom_sc8280xp-lenovo-thinkpad-x13s_dts

CVS: cvs.openbsd.org: ports

2022-11-30 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2022/11/30 02:56:42 Added files: sysutils/dtb/patches: patch-arch_arm64_boot_dts_qcom_sc8280xp-lenovo-thinkpad-x13s_dts

CVS: cvs.openbsd.org: ports

2022-11-28 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2022/11/28 08:16:20 Modified files: sysutils/dtb : Makefile distinfo sysutils/dtb/patches: patch-arch_arm64_boot_dts_rockchip_rk3328-rock64_dts

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/01/16 14:08:05 Modified files: sysutils/dtb : Makefile sysutils/dtb/patches: patch-arch_arm64_boot_dts_qcom_sc8280xp-lenovo-thinkpad-x13s_dts

Re: CVS: cvs.openbsd.org: ports

2023-02-19 Thread Patrick Wildt
On Thu, Feb 16, 2023 at 07:32:57AM +0100, Antoine Jacoutot wrote: > On Wed, Feb 08, 2023 at 06:03:04AM -0700, Patrick Wildt wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: patr...@cvs.openbsd.org 2023/02/08 06:03:04 > > > > Modified f

CVS: cvs.openbsd.org: ports

2023-02-19 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/02/19 06:55:04 Modified files: devel/riscv-elf/gcc: Makefile Log message: Add --without-zstd to the configure options, so that the build doesn't fail on machines where archivers/zstd is not

CVS: cvs.openbsd.org: ports

2023-02-20 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/02/20 18:53:21 Modified files: sysutils/dtb : Makefile distinfo sysutils/dtb/patches: patch-arch_arm64_boot_dts_qcom_sc8280xp-lenovo-thinkpad-x13s_dts

CVS: cvs.openbsd.org: ports

2023-02-20 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/02/20 19:06:32 Modified files: sysutils/dtb/pkg: PLIST Log message: Update PLIST for linux 6.2, which I forgot to commit. Caught by jsg@, thanks!

CVS: cvs.openbsd.org: ports

2023-04-22 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/04/22 10:21:08 ports/devel/arm-none-eabi/gcc Update of /cvs/ports/devel/arm-none-eabi/gcc In directory cvs.openbsd.org:/tmp/cvs-serv23473/gcc Log Message: Directory /cvs/ports/devel/arm-none-eabi/gcc added

CVS: cvs.openbsd.org: ports

2023-04-22 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/04/22 10:21:21 ports/devel/arm-none-eabi/gcc/patches Update of /cvs/ports/devel/arm-none-eabi/gcc/patches In directory cvs.openbsd.org:/tmp/cvs-serv11131/gcc/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2023-04-22 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/04/22 10:21:21 ports/devel/arm-none-eabi/gcc/pkg Update of /cvs/ports/devel/arm-none-eabi/gcc/pkg In directory cvs.openbsd.org:/tmp/cvs-serv11131/gcc/pkg Log Message: Directory

CVS: cvs.openbsd.org: ports

2023-04-22 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/04/22 10:20:45 Modified files: devel/arm-none-eabi/binutils: Makefile distinfo devel/arm-none-eabi/binutils/patches: patch-gprof_Makefile_in

CVS: cvs.openbsd.org: ports

2023-04-22 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/04/22 10:23:25 Added files: devel/arm-none-eabi/gcc: Makefile distinfo devel/arm-none-eabi/gcc/patches: patch-Makefile_in patch-gcc_Makefile_in

CVS: cvs.openbsd.org: ports

2023-04-22 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/04/22 10:26:16 Modified files: devel/arm-none-eabi: Makefile Makefile.inc Log message: Switch over from arm-none-eabi gcc-linaro to gcc. ok tobhe@

CVS: cvs.openbsd.org: ports

2023-04-22 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/04/22 10:27:40 Modified files: devel/arm-none-eabi/newlib: Makefile devel/arm-none-eabi/newlib/pkg: PLIST Log message: arm-none-eabi binutils and gcc update influenced newlib PLIST contents.

CVS: cvs.openbsd.org: ports

2023-04-21 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/04/21 17:20:22 Modified files: devel/riscv-elf/binutils: Makefile devel/riscv-elf/binutils/patches: patch-ld_Makefile_in devel/riscv-elf/binutils/pkg: PLIST Added files:

  1   2   >