Re: [macppc] Unbreak x11/qt5/qtwebkit

2021-05-10 Thread George Koehler
On Mon, 10 May 2021 20:10:48 + Charlene Wendling wrote: > __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 is not defined on powerpc because > there is no instruction on that arch for that. Nonetheless we > can use 8 byte __sync_* operators [0]. > > This code addresses issues with old gcc versions that ar

[update patch] remind 3.3.6 -> 3.3.7

2021-05-10 Thread Martin Ziemer
This patch updates remind from 3.3.6 to 3.3.7. Tested on three amd64 systems (One cli only, the other two with tkremind) make test fails as root, as root tests are disabled in upstream! Using privilege separation in ports means also success for the test. Index: Makefile

Re: Unbreak kde-applications/kde-dev-scripts (draw_lib_dependencies)

2021-05-10 Thread Rafael Sadowski
On Tue May 11, 2021 at 12:36:18AM +0200, Jeremie Courreges-Anglas wrote: > On Mon, May 10 2021, Rafael Sadowski wrote: > > Fix draw_lib_dependencies which is a handy to to create such kind of > > graphs: > > > > https://sizeofvoid.org/pub/OpenBSD/libKF5Attica.so.5.0.png > > > > $ draw_lib_dependen

gdm can't launch because looking for /usr/bin/X

2021-05-10 Thread Solene Rapenne
I'm using gdm-3.38.2.1p2 on -current amd64 but gdm doesn't run from service. When I start it manually as root, I get the following error: Failed to execute child process ?/usr/bin/X? (No such file or directory) gdm[35034]: Gdm: Could not start the X server (your graphical environment) due to an i

Re: Update to redis-6.2.3

2021-05-10 Thread Daniel Jakots
On Tue, 4 May 2021 17:36:54 +0200, Theo Buehler wrote: > All tests pass for me on amd64 (multiple runs) and on sparc64. As > mentioned on ICB, this failure could be a ulimit issue related to > not using PORTS_PRIVSEP. Committed, thanks! > Given the security impact, it would probably be a good i

Re: Unbreak kde-applications/kde-dev-scripts (draw_lib_dependencies)

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Rafael Sadowski wrote: > Fix draw_lib_dependencies which is a handy to to create such kind of > graphs: > > https://sizeofvoid.org/pub/OpenBSD/libKF5Attica.so.5.0.png > > $ draw_lib_dependencies /usr/local/lib/libKF5Attica.so.5.0 > /tmp/libKF5Attica.so.5.0.png > Analyzing dep

[UPDATE] audio/ncspot to 0.7.0

2021-05-10 Thread Henrik Friedrichsen
Updates ncspot from 0.5.0 to 0.7.0 Changes: - https://github.com/hrkfdn/ncspot/releases/tag/v0.6.0 - https://github.com/hrkfdn/ncspot/releases/tag/v0.7.0 OK?Index: Makefile === RCS file: /cvs/ports/audio/ncspot/Makefile,v retrieving

Re: [macppc] Unbreak x11/qt5/qtwebkit

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Charlene Wendling wrote: > Hi, > > qtwebkit does not build in the current macppc bulk, the first with > clang-11: > >> ../Source/WTF/wtf/Atomics.cpp:63:9: error: definition of builtin function >> '__sync_add_and_fetch_8' >> int64_t __sync_add_and_fetch_8(int64_t volatile* ad

Re: textproc/libxml CVE-2021-3537

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Alexander Bluhm wrote: > Hi, > > ok to fix CVE-2021-3537 ? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: flake8-3.8.4 is broken after 6.9 upgrade

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, K R wrote: > Hi ports@, > > After an upgrade to OpenBSD 6.9, flake8 no longer works: > > --- > [...] > File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", > line 3264, in _initialize_master_working_set > working_set = WorkingSet._build_master() > F

Re: UPDATE: devel/bison

2021-05-10 Thread Todd C . Miller
On Sun, 09 May 2021 12:01:08 +0100, Stuart Henderson wrote: > > net/olsrd,-gui > - https://github.com/OLSR/olsrd/pull/87 Fixed by the following. Not sure if bumping REVISION for both is necessary. - todd Index: net/olsrd/Makefile ===

Re: invasive build ; writing to /usr/local

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Björn Gohla wrote: > hi all, > > i'm trying to make a port, and the problem i ran into is that their > build system tries to write linker output directly to /usr/local . i > imagine it will be impossible to create a package this way. > > is there any way that the ports infrast

Re: [update] databases/lmdb to 0.9.29

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Aisha Tammy wrote: > Hi, Hi, > I've reattached the patch for lmdb update. Note that it still doesn't apply. ;) > This time I've also added a patch from debian which adds a pkgconfig file. I'll leave that out unless I get a good reason to diverge from upstream. > There ha

Re: [update] databases/lmdb to 0.9.29

2021-05-10 Thread Aisha Tammy
Hi, I've reattached the patch for lmdb update. This time I've also added a patch from debian which adds a pkgconfig file. There has been addition of a symbol (MAP_NOSYNC) so I've bumped the minor. Thanks, Aisha diff --git a/databases/lmdb/Makefile b/databases/lmdb/Makefile index 7d110399173.

[macppc] Unbreak x11/qt5/qtwebkit

2021-05-10 Thread Charlene Wendling
Hi, qtwebkit does not build in the current macppc bulk, the first with clang-11: > ../Source/WTF/wtf/Atomics.cpp:63:9: error: definition of builtin function > '__sync_add_and_fetch_8' > int64_t __sync_add_and_fetch_8(int64_t volatile* addend, int64_t value) > ../Source/WTF/wtf/Atomics.cpp:68:9:

flake8-3.8.4 is broken after 6.9 upgrade

2021-05-10 Thread K R
Hi ports@, After an upgrade to OpenBSD 6.9, flake8 no longer works: --- [...] File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/local/lib/python3.8/site-packages/pkg_res

[base-gcc/sparc64] Fix x11/xkbcommon build

2021-05-10 Thread Kurt Mosiejczuk
xkbcommon won't build with base-gcc. This patch switches it to use ports-gcc on sparc64. This fixes the build on sparc64 (tested in the last build). ok? --Kurt Index: Makefile === RCS file: /cvs/ports/x11/xkbcommon/Makefile,v retrie

Unbreak kde-applications/kde-dev-scripts (draw_lib_dependencies)

2021-05-10 Thread Rafael Sadowski
Fix draw_lib_dependencies which is a handy to to create such kind of graphs: https://sizeofvoid.org/pub/OpenBSD/libKF5Attica.so.5.0.png $ draw_lib_dependencies /usr/local/lib/libKF5Attica.so.5.0 /tmp/libKF5Attica.so.5.0.png Analyzing dependencies of: /usr/local/lib/libKF5Attica.so.5.0 Creating o

invasive build ; writing to /usr/local

2021-05-10 Thread Björn Gohla
hi all, i'm trying to make a port, and the problem i ran into is that their build system tries to write linker output directly to /usr/local . i imagine it will be impossible to create a package this way. is there any way that the ports infrastructure can help to sandbox this? i'm guessing not, a

Re: Unbreak emulators/retroarch

2021-05-10 Thread Theo Buehler
+Cc maintainer On Sat, May 08, 2021 at 05:28:57PM +0200, Rafael Sadowski wrote: > retroarch failed in my last bulk with the following error: > > c++ -O2 -pipe -Wno-switch -Wno-sign-compare -fno-strict-aliasing > -Wno-reorder -Wno-parentheses -ffast-math -DBSD -DHAVE_FILE_LOGGER > -DHAVE_SHADER

Re: [new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-10 Thread Solene Rapenne
On Thu, 06 May 2021 16:23:45 -0600 Aaron Bieber : > Solene Rapenne writes: > > > On Thu, 06 May 2021 15:04:11 -0600 > > Aaron Bieber : > > > >> Solene Rapenne writes: > >> > >> > On Thu, 06 May 2021 07:54:10 -0600 > >> > Aaron Bieber : > >> > > >> >> Hi, > >> >> > >> >> Here is a port o

textproc/libxml CVE-2021-3537

2021-05-10 Thread Alexander Bluhm
Hi, ok to fix CVE-2021-3537 ? Unfortunately libxml2 does not make security releases so we have to pick the patches from their repository. bluhm Index: textproc/libxml/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/textproc/l

Ping2: [update patch] smartmontools 7.1p0 -> 7.2

2021-05-10 Thread Martin Ziemer
Am Tue, May 04, 2021 at 08:26:44AM +0200 schrieb Martin Ziemer: > Am Wed, Apr 07, 2021 at 10:59:26AM +0200 schrieb Martin Ziemer: > > This patch updates smartmontools from 7.1p0 to 7.2. > > > > There are three changes imported from upstream to get smartmontools > > work on all my systems. > > > >

sparc64 bulk build report

2021-05-10 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Fri May 7 12:01:01 MDT 2021 Finished: Mon May 10 02:34:05 MDT 2021 Duration: 2 Days 14 hours 33 minutes Built using OpenBSD 6.9-current (GENERIC.MP) #814: Fri May 7 04:00:39 MDT 2021 Built 9436 packages Number of packages built each day: Ma