Re: xwayland-devel checksum error

2020-05-07 Thread Jan Beich
Grzegorz Junka writes: > Why am I getting this: > > ===> Fetching all distfiles required by xwayland-devel-1.20.0.641_1 > for building > => SHA256 Checksum OK for > xorg-xserver-785e59060c00129e47da6c0877604a56d7e0e32f_GL0.tar.gz. > => SHA256 Checksum mismatch for 71749de24509.patch. > => SHA256

Re: Poudriere - Compile ALL Ports

2020-05-07 Thread Chris
On Thu, 7 May 2020 20:39:41 +0200 Leander Schaefer i...@netocean.de said Hello Chris, Hello List, I have checked out ports-mgmt/synth unfortunately it would be a massive downgrade compared to poudriere. Does anyone have the right clue about how the FreeBSD package managment team provides a

Re: Poudriere - Compile ALL Ports

2020-05-07 Thread Christoph Moench-Tegeder
## Leander Schaefer (i...@netocean.de): > Does anyone have the right clue about > how the FreeBSD package managment team provides a complete repository > without having these conflicts? There must be a way to do this with > poudriere since I am most certainly sure they also use poudriere.

Re: Poudriere - Compile ALL Ports

2020-05-07 Thread Leander Schaefer
Hello Chris, Hello List, I have checked out ports-mgmt/synth unfortunately it would be a massive downgrade compared to poudriere. Does anyone have the right clue about how the FreeBSD package managment team provides a complete repository without having these conflicts? There must be a way to

xwayland-devel checksum error

2020-05-07 Thread Grzegorz Junka
Why am I getting this: ===> Fetching all distfiles required by xwayland-devel-1.20.0.641_1 for building => SHA256 Checksum OK for xorg-xserver-785e59060c00129e47da6c0877604a56d7e0e32f_GL0.tar.gz. => SHA256 Checksum mismatch for 71749de24509.patch. => SHA256 Checksum mismatch for

Have pkg-rquery only return results for highest priority repo

2020-05-07 Thread Jose Quinteiro
Setup: - Stock /etc/pkg/FreeBSD.conf - The following in /usr/local/etc/pkg/repos/local.conf local: { url: "file:///some/long/path", enabled: yes, priority: 1, } Querying for a package that exists in both repos yields apparently duplicate results: $ pkg rquery '%n'

Re: Building a port with debug symbols using poudriere

2020-05-07 Thread Mathieu Arnold
On Wed, May 06, 2020 at 07:52:45PM -0500, Greg Rivers wrote: > On Wednesday, 6 May 2020 17:49:06 CDT Matthias Andree wrote: > > Am 06.05.20 um 18:05 schrieb Greg Rivers: > > > I need to build bind916 with debug symbols. According to the Makefile, > > > defining "WITH_DEBUG" will accomplish that.