CVS: cvs.openbsd.org: ports

2020-04-18 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/18 07:53:58 Modified files: graphics/openimageio: Makefile Log message: openimageio: mark BROKEN-powerpc It fails the same way i386 does. While here, remove the use of `-latomic' for powerpc,

[macppc, maybe mips64] Unbreak multimedia/mkvtoolnix

2020-04-18 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/mips64/2020-04-02/multimedia/mkvtoolnix%2Cno_x11.log (spoiler: uses ld.lld on macppc as well) This is what happens, because i had fun with it as usual: - autoconf searches for lld, and defines LLVM_LLD - 'configure' only allows overriding of LLVM_LLD

CVS: cvs.openbsd.org: ports

2020-04-17 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/17 07:03:26 Modified files: emulators/dgen-sdl: Makefile Log message: dgen-sdl: remove BROKEN-powerpc, it builds and works fine with clang OK edd@ (maintainer)

CVS: cvs.openbsd.org: ports

2020-04-17 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/17 07:01:53 Modified files: lang/swi-prolog: Makefile Log message: swi-prolog: remove BROKEN-powerpc, it builds and works fine with clang OK edd@ (maintainer)

CVS: cvs.openbsd.org: ports

2020-04-16 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/16 15:06:54 Added files: www/libsass/patches: patch-Makefile Log message: libsass: disable forced concurrent compilation to avoid excessive RAM usage on memory constrained archs. OK jasper@

[fix] www/libsass: don't use concurrent compilation

2020-04-16 Thread Charlene Wendling
Hi, Here is a simple patch to disable forced concurrent compilation for libsass. I've noticed that my PowerBook was using more swap that it should while building this port; 12 c++ processes were running. It comes straight from upstream [0], and has been included in more recent releases of

[macppc] Unbreak www/webkitgtk4 (Was: [macppc] www/webkitgtk4 can't be built)

2020-04-16 Thread Charlene Wendling
Hi, jca@ found the missing symbol :) Here is a diff that: - fix the undefined reference to `WTF::Optional JSC::parse(char const*)'. The conditional is supposed to be '( OS(OPENBSD) && CPU(PPC) )' instead of using defined()s but the former does not work. - drop the `__mulodi4' powerpc

CVS: cvs.openbsd.org: ports

2020-04-15 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/15 09:24:31 Modified files: x11/kde/arts3 : Makefile Added files: x11/kde/arts3/patches: patch-flow_gsl_gslglib_h patch-mcop_debug_cc Log message: arts3:

Re: [macppc] Unbreak x11/kde/arts3

2020-04-14 Thread Charlene Wendling
On Mon, 13 Apr 2020 21:27:17 +0200 Charlene Wendling wrote: > Hi, > > arts3 is broken in the current macppc bulk: > > > /usr/obj/ports/arts-1.5.10/arts-1.5.10/mcop/debug.cc:797:3: error: > > array type 'va_list' (aka '__builtin_va_list') is not assignable >

[macppc] www/webkitgtk4 can't be built

2020-04-14 Thread Charlene Wendling
Hi, As the ports tree may be locked when the bulk will be finished, i'll report the most important failures i'm not able to fix on macppc, as soon as they happen. > https://bin.charlenew.xyz/webkitgtk4-2.28.1p0.log - this already happened with ports-clang - other ld.bfd archs can build it - i

[macppc] Unbreak x11/kde/arts3

2020-04-13 Thread Charlene Wendling
Hi, arts3 is broken in the current macppc bulk: > /usr/obj/ports/arts-1.5.10/arts-1.5.10/mcop/debug.cc:797:3: error: > array type 'va_list' (aka '__builtin_va_list') is not assignable > G_VA_COPY (args2, args1); (there has been another occurrence later) This is happening because _CALL_SYSV is

CVS: cvs.openbsd.org: ports

2020-04-12 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/12 12:29:01 Modified files: security/gnupg : Makefile Added files: security/gnupg/patches: patch-mpi_config_links Log message: gnupg: fix the build on macppc with clang: - add

CVS: cvs.openbsd.org: ports

2020-04-12 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/12 07:30:55 Modified files: games/godot: Makefile Log message: godot: don't require `-latomic' anymore on powerpc, since this arch has been switched to clang OK thfr@ (maintainer)

[macppc] Unbreak security/gnupg

2020-04-12 Thread Charlene Wendling
Hi, gnupg is broken in the current macppc bulk for two reasons: > error: invalid use of a cast in an inline asm context requiring an > l-value This needs `-fheinous-gnu-extensions' as seen on other archs. > error: unsupported argument '-mppc' to option 'Wa,' The integrated assembler being

CVS: cvs.openbsd.org: ports

2020-04-11 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/11 20:17:15 Modified files: emulators/snes9x: Makefile Log message: snes9x: remove BROKEN-powerpc Proposed by Donovan Watteau (thanks!) for ports-gcc-8.3; the move to base-clang fixes various GTK

CVS: cvs.openbsd.org: ports

2020-04-11 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/11 06:52:29 Modified files: graphics/opencv: Makefile Log message: opencv: don't require `-latomic' anymore on powerpc, since this arch has been switched to clang OK rsadowski@ (maintainer)

CVS: cvs.openbsd.org: ports

2020-04-10 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/10 09:00:56 Modified files: net/bro: Makefile Log message: bro: don't require `-latomic' anymore on powerpc, since this arch has been switched to clang OK aja@ (maintainer)

CVS: cvs.openbsd.org: ports

2020-04-10 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/10 08:59:48 Modified files: games/eduke32 : Makefile Log message: eduke32: don't require `-latomic' anymore on powerpc, since this arch has been switched to clang OK Ryan Freeman (maintainer)

CVS: cvs.openbsd.org: ports

2020-04-09 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/09 06:43:22 Modified files: net/libfilezilla: Makefile Log message: libfilezilla: don't require `-latomic' anymore on powerpc, since this arch has been switched to clang OK bket@ (maintainer)

CVS: cvs.openbsd.org: ports

2020-04-08 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/08 16:41:18 Modified files: games/nblood : Makefile Log message: nblood: don't require `-latomic' anymore on powerpc, since this arch has been switched to clang OK jsg@ (maintainer)

[update] sysutils/neofetch 6.1.0 -> 7.0.0

2020-04-07 Thread Charlene Wendling
= 7.0.0 MAINTAINER = Charlene Wendling Index: distinfo === RCS file: /cvs/ports/sysutils/neofetch/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo16 Sep 2019 20:23:48 - 1.3 +++ distinfo7

CVS: cvs.openbsd.org: ports

2020-04-06 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/06 16:56:29 Modified files: audio/cmus : Makefile net/isc-dhcp : Makefile Log message: cmus, isc-dhcp: don't require `-latomic' anymore on powerpc, since this arch has been switched

CVS: cvs.openbsd.org: ports

2020-04-06 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/06 14:58:29 Modified files: databases/mariadb: Makefile Log message: mariadb: don't require `-latomic' anymore on powerpc, since this arch has been switched to clang "go ahead" Brad (maintainer)

CVS: cvs.openbsd.org: ports

2020-04-06 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/06 14:24:54 Modified files: lang/quickjs : Makefile games/stockfish: Makefile Log message: quickjs, stockfish: don't require `-latomic' anymore on powerpc, since this arch has been

[macppc] audio/cmus, net/isc-dhcp: don't need -latomic anymore

2020-04-06 Thread Charlene Wendling
Hi, Since powerpc switched to clang, `-latomic' and the 'atomic' WANTLIB are not needed anymore on this arch, and actually break the build. The following ports have no maintainers, so here is a diff for them that disables that switch on powerpc. For maintained ports, i'm sending diff to

CVS: cvs.openbsd.org: ports

2020-04-06 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/06 07:36:08 Modified files: net/haproxy: Makefile Log message: haproxy: don't require `-latomic' anymore on powerpc, now that this arch switched to clang OK danj@ (maintainer), also built by

CVS: cvs.openbsd.org: ports

2020-04-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/04/04 13:26:43 Modified files: math/netcdf: Makefile math/netcdf/patches: patch-ncdap_test_tst_urls_sh patch-ncgen3_ncgenyy_c patch-ncgen_ncgenl_c Added

[big endian] Unbreak math/netcdf

2020-04-04 Thread Charlene Wendling
Hi, I've spotted this while lurking the sparc64 bulk, netcdf fails to build: > libdispatch/dfilter.c:681:1: error: static declaration of 'byteswap8' > follows non-static declaration (and more) A pull request has already been made to the upstream GitHub repo [0], this fixes the build on macppc

Re: [base-gcc/sparc64] Fix build for x11/gnome/control-center

2020-03-29 Thread Charlene Wendling
On Sun, 29 Mar 2020 21:11:18 +0200 Jeremie Courreges-Anglas wrote: > On Sun, Mar 29 2020, Antoine Jacoutot wrote: > > On Sun, Mar 29, 2020 at 02:53:49AM -0400, Kurt Mosiejczuk wrote: > >> On Sun, Mar 29, 2020 at 01:10:12AM +0100, Antoine Jacoutot wrote: > >> > On Sat, Mar 28, 2020 at 02:39:28PM

CVS: cvs.openbsd.org: ports

2020-03-22 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/03/22 11:18:01 Modified files: infrastructure/templates: Makefile.template Log message: Makefile.template: add a hook to remove MS-DOS line endings in files needing patches. Proposed by and OK

CVS: cvs.openbsd.org: ports

2020-03-22 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/03/22 11:16:30 Modified files: infrastructure/bin: portcheck Log message: portcheck: add a check for MS-DOS line endings in patches. Proposed by and OK sthen@

CVS: cvs.openbsd.org: ports

2020-03-12 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/03/12 16:01:31 Modified files: graphics/pstoedit: Makefile Log message: pstoedit: don't force C++11. This fixes the build on !clang archs. OK steven@ (maintainer), jca@

[ld.bfd] don't build net/dleyna-*

2020-03-11 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/sparc64/2020-03-08/net/dleyna/ > http://build-failures.rhaalovely.net/powerpc/2020-02-14/net/dleyna/ > http://build-failures.rhaalovely.net/mips64/2020-02-23/net/dleyna/ I'm proposing to not build dleyna on ld.bfd archs, the renderer is known to be broken

[ports-gcc] Unbreak graphics/pstoedit

2020-03-11 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/sparc64/2020-03-08/graphics/pstoedit.log (not yet on macppc) Back in the ports-gcc-4.9 days we had to force C++11, but now it's useless with gcc-8.3, and it wants C++14 at least. Once `-std=c++11' is removed, it builds fine on macppc [0] and is still

CVS: cvs.openbsd.org: ports

2020-03-08 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/03/08 09:00:45 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: youtube-dl: update to 2020.03.08, unbreaks youtube age-gated videos

Re: UPDATE: sysutils/coreutils 8.31 => 8.32

2020-03-07 Thread Charlene Wendling
Hi :) On Fri, 6 Mar 2020 23:56:05 -0500 Brian Callahan wrote: > Hi ports -- > > Attached is an update to the GNU coreutils. > Summary of the major user-visible changes is here: > https://lists.gnu.org/archive/html/coreutils-announce/2020-03/msg0.html Since they did not distribute tar.gz

Re: [UPDATE] cad/magic 8.1.224 -> 8.2.190

2020-03-07 Thread Charlene Wendling
Hi, On Sat, 7 Mar 2020 18:28:44 +0100 Alessandro De Laurenzis wrote: > Greetings, > > The attached diff updates cad/magic to a very recent release. > > Please note that this is a big jump, since we're moving from 8.1 > (distribution) branch to 8.2 (development). > > The point has been

CVS: cvs.openbsd.org: ports

2020-03-07 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/03/07 08:09:49 Modified files: multimedia/frei0r-plugins: Makefile Log message: frei0r-plugins: use ports-gcc on !clang archs Initialisation of members is valid but only since C++11, base-g++ does

CVS: cvs.openbsd.org: ports

2020-03-06 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/03/06 17:30:59 Modified files: lang/hashlink : Makefile lang/hashlink/patches: patch-libs_uv_uv_c patch-src_hl_h patch-src_std_socket_c

[ports-gcc] Unbreak multimedia/frei0r-plugins

2020-03-06 Thread Charlene Wendling
frei0r-plugins fails in the current sparc64 bulk: > /usr/obj/ports/frei0r-plugins-1.7.0/frei0r-plugins-1.7.0/src/filter/elastic_scale/ > elastic_scale.cpp:152: error: ISO C++ forbids initialization of > member'm_transformationCalculations' Such initialisation of members is valid but only since

Re: MSDOS line-ending [Re: [ports-gcc/all archs] fix lang/hashlink]

2020-03-06 Thread Charlene Wendling
On Fri, 6 Mar 2020 10:54:36 + Stuart Henderson wrote: > On 2020/03/06 08:29, Theo Buehler wrote: > > While the diff reads fine, it doesn't apply, probably due to the > > MSDOS line endings. Can you send it as an attachment or host it > > somewhere, please? > > Gah, another one... If anyone

CVS: cvs.openbsd.org: ports

2020-03-06 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/03/06 05:00:09 Modified files: audio/mumble : Makefile Log message: mumble: don't use pre compilated headers on gcc archs because they are invalid there. OK jca@

[ports-gcc] Unbreak audio/mumble

2020-03-05 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/sparc64/2020-03-01/audio/mumble.log I've just disabled pre compilated headers for base-gcc archs, then it builds without issues on powerpc [0], with Qt 5.13.2. No revision bump needed, this version never built on sparc64 and powerpc. Comments/feedback are

Re: [ports-gcc/all archs] fix lang/hashlink

2020-03-05 Thread Charlene Wendling
On Thu, 5 Mar 2020 15:31:18 +0100 Theo Buehler wrote: > On Thu, Mar 05, 2020 at 01:56:43PM +0100, Charlene Wendling wrote: > > Hi, > > > > > http://build-failures.rhaalovely.net/sparc64/2020-03-01/lang/hashlink.log > > > > - C11 requires ports-gcc, so i

[ports-gcc/all archs] fix lang/hashlink

2020-03-05 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/sparc64/2020-03-01/lang/hashlink.log - C11 requires ports-gcc, so i added COMPILER - then the build fails because we don't have gethostbyaddr_r(), so i used the fallback code like it was already the case for other functions. Clang is unhappy as

CVS: cvs.openbsd.org: ports

2020-02-23 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/23 09:16:18 Modified files: x11/qt5/qt3d : Makefile Removed files: x11/qt5/qt3d/patches: patch-src_3rdparty_assimp_code_glTFAssetWriter_inl

Re: libtool: really strip stdc++ when estdc++ is present

2020-02-23 Thread Charlene Wendling
On Sun, 23 Feb 2020 15:07:40 +0300 Vadim Zhukov wrote: > вс, 23 февр. 2020 г. в 10:19, Jeremie Courreges-Anglas > : > > > > On Sat, Feb 22 2020, Charlene Wendling wrote: > > > On Sun, 16 Feb 2020 08:04:12 +0100 > > > Jeremie Courreges-Anglas wrote: &g

x11/qt5/qt3d: use system multimedia/assimp, probably unbreak arm*

2020-02-22 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/aarch64/2020-02-12/x11/qt5/qt3d.log The old, bundled assimp is causing narrowing issues, that are fixed in recent versions of it. Because arm* and macppc have such narrowing issues in common, i tried to fix it through ports-clang on macppc, and that

libtool: really strip stdc++ when estdc++ is present (Was: [sparc64/powerpc] Mark geo/spatialite/gis BROKEN)

2020-02-22 Thread Charlene Wendling
On Sun, 16 Feb 2020 08:04:12 +0100 Jeremie Courreges-Anglas wrote: > On Sat, Feb 15 2020, Kurt Mosiejczuk wrote: > > http://build-failures.rhaalovely.net/sparc64/2020-02-11/geo/spatialite/gis.log > > http://build-failures.rhaalovely.net/powerpc/2020-01-27/geo/spatialite/gis.log > > > > ok to

Re: [UPDATE] cad/netgen 1.5.118 -> 1.5.137 -> 1.5.138

2020-02-22 Thread Charlene Wendling
Hi Alessandro, ports@, On Sat, 22 Feb 2020 08:52:09 +0100 Alessandro De Laurenzis wrote: > Greetings, > > I posted this update proposal last week, so this is a weekly ping. > > On top of that, cwen@ submitted a patch upstream (see [1]) to unbreak > the port for archs using old GNU binutils,

Re: NEW: net/srain

2020-02-16 Thread Charlene Wendling
On Sun, 16 Feb 2020 09:22:25 -0500 Brian Callahan wrote: > > > On 2020-02-16 9:07 AM, Charlene Wendling wrote: > > Hi, > > > > On Sun, 16 Feb 2020 13:08:05 + > > Stuart Henderson wrote: > > > >> On 2020/02/15 21:01, Brian Callahan wrote: >

Re: NEW: net/srain

2020-02-16 Thread Charlene Wendling
Hi, On Sun, 16 Feb 2020 13:08:05 + Stuart Henderson wrote: > On 2020/02/15 21:01, Brian Callahan wrote: > > Hi ports -- > > > > Attached is a new port, net/srain. Srain is a modern IRC client > > written in GTK. > > > > --- > > pkg/DESCR: > > Srain is a modern IRC client written in GTK. >

Re: [macppc] fix crash in graphics/babl

2020-02-16 Thread Charlene Wendling
Hi, On Fri, 14 Feb 2020 20:47:36 +0100 Charlene Wendling wrote: > On Fri, 14 Feb 2020 14:08:08 -0500 > George Koehler wrote: > > > cwen, you said that a bug [1] in graphics/babl broke the build of > > graphics/gimp/stable on powerpc. > > A few weeks ago on power

[powerpc/aarch64] lang/ocaml+math/coq vs lang/compcert

2020-02-15 Thread Charlene Wendling
Hi, I was looking at the lang/compcert failure on powerpc and aarch64, and found that configure fails on these archs for two reasons after looking at compcert's configure, then at the ocaml port: - ocamlopt(1) is not available on !ocaml_native_dynlink archs, it could be replaced by `ocaml

Re: [UPDATE] cad/qrouter 1.4.74 -> 1.4.76

2020-02-15 Thread Charlene Wendling
Hi, On Sat, 15 Feb 2020 09:44:51 +0100 Alessandro De Laurenzis wrote: > Greetings, > > The attached diff updates cad/qrouter to the latest release. > > What's new upstream > === > After the recent thread about unbreaking this port for non-CLANG > archs (see [1]), I made a PR on

Re: [macppc] fix crash in graphics/babl

2020-02-14 Thread Charlene Wendling
On Fri, 14 Feb 2020 14:08:08 -0500 George Koehler wrote: > cwen, you said that a bug [1] in graphics/babl broke the build of > graphics/gimp/stable on powerpc. A few weeks ago on powerpc, i built babl with debug enabled, then tried to build the gimp. The resulting backtrace was exactly the same

CVS: cvs.openbsd.org: ports

2020-02-14 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/14 06:06:29 Modified files: infrastructure/mk: bsd.port.mk Log message: bsd.port.mk: remove COMPILER_VERSION from MAKE_ENV, it is not needed anymore. As a side effect, it unbreaks

CVS: cvs.openbsd.org: ports

2020-02-14 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/14 03:58:06 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register net/mutella removal

CVS: cvs.openbsd.org: ports

2020-02-14 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/14 03:56:03 Modified files: net: Makefile Log message: Unhook removed net/mutella

CVS: cvs.openbsd.org: ports

2020-02-14 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/14 03:54:40 Removed files: net/mutella: Makefile distinfo net/mutella/patches: patch-mutella_basicstruct_h patch-mutella_common_h

Remove net/mutella (Was: Re: Mark net/mutella BROKEN-sparc64)

2020-02-13 Thread Charlene Wendling
On Wed, 12 Feb 2020 21:44:19 -0500 Kurt Mosiejczuk wrote: > net/mutella has never built successfully while I've run sparc64 > builds. > > ok to mark BROKEN-sparc64? It builds with ports-clang on powerpc, but i think we should remove it instead: - SIGILL on amd64, hits the stack protector on

CVS: cvs.openbsd.org: ports

2020-02-13 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/13 15:31:04 Modified files: telephony/pjsua: Makefile Log message: pjsua: fix packaging on gcc archs Implicit MODGCC4_CPPLIBDEP in LIB_DEPENDS is not inherited by LIB_DEPENDS-*, despite

[ports-gcc] Unbreak telephony/pjsua

2020-02-13 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/sparc64/last/telephony/pjsua%2C-main.log > http://build-failures.rhaalovely.net/powerpc/last/telephony/pjsua%2C-main.log The build used to fail for another reason, but since the last update, it does not. Now, we're hitting a classic. The implicit

Re: UPDATE: x11/qt5/qtwebkit

2020-02-13 Thread Charlene Wendling
On Wed, 12 Feb 2020 13:26:30 + Stuart Henderson wrote: > On 2020/02/12 10:57, Landry Breuil wrote: > > One think we should make sure to check is arch coverage, ie check > > which archs provide a 'working' (building, running ?) qtwebkit and > > try to testbuild this update on those... > >

CVS: cvs.openbsd.org: ports

2020-02-12 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/12 06:59:48 Modified files: net/isc-dhcp : Makefile Log message: isc-dhcp: requires atomics on macppc and hppa. gcc-libs needs to be pulled as a LIB_DEPENDS on these archs because

[macppc/hppa] Unbreak net/isc-dhcp

2020-02-12 Thread Charlene Wendling
Hi, I've found out that isc-dhcp build is broken in the current macppc bulk: > stats.c:(.text+0x80c): undefined reference to `__atomic_store_8' (and more) With the below diff, it builds fine on macppc [0]. REVISION bump is not needed, this new version never built on macppc. Also, it's needed to

CVS: cvs.openbsd.org: ports

2020-02-12 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/12 03:23:36 Modified files: games/openttd : Makefile Added files: games/openttd/patches: patch-src_core_endian_type_hpp Log message: openttd: fix endianness detection by using , so

CVS: cvs.openbsd.org: ports

2020-02-11 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/11 15:32:16 Modified files: games/blobby : Makefile distinfo games/blobby/pkg: PLIST Removed files: games/blobby/patches: patch-src_InputManager_cpp

CVS: cvs.openbsd.org: ports

2020-02-11 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/11 14:23:01 Modified files: devel/ddd : Makefile devel/ddd/patches: patch-ddd_exit_C Log message: ddd: modify the previous libXt 1.2.0 fix by placing _X_NORETURN as a declaration

[big endian] fix games/openttd

2020-02-11 Thread Charlene Wendling
Hi, solene@ reported to me that OpenTTD's colors were off on her powerpc machine. I've found out that endianness was not properly detected, so i fixed it and upstreamed [0] the changes needed. It builds and works as expected on powerpc and amd64. Comments/feedback are welcome, Charlène. [0]

CVS: cvs.openbsd.org: ports

2020-02-10 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/10 11:57:48 Modified files: www/p5-HTML-FormFu: Makefile distinfo www/p5-HTML-FormFu/pkg: PLIST Log message: p5-HTML-FormFu: update to 2.07 Changelog:

Re: new net/bitlebee-mastodon

2020-02-10 Thread Charlene Wendling
On Mon, 10 Feb 2020 15:51:18 +0100 Solene Rapenne wrote: > On Mon, Feb 10, 2020 at 03:11:58PM +0100, Solene Rapenne wrote: > > I thought this one was already submit or imported but it seems not. > > > > Original port is from the software author I think, then it was > > reworked by cwen@ and I

[ports-gcc] Unbreak devel/ddd

2020-02-10 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/sparc64/2020-02-05/devel/ddd.log (not yet on powerpc) This is happening since the libXt update and the subsequent fix of ddd. Putting _X_NORETURN as a declaration identifier [0] fixes the issue on powerpc [1] and does not break the build with clang on

Re: ??????: ??????: [Update] www/p5-HTML-FormFu

2020-02-10 Thread Charlene Wendling
On Mon, 10 Feb 2020 13:29:00 +0100 Alexander Bluhm wrote: > On Mon, Feb 10, 2020 at 10:05:01AM +0100, Charlene Wendling wrote: > > Here is a diff with all your suggestions inside. > > There is a requirement "HTTP::Headers" => "1.64", portgen translates >

CVS: cvs.openbsd.org: ports

2020-02-10 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/10 02:12:48 Modified files: www/p5-HTML-Scrubber: Makefile distinfo Log message: p5-HTML-Scrubber: update to 0.19 Changelog: https://metacpan.org/changes/distribution/HTML-Scrubber >From Wen

Re: ??????: ??????: [Update] www/p5-HTML-FormFu

2020-02-10 Thread Charlene Wendling
On Sun, 9 Feb 2020 23:10:05 +0100 Alexander Bluhm wrote: > On Mon, Feb 03, 2020 at 01:29:29PM +0100, Charlene Wendling wrote: > > I've found out that: > > > > - devel/p5-File-ShareDir-Install is needed as BUILD_DEPENDS > > - devel/p5-Task-Weaken is a RUN_

CVS: cvs.openbsd.org: ports

2020-02-09 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/09 13:33:40 Modified files: graphics/sane-backends: Makefile graphics/sane-backends/patches: patch-backend_genesys_low_cpp Log message: sane-backends: fix the build on big endian archs

CVS: cvs.openbsd.org: ports

2020-02-09 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/09 12:53:32 Modified files: audio/p5-MusicBrainz-DiscID: Makefile distinfo Log message: audio/p5-MusicBrainz-DiscID: update to 0.06 Changelog:

Re: [update/fix] games/blobby 1.0rc3 -> 1.0.20200209

2020-02-09 Thread Charlene Wendling
On Sun, 9 Feb 2020 12:25:20 +0100 Solene Rapenne wrote: > On Sun, Feb 09, 2020 at 12:19:19PM +0100, Charlene Wendling wrote: > > On Sun, 9 Feb 2020 12:10:33 +0100 > > Solene Rapenne wrote: > > > > > On Sun, Feb 09, 2020 at 12:04:06PM +0100, Solene Rapenne wrote

[big endian] Unbreak graphics/sane-backends

2020-02-09 Thread Charlene Wendling
Hi, I've spotted that sane-backends is broken in the current sparc64 bulk: > genesys/low.cpp:544:9: error: 'depth' was not declared in this scope > if (depth == 16) { Upstream has already a fix for that [0], it's pending merging. The below diff fixes the build on powerpc [1]. I bumped

Re: [update/fix] games/blobby 1.0rc3 -> 1.0.20200209

2020-02-09 Thread Charlene Wendling
On Sun, 9 Feb 2020 12:10:33 +0100 Solene Rapenne wrote: > On Sun, Feb 09, 2020 at 12:04:06PM +0100, Solene Rapenne wrote: > > On Sun, Feb 09, 2020 at 11:54:09AM +0100, Charlene Wendling wrote: > > > Hi, > > > > > > Update to 1.0.20200209, this includes the f

Re: [update/fix] games/blobby 1.0rc3 -> 1.0.20200209

2020-02-09 Thread Charlene Wendling
Hi, Update to 1.0.20200209, this includes the following changes: - use cmake's zip support, drop archivers/zip build depends - fix SDL rendering endianness issue on BE_ARCHS Charlène. On Mon, 3 Feb 2020 11:37:36 +0100 Charlene Wendling wrote: > > On Sun, 26 Jan 2020 21:52:39

[update] audio/p5-MusicBrainz-DiscID 0.04 -> 0.06

2020-02-08 Thread Charlene Wendling
2019/07/12 20:43:38 sthen Exp $ COMMENT = Perl interface for the MusicBrainz libdiscid library -DISTNAME = MusicBrainz-DiscID-0.04 +DISTNAME = MusicBrainz-DiscID-0.06 CATEGORIES = audio -MAINTAINER = Charlene Wendling +MAINTAINER = Charlene Wendling -# GPLv2+ +# MIT

CVS: cvs.openbsd.org: ports

2020-02-08 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/08 14:49:55 Modified files: converters/p5-JSON: Makefile distinfo Log message: p5-JSON: update to 4.02 Changelog: https://metacpan.org/changes/distribution/JSON OK bluhm@

CVS: cvs.openbsd.org: ports

2020-02-08 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/08 14:46:08 Modified files: converters/p5-JSON-XS: Makefile distinfo converters/p5-JSON-XS/pkg: PLIST Log message: p5-JSON-XS: update to 4.02 Changelog:

CVS: cvs.openbsd.org: ports

2020-02-08 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/08 04:04:15 Modified files: games/taisei : Makefile distinfo games/taisei/pkg: PLIST Added files: games/taisei/patches: patch-scripts_taiseilib_version_py Removed files:

CVS: cvs.openbsd.org: ports

2020-02-08 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/08 03:36:01 Modified files: security/opensc: Makefile security/opensc/patches: patch-configure_ac Log message: opensc: fix the build on gcc archs by overriding `-Werror' Backported from a

CVS: cvs.openbsd.org: ports

2020-02-08 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/08 03:26:32 Modified files: cad/qrouter: Makefile cad/qrouter/patches: patch-qrouter_h Log message: qrouter: fix the build with base-gcc The last update removed some includes needed

Re: UPDATE: devel/ninja

2020-02-07 Thread Charlene Wendling
Hi, On Thu, 6 Feb 2020 21:45:47 +0100 Rafael Sadowski wrote: > Hi ports@, > > Ninja 0.10.0 was released a while ago. Here is a link to the notes: > > https://groups.google.com/forum/#!msg/ninja-build/piOltAhywFA/zPfkrTtRCwAJ > > The new version comes with Fortran support. Maybe we can finally

Re: [base-gcc] Unbreak cad/qrouter

2020-02-07 Thread Charlene Wendling
On Fri, 7 Feb 2020 18:04:36 + Stuart Henderson wrote: > On 2020/02/07 18:44, Charlene Wendling wrote: > > + #ifdef TCL_QROUTER > > ++/* XXX needed for va_list with base-gcc */ > > not just the ancient base-gcc, current versions too - clang is the > odd one out h

Re: [base-gcc] Unbreak cad/qrouter

2020-02-07 Thread Charlene Wendling
On Fri, 7 Feb 2020 17:20:53 + Stuart Henderson wrote: > On 2020/02/07 10:08, Charlene Wendling wrote: > > Hi, > > > > The latest version of cad/qrouter is broken in the current sparc64 > > bulk: > > > > > cc -O2 -pipe -Wno-return-type -O2 -pipe -

Re: update games/taisei 1.0 -> 1.3.1

2020-02-07 Thread Charlene Wendling
On Fri, 7 Feb 2020 09:27:34 +0100 Solene Rapenne wrote: > On Fri, Feb 07, 2020 at 08:55:09AM +0100, Benoit Lecocq wrote: > > > > > > On 06/02/2020 19:14, Charlene Wendling wrote: > > > Ping :) > > > > Works fine on amd64, ok benoit@ > &

[base-gcc] Unbreak cad/qrouter

2020-02-07 Thread Charlene Wendling
Hi, The latest version of cad/qrouter is broken in the current sparc64 bulk: > cc -O2 -pipe -Wno-return-type -O2 -pipe -Wno-return-type > -I/usr/X11R6/include -fPIC -DPA CKAGE_NAME=\"\" > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" > -DPAC KAGE_BUGREPORT=\"\"

[base-gcc] Unbreak security/opensc

2020-02-07 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/sparc64/2020-02-01/security/opensc.log The last update brought back `-Werror', so i took the matter upstream [0] to avoid that in the future, port flags will be on top priority now. I have not backported the `--enable-pedantic' change because it is

Re: update games/taisei 1.0 -> 1.3.1

2020-02-06 Thread Charlene Wendling
Ping :) On Sun, 26 Jan 2020 19:20:17 +0100 Charlene Wendling wrote: > > On Wed, 15 Jan 2020 18:10:10 +0100 > Charlene Wendling wrote: > > > Hi, > > > > On Wed, 15 Jan 2020 14:36:48 +0100 > > Omar Polo wrote: > > > > > Hi, > > &

Re: [update] databases/redis-5.0.7

2020-02-06 Thread Charlene Wendling
On Thu, 6 Feb 2020 16:12:29 + Stuart Henderson wrote: > On 2020/02/06 10:15, Daniel Jakots wrote: > > Hi Theo, > > > > Thanks for working on that! > > > > On Thu, 6 Feb 2020 15:21:23 +0100, Theo Buehler > > wrote: > > > > > First of all, despite the length of this mail, most of the update

Re: [update] databases/redis-5.0.7

2020-02-06 Thread Charlene Wendling
On Thu, 6 Feb 2020 16:12:29 + Stuart Henderson wrote: > On 2020/02/06 10:15, Daniel Jakots wrote: > > Hi Theo, > > > > Thanks for working on that! > > > > On Thu, 6 Feb 2020 15:21:23 +0100, Theo Buehler > > wrote: > > > > > First of all, despite the length of this mail, most of the update

CVS: cvs.openbsd.org: ports

2020-02-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2020/02/04 15:54:09 Modified files: games/frozen-bubble: Makefile Added files: games/frozen-bubble/patches: patch-c_stuff_fb_c_stuff_xs

[update] converters/p5-JSON 2.94 -> 4.02

2020-02-04 Thread Charlene Wendling
This is a follow-up for the p5-JSON* update; you should try this diff with the XS version i submitted earlier. You can find the full changelog here [0], there are backward incompatible changes due to JSON::XS enabling allow_nonref. That update prevents to see that module being fatal-ed while

[update] converters/p5-JSON-XS 3.04 -> 4.02

2020-02-04 Thread Charlene Wendling
Hi, -- $ cd /usr/ports/converters/p5-JSON; make test [...] Use of strings with code points over 0xFF as arguments to bitwise and (&) operator is deprecated. This will be a fatal error in Perl 5.32 at /shm/pobj/p5-JSON-2.94/JSON-2.94/blib/lib/JSON/backportPP.pm line 424. I think we're better off

<    1   2   3   4   5   6   7   8   9   10   >