[sparc64] Fix build of archivers/snappy

2022-03-02 Thread Kurt Mosiejczuk
snappy 1.1.9 explodes horribly on sparc64: /usr/obj/ports/snappy-1.1.9/bin/c++ -DHAVE_CONFIG_H -Dsnappy_EXPORTS -I. -I/usr/obj/ports/snappy-1.1.9/snappy-1.1.9 -O2 -pipe -Wall -Wextra -fno-exceptions -fno-rtti -DNDEBUG -fPIC -std=c++11 -MD -MT CMakeFiles/snappy.dir/snappy.cc.o -MF CMakeFiles/sna

sparc64 bulk build report

2022-03-02 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Mon Feb 28 01:26:39 MST 2022 Finished: Wed Mar 2 19:27:00 MST 2022 Duration: 2 Days 18 hours 0 minutes Built using OpenBSD 7.1-beta (GENERIC.MP) #1217: Sat Feb 26 21:21:21 MST 2022 Built 8605 packages Number of packages built each day: Feb 2

Re: [UPDATE] security/stunnel to 5.62

2022-03-02 Thread Gleydson Soares
Hello, I have managed to make stunnel build against libressl. While working on it, i've triggered a segfault: openbsd-arm64$ stunnel Segmentation fault (core dumped) openbsd-arm64$ ... So looked at the coredump to find clues: Program received signal SIGSEGV, Segmentation fault. prng_init (glob

[sparc64] Fix build of net/amule

2022-03-02 Thread Kurt Mosiejczuk
net/amule fails to build because it cannot find the freetype libraries. This diff fixes the build by adding "-L${X11BASE}/lib" to LDFLAGS. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/net/amule/Makefile,v retrieving revision

debug-cups-filters moves into a manual-installation during upgrade

2022-03-02 Thread Mikolaj Kucharski
Hi, I have following packages installed via pkg_add -a: debug-cups-2.4.1 debug-cups-filters-1.28.12 debug-cups-libs-2.4.1 I do periodic snapshot upgrades via sysupgrade(8) -s and upgrade.site(5). I like to have above packages marked as non-manual. It helps me track whan is a temporary setup for

Re: [UPDATE] graphics/opencolorio -> 2.1.1

2022-03-02 Thread Stuart Henderson
On 2022/03/02 03:03, Dimitri Karamazov wrote: > Update graphics/opencolorio to 2.1.1 > > This update is required for the upcoming blender-3.0.1 and > has a new dependency for devel/pystring which has already > been sent to the ports mailing list. > > Changelog:https://github.com/AcademySoftwareF

Re: [NEW] devel/pystring: required for opencolorio, blender update

2022-03-02 Thread Dimitri Karamazov
On Wed, Mar 02, 2022 at 11:27:12AM +0100, Omar Polo wrote: > Dimitri Karamazov wrote: > > On Tue, Mar 01, 2022 at 10:05:09PM -0500, Daniel Dickman wrote: > > > I think it needs > > > > > > WANTLIB += ${COMPILER_LIBCXX} m > > > > > > with that added, ok daniel@ for someone to import > > > > > D

mips64 bulk build report

2022-03-02 Thread visa
bulk build on octeon.ports.openbsd.org started on Mon Feb 21 17:16:58 UTC 2022 finished at Wed Mar 2 07:33:37 UTC 2022 lasted 09D14h16m done with kern.version=OpenBSD 7.1-beta (GENERIC.MP) #857: Sun Feb 20 19:35:55 MST 2022 built packages:9037 Feb 21:1808 Feb 22:1006 Feb 23:647 Feb 24:475 Feb 25

Re: UPDATE: devel/abseil-cpp - some fixes and turning on tests

2022-03-02 Thread Klemens Nanni
On Wed, Mar 02, 2022 at 09:14:37AM +0100, Omar Polo wrote: > Klemens Nanni wrote: > > > I have no fix for this but would like to get tests enabled where > > possible. > > > > Since enabling tests breaks the build and thus the package, how about > > disabling tests on sparc6? > > > > I guess som

Re: gmic update

2022-03-02 Thread Marc Espie
On Wed, Mar 02, 2022 at 11:10:11AM +0100, Marc Espie wrote: > On Tue, Mar 01, 2022 at 09:46:19PM -0500, Josh Grosse wrote: > > On Tue, Mar 01, 2022 at 05:42:32PM +0100, Marc Espie wrote: > > > > > > Here's an update to gmic and gmic-qt. > > > This uses the newly commited framework parts that ditch

Re: [NEW] devel/pystring: required for opencolorio, blender update

2022-03-02 Thread Omar Polo
Dimitri Karamazov wrote: > On Tue, Mar 01, 2022 at 10:05:09PM -0500, Daniel Dickman wrote: > > I think it needs > > > > WANTLIB += ${COMPILER_LIBCXX} m > > > > with that added, ok daniel@ for someone to import > > > > On Tue, Mar 1, 2022 at 9:42 PM Dimitri Karamazov > > wrote: > > > > > > Info

Re: gmic update

2022-03-02 Thread Marc Espie
On Tue, Mar 01, 2022 at 09:46:19PM -0500, Josh Grosse wrote: > On Tue, Mar 01, 2022 at 05:42:32PM +0100, Marc Espie wrote: > > > > Here's an update to gmic and gmic-qt. > > This uses the newly commited framework parts that ditch $OpenBSD$ > > Hence a bit of churn. > > > > Apart from that, things

Re: UPDATE: devel/abseil-cpp - some fixes and turning on tests

2022-03-02 Thread Omar Polo
Klemens Nanni wrote: > I have no fix for this but would like to get tests enabled where > possible. > > Since enabling tests breaks the build and thus the package, how about > disabling tests on sparc6? > > I guess some other arch will fail as well, but we can still fix that > once bulk reports