Olivier Cochard-Labbé

Results 12 issues of Olivier Cochard-Labbé

On my poudriere image, I don't need any pkg-static* files (32M each!). So my pkg.conf is like this one: ``` FILES_IGNORE_GLOB: [ "*.a", "/usr/local/sbin/pkg-static*", ] ``` But only pkg-static.pkgsave isn't...

I was testing a new port with a lot of dependencies, so I've ran the command "testport -c" to be able to build and test with all different port's option....

Feature_Request
Ports Workflow
Discussion
UI/UX
poudriere-testport

When playing my ttyrecord, the playback speed is a lot's too fast. How to configure the playback speed ?

This allow to easly update the EFI loader and sync with a standard FreeBSD install.

poudriere-image

While generating the full firmware image (full disk image), we need to generate the upgrade-only image too (OS partition) to be used to upgrade older installed firmware.

poudriere-image

Adding support, tested on Intel Xeon Platinum 8259CL and AMD EPYC 7502P. I didn’t map all CPU features name, but only the mandatories like [`MMX+ -> mmxext`](https://github.com/freebsd/freebsd-src/blob/main/sys/x86/x86/identcpu.c#L890). ``` $ uname...

## Prerequisites - [X] Have you checked for an existing issue describing your problem? - [x] Are you running the latest version? - [X] Is your ports tree recent? -...

bug

I met a problem with pkg-query on 10.1-BETA1 with pkg 1.3.7. Here is an example with my list of installed package: ``` [root@router]~# pkg info bird-1.4.4 Dynamic IP routing daemon...

## Prerequisites - [X] Have you checked for an existing issue describing your problem? - [X] Are you running the latest version? - [X] Is your ports tree recent? -...

bug
poudriere-image

- make a symbol new in FreeBSD 13 optional - mark a union as packed that will require unaligned access Author: Robert Clausecker