CVS: cvs.openbsd.org: ports

2021-04-01 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/04/01 03:39:33 Modified files: www/webkitgtk4 : Makefile Added files: www/webkitgtk4/patches:

[macppc] Unbreak www/webkitgtk4

2021-03-31 Thread Charlene Wendling
Hi, Building webkitgtk4 on macppc since 2.32 fails at the patching stage. The powerpc specific patch has been upstreamed [0], so it's not needed anymore. Also the ENABLE_GRAPHICS_CONTEXT_GL option is now USE_OPENGL_OR_ES [1] I needed an additional patch specific to archs where

CVS: cvs.openbsd.org: ports

2021-03-28 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/03/28 15:11:05 Modified files: games/an : Makefile distinfo games/an/pkg : PLIST Log message: an: update to 1.2 OK kirby@

CVS: cvs.openbsd.org: ports

2021-03-27 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/03/27 03:13:39 Modified files: games/egoboo : Makefile games/egoboo/pkg: DESCR Added files: games/egoboo/patches: patch-src_game_md2_c Log message: egoboo: unbreak on big endian

[BE_ARCHS] Unbreak games/egoboo

2021-03-26 Thread Charlene Wendling
Hi ! > http://build-failures.rhaalovely.net/sparc64/2021-03-21/games/egoboo.log > http://build-failures.rhaalovely.net/powerpc/2021-02-22/games/egoboo.log > http://build-failures.rhaalovely.net/mips64/2021-03-21/games/egoboo.log There is a typo in the big endian code there. It's 'SDL_Swap32'.

Re: WIP UPDATE: games/openttd

2021-03-01 Thread Charlene Wendling
Hi, On Sun, 28 Feb 2021 23:09:24 -0700 "Anthony J. Bentley" wrote: > Hi, > > Here's an update to openttd-1.11.0-beta2. > > Upstream claims new OpenGL support, faster video, and 60fps. > > The build system has been switched to CMake. This led to the GTK icons > and .desktop file not being

Re: x11/agar update + -fno-common fix

2021-02-27 Thread Charlene Wendling
Hi, On Tue, 23 Feb 2021 02:28:47 -0700 "Anthony J. Bentley" wrote: > Hi, > > Here's an update to agar-1.6.0 and agartest-1.6.0. > > The update is actually still broken with -fno-common, but it's only > one variable so it was easy enough to fix for real. > > There was a lot of weird churn in

Re: powerpc bulk build report

2021-02-21 Thread Charlene Wendling
Hi, On Sun, 21 Feb 2021 13:29:53 -0700 (MST) c...@openbsd.org wrote: > Bulk build on macppc-0.ports.openbsd.org > > Started : Thu Feb 4 17:42:22 MST 2021 > Finished: Sun Feb 21 13:29:25 MST 2021 > Duration: 16 Days 19 hours 47 minutes >

CVS: cvs.openbsd.org: ports

2021-02-20 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/20 18:19:28 Modified files: graphics/openvdb: Makefile Log message: openvdb: don't build on powerpc This can't be built on powerpc because devel/tbb does not support 64-bits atomics on ppc32 and

CVS: cvs.openbsd.org: ports

2021-02-20 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/20 13:15:29 Modified files: shells/ksh93 : Makefile Log message: ksh93: mark BROKEN on powerpc libast fails to build on hashalloc.c/tokscan.c, as seen on powerpc64. While here make the

CVS: cvs.openbsd.org: ports

2021-02-18 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/18 15:01:17 Modified files: x11/oroborus : Makefile distinfo x11/oroborus/pkg: PLIST Added files: x11/oroborus/patches: patch-src_hints_c patch-src_keyboard_c

CVS: cvs.openbsd.org: ports

2021-02-18 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/18 14:57:10 ports/x11/oroborus/patches Update of /cvs/ports/x11/oroborus/patches In directory cvs.openbsd.org:/tmp/cvs-serv90475/patches Log Message: Directory /cvs/ports/x11/oroborus/patches added to the

CVS: cvs.openbsd.org: ports

2021-02-13 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/13 13:49:31 Modified files: sysutils/wmcube: Makefile distinfo sysutils/wmcube/patches: patch-wmcube_wmcube_c sysutils/wmcube/pkg: PLIST Added files:

Re: [update] sysutils/wmcube 0.98 -> 1.0.2 (+ -fno-common fix)

2021-02-12 Thread Charlene Wendling
Ping. On Fri, 5 Feb 2021 00:46:13 +0100 Charlene Wendling wrote: > > This is an update for wmcube, to 1.0.2. This adds color schemes, > smooth fonts, more logos, a manual page and various fixes. > > Port-wise: > > - Move to dockapps.net, HOMEPAGE is not reachable >

CVS: cvs.openbsd.org: ports

2021-02-10 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/10 15:51:28 Modified files: net/echoping : Makefile net/echoping/pkg: DESCR Log message: echoping: unbreak on powerpc clang does not inline sqrt(3) on powerpc, leading to undefined

[macppc, all archs] net/echoping wants libm

2021-02-09 Thread Charlene Wendling
Hi, I've spotted that echoping's build is broken in the current macppc bulk: > util.o: In function `tvstddev': > util.c:(.text+0x6f4): undefined reference to `sqrt' I thought it was a ld.bfd issue but... Very surprisingly, i tried to reproduce on amd64 with USE_LLD=No to no avail, and the

Re: games/typespeed: fix with -fno-common

2021-02-08 Thread Charlene Wendling
On Mon, 8 Feb 2021 16:54:24 + Stuart Henderson wrote: > On 2021/02/07 23:57, Charlene Wendling wrote: > > Ping. > > > > On Sat, 30 Jan 2021 17:20:44 +0100 > > Charlene Wendling wrote: > > > > > Hi, > > > > > > This fix is taken

CVS: cvs.openbsd.org: ports

2021-02-08 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/08 16:16:49 Modified files: games/typespeed: Makefile games/typespeed/patches: patch-src_file_c patch-src_misc_c patch-src_typespeed_c Added files:

Re: games/typespeed: fix with -fno-common

2021-02-07 Thread Charlene Wendling
Ping. On Sat, 30 Jan 2021 17:20:44 +0100 Charlene Wendling wrote: > Hi, > > This fix is taken from Gentoo [0]. Built and tested on amd64. > > OK? > > Charlène. > > > [0] > https://gitweb.gentoo.org/repo/gentoo.git/tree/games-misc/typespeed/files/typespe

CVS: cvs.openbsd.org: ports

2021-02-07 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/07 15:55:38 Modified files: x11/skippy : Makefile x11/skippy/patches: patch-Makefile patch-wm_c patch-wm_h Log message: skippy: fix the build with -fno-common While here, refresh

Re: x11/skippy: fix with -fno-common

2021-02-07 Thread Charlene Wendling
On Sun, 7 Feb 2021 16:39:49 +0100 Christian Weisgerber wrote: > Charlene Wendling: > > > The below diff allows building skippy with -fno-common. While here: > > > > - MASTER_SITES and HOMEPAGE are 404'd, drop them > > - refresh WANTLIB > > - don't hardcode P

Re: powerpc bulk build report

2021-02-06 Thread Charlene Wendling
On Wed, 3 Feb 2021 23:12:13 -0700 (MST) c...@openbsd.org wrote: > Bulk build on macppc-0.ports.openbsd.org > > Started : Mon Jan 18 10:28:09 MST 2021 > Finished: Wed Feb 3 23:11:47 MST 2021 > Duration: 16 Days 12 hours 44 minutes > > Built using OpenBSD 6.8-current (GENERIC) #830: Sun Jan 17

x11/skippy: fix with -fno-common

2021-02-06 Thread Charlene Wendling
Hi, The below diff allows building skippy with -fno-common. While here: - MASTER_SITES and HOMEPAGE are 404'd, drop them - refresh WANTLIB - don't hardcode PREFIX, don't build with -g - add -fno-common fix, from Gentoo [0] (and add a missing RCS tag) This has been built and tested on amd64 and

[update] x11/oroborus 2.0.12 -> 2.0.20 (-fno-common fix)

2021-02-05 Thread Charlene Wendling
The below diff updates oroborus to 2.0.20. While HOMEPAGE is dead (redirects to some VR stuff), Debian takes care of this WM, so it's not totally dead. There are some window focus fixes and more themes have been added, except from that, it's mostly maintenance stuff. Port wise: - Update

Re: [update] games/an 0.95 -> 1.2

2021-02-05 Thread Charlene Wendling
Ping; with a new diff though, to avoid patches. On Fri, 25 Dec 2020 03:21:08 +0100 Charlene Wendling wrote: > Ping :) > > On Sat, 10 Oct 2020 14:14:20 +0200 > Charlene Wendling wrote: > > > Hi, > > > > Here is an update for an to 1.2. This is a rewrite with

Re: Fix games/jumpnbump -fno-common

2021-02-05 Thread Charlene Wendling
Hi, On Sat, 30 Jan 2021 00:02:22 + Brian Callahan wrote: > Hello ports -- > > Attached is a fix for games/jumpnbump for -fno-common. > Taken from upstream (no new release since this commit): > https://gitlab.com/LibreGames/jumpnbump/-/commit/b72b70a4233776bdaa6a683c89af2becefd53bd6.diff >

CVS: cvs.openbsd.org: ports

2021-02-05 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/05 08:47:02 Modified files: games/wmtictactoe: Makefile games/wmtictactoe/pkg: PLIST Added files: games/wmtictactoe/patches: patch-wmgeneral_wmgeneral_c

CVS: cvs.openbsd.org: ports

2021-02-05 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/05 08:42:21 Modified files: x11/wmtime : Makefile distinfo x11/wmtime/patches: patch-wmtime_wmtime_c x11/wmtime/pkg : PLIST Removed files: x11/wmtime/patches:

CVS: cvs.openbsd.org: ports

2021-02-05 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/05 08:39:14 Modified files: audio/wmmp3: Makefile audio/wmmp3/patches: patch-main_c Added files: audio/wmmp3/patches: patch-main_h patch-mpg123ctl_h

CVS: cvs.openbsd.org: ports

2021-02-05 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/05 08:32:06 Modified files: games/xmj : Makefile distinfo games/xmj/pkg : PLIST Removed files: games/xmj/patches: patch-Imakefile patch-event_c Log message: xmj: update to

Re: [update, fix] games/xmj 1.0 -> 1.16 (-fno-common)

2021-02-05 Thread Charlene Wendling
On Sat, 30 Jan 2021 20:40:58 +0100 Charlene Wendling wrote: > Hi, > > On top of failing with `-fno-common', xmj does not work at all, here > on my amd64 machine: > > $ doas pkg_add xmj > $ xmj > Segmentation Fault > > So, here is an update for the 20 yea

[update] sysutils/wmcube 0.98 -> 1.0.2 (+ -fno-common fix)

2021-02-04 Thread Charlene Wendling
This is an update for wmcube, to 1.0.2. This adds color schemes, smooth fonts, more logos, a manual page and various fixes. Port-wise: - Move to dockapps.net, HOMEPAGE is not reachable - Fix an hardcoded path to logo files (introduced in 1.0.0, so our current package is not affected) - Remove

Re: audio/wmmp3: -fno-common fix (and more)

2021-02-04 Thread Charlene Wendling
On Thu, 4 Feb 2021 23:05:05 +0100 Charlene Wendling wrote: > On Thu, 4 Feb 2021 22:07:08 +0100 > Charlene Wendling wrote: > > > > > The below diff: > > > > - moves HOMEPAGE and MASTER_SITES to dockapps.net, since it was not > > reachable. The distf

Re: audio/wmmp3: -fno-common fix (and more)

2021-02-04 Thread Charlene Wendling
On Thu, 4 Feb 2021 22:07:08 +0100 Charlene Wendling wrote: > > The below diff: > > - moves HOMEPAGE and MASTER_SITES to dockapps.net, since it was not > reachable. The distfile checksum is the same. > - removes an hardcoded path to madplay; we could move to mpg123 but

audio/wmmp3: -fno-common fix (and more)

2021-02-04 Thread Charlene Wendling
The below diff: - moves HOMEPAGE and MASTER_SITES to dockapps.net, since it was not reachable. The distfile checksum is the same. - removes an hardcoded path to madplay; we could move to mpg123 but i did not want to include a breaking change - fixes missing includes spotted by clang - fixes

[update] x11/wmtime 1.0 -> 1.4 (-fno-common fix)

2021-02-04 Thread Charlene Wendling
Here is an update for wmtime to 0.4. The main change is that it uses libdockapp now. Port-wise: - drop wmgeneral stuff (it's in libdockapp) - remove the upstream Makefile patch, explaining that ours expanded - once again, i had to add libconv flags Testing: This builds and works fine on

games/wmtictactoe: -fno-common fix

2021-02-04 Thread Charlene Wendling
Hi, FreeBSD has been creative while fixing it [0]. This fixes the build with -fno-common. Runtime has been tested successfully on amd64 and macppc. I've found the hard way that it requires permissions fixing while issueing update-patches, and, while here, let's move upstream to dockapps.net and

CVS: cvs.openbsd.org: ports

2021-02-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/04 06:59:25 Modified files: x11/wmtz : Makefile distinfo x11/wmtz/patches: patch-wmtz_Makefile patch-wmtz_wmtz_c Removed files: x11/wmtz/patches: patch-wmgeneral_list_h Log

CVS: cvs.openbsd.org: ports

2021-02-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/04 06:55:17 Modified files: astro/wmmoonclock: Makefile distinfo astro/wmmoonclock/patches: patch-wmMoonClock_c astro/wmmoonclock/pkg: PLIST Removed files:

CVS: cvs.openbsd.org: ports

2021-02-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/04 06:51:20 Modified files: astro/wmglobe : Makefile Log message: wmglobe: fix the build with -fno-common OK sthen@

CVS: cvs.openbsd.org: ports

2021-02-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/04 06:50:09 Modified files: x11/wmweather : Makefile Added files: x11/wmweather/patches: patch-src_wmgeneral_c patch-src_wmgeneral_h Log message:

CVS: cvs.openbsd.org: ports

2021-02-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/04 06:48:53 Modified files: x11/wmitime: Makefile distinfo x11/wmitime/patches: patch-Makefile patch-wmitime_c x11/wmitime/pkg: PLIST Removed files:

[update] x11/wmtz 0.7 -> 0.7.20150816 (-fno-common fix)

2021-02-04 Thread Charlene Wendling
Here is an update for wmtz. dockapps.net provides an old version, i preferred to use what they have in their git head, which is already provided by Gentoo, because this new version uses libdockapp, this avoids duplicating patches in wmgeneral. Port-wise: - FIX_EXTRACT_PERMISSIONS is not needed

[update] astro/wmmoonclock 1.27 -> 1.30 (-fno-common fix)

2021-02-04 Thread Charlene Wendling
The below diff updates wmmoonclock to 1.30. This fixes the `-fno-common' issue out of the box. Note that it uses a configure script instead of a Makefile. Port-wise: - drop the whole Makefile patch, flags are good out of the box, and the new build system uses pkg-config, so everything is in

x11/wmglobe: -fno-common fix

2021-02-04 Thread Charlene Wendling
There are 20+ duplicate symbols, and no patches around. I'm proposing to use `-fcommon'. While here move dead HOMEPAGE and MASTER_SITES to dockapps.net. It has been tested successfully on macppc and amd64. OK? Charlène. Index: Makefile

x11/wmweather: -fno-common fix

2021-02-04 Thread Charlene Wendling
I took this fix from Debian [0]. It builds and works fine on amd64 and macppc. OK? Charlène. [0] https://sources.debian.org/patches/wmweather/2.4.7-3/957956_gcc10.diff/ Index: Makefile === RCS file:

[update] x11/wmitime 0.3 -> 0.5 (-fno-common fix)

2021-02-04 Thread Charlene Wendling
The below diff updates wmitime to 0.5. This dockapp now uses libdockapp, so there is no further patch for -fno-common needed. Port-wise: - provide .desktop file, manpage and HOMEPAGE - drop wmgeneral patch since it's dealt with by libdockapp - add build flags for iconv, it has been forgotten by

CVS: cvs.openbsd.org: ports

2021-02-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/04 04:38:33 Modified files: x11/wmmenu : Makefile distinfo x11/wmmenu/patches: patch-Makefile patch-example_defaults patch-utils_c Added files:

CVS: cvs.openbsd.org: ports

2021-02-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/04 04:35:56 Modified files: x11/wmdate : Makefile x11/wmdate/patches: patch-Imakefile patch-wmdate_c Log message: wmdate: fix with the new libdockapp update OK sthen@

CVS: cvs.openbsd.org: ports

2021-02-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/04 04:34:54 Modified files: net/wmnetload : Makefile net/wmnetload/patches: patch-configure Added files: net/wmnetload/patches: patch-src_wmnetload_c Log message: wmnetload: fix

CVS: cvs.openbsd.org: ports

2021-02-04 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/04 04:33:24 Modified files: devel/libdockapp: Makefile distinfo devel/libdockapp/patches: patch-src_Makefile_in devel/libdockapp/pkg: PLIST Log message: libdockapp: update to

Re: UPDATE: devel/boehm-gc 8.0.4

2021-02-03 Thread Charlene Wendling
On Tue, 2 Feb 2021 18:40:50 -0500 (EST) k...@intricatesoftware.com wrote: > Update to 8.0.4 with the following additional changes: > - Use mmap via the configure argument instead of hard-coding it. > - Define USE_MMAP_ANON for all OpenBSD arch to match upstream > code conventions. > - Remove

CVS: cvs.openbsd.org: ports

2021-02-02 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/02 15:41:40 Modified files: graphics/mtpaint: Makefile distinfo Log message: mtpaint: update to 3.50, fix the build with -fno-common Changelog: http://mtpaint.sourceforge.net/news.html Upstream

CVS: cvs.openbsd.org: ports

2021-02-02 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/02 15:12:13 Modified files: sysutils/wmapm : Makefile sysutils/wmapm/patches: patch-wmapm_c Added files: sysutils/wmapm/patches: patch-wmgeneral_wmgeneral_c

CVS: cvs.openbsd.org: ports

2021-02-02 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/02 15:10:38 Modified files: x11/wmclockmon : Makefile x11/wmclockmon/patches: patch-wmclockmon-config_edit_c x11/wmclockmon/pkg: DESCR Added files: x11/wmclockmon/patches:

CVS: cvs.openbsd.org: ports

2021-02-02 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/02 15:05:42 Modified files: x11/wmcalclock : Makefile x11/wmcalclock/patches: patch-wmCalClock_c Added files: x11/wmcalclock/patches: patch-Src_xutils_c patch-Src_xutils_h Log

Re: [Update] textproc/p5-Lingua-Stem : Update to 2.31

2021-02-02 Thread Charlene Wendling
On Tue, 2 Feb 2021 09:26:53 + wen heping wrote: > Hi, ports@: > > Here is a patch for textproc/p5-Lingua-Stem: > i) Update to 2.31 > ii) Add devel/p5-Test-Distribution to TEST_DEPENDS and > add TEST_POD_COVERAGE=1 to MAKE_ENV > >It build well and pass all tests on amd64-6.8

Re: [Update] www/p5-Dancer2 : Update to 0.300005

2021-02-02 Thread Charlene Wendling
On Tue, 2 Feb 2021 09:12:42 + wen heping wrote: > Hi, ports@: > > Here is a patch for www/p5-Dancer2: > i) Update to 0.35 > ii) Add p5-Test-CPAN-Meta as TEST_DEPENDS, also it is required > by an author test. > It build well and pass all tests on amd64-6.8 system. > >

CVS: cvs.openbsd.org: ports

2021-02-02 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/02/02 05:28:50 Modified files: textproc/p5-Template-Tiny: Makefile Log message: p5-Template-Tiny: requires FIX_EXTRACT_PERMISSIONS

Re: graphics/tumble -fno-common

2021-02-01 Thread Charlene Wendling
On Mon, 1 Feb 2021 17:28:43 +1100 Jonathan Gray wrote: > no newer release or upstream fix I've successfully build and run tested this diff on amd64. OK cwen@ > Index: Makefile > === > RCS file:

x11/wmdate: fix with the new devel/libdockapp (3/4)

2021-01-31 Thread Charlene Wendling
This has been tested successfully on macppc and amd64. If you don't use windowmaker, you'll need to use the '-w' option. A vintage patch got refreshed while here. Comments/feedback are welcome, Charlène. Index: Makefile === RCS

net/wmnetload: fix with the new devel/libdockapp (2/4)

2021-01-31 Thread Charlene Wendling
This has been tested on amd64 and macppc. To potential testers, if you're not using windowmaker, you'll need to use the '-w' option. Comments/feedback are welcome, Charlène. Index: Makefile === RCS file:

[update] devel/libdockapp 0.4 -> 0.7.3 (1/4)

2021-01-31 Thread Charlene Wendling
Hi, Here is an update for libdockapp to 0.7.3. This is needed to update some dockapps (i've already a diff for x11/wmitime) concerned by -fno-common and that now uses this lib. The major highlight is that the include file for changed. All consumers are impacted and no updates for them in this

Re: Use -fcommon with or remove security/siphon

2021-01-31 Thread Charlene Wendling
On Mon, 1 Feb 2021 02:34:53 +0100 Klemens Nanni wrote: > Upstream still ships the tarball, that's it, > "primary distsite and homepage have gone away" in 2002 as per CVS log. > > The only TCP port I've been able to detect (after producing traffing > on a variety of them) is SSH -- and that only

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/31 18:22:57 Modified files: misc/deco : Makefile misc/deco/patches: patch-scr_c Added files: misc/deco/patches: patch-env_h patch-tty_c Log message: deco: fix the build with

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/31 18:21:36 Modified files: net/ncftp : Makefile Added files: net/ncftp/patches: patch-sh_util_gpshare_c Log message: ncftp: fix the build with -fno-common OK naddy@

misc/deco: -fno-common fix

2021-01-31 Thread Charlene Wendling
Hi, This fix has been taken once again from FreeBSD [0]. This builds and works fine on amd64. OK? Charlène. [0] https://github.com/freebsd/freebsd-ports/commit/4b6803fe Index: Makefile === RCS file:

net/ncftp: update with -fno-common

2021-01-31 Thread Charlene Wendling
Hi, The fix has been taken from FreeBSD [0]. With that i can build and run ncftp without issues on amd64. While here, i moved HOMEPAGE to https. OK? Charlène. [0] https://github.com/freebsd/freebsd-ports/commit/3f1dcac7 Index: Makefile

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/31 09:45:21 Modified files: games/ace : Makefile Added files: games/ace/patches: patch-lib_table_c Log message: ace: fix the build with -fno-common OK jsg@

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/31 09:42:51 Modified files: games/xblast : Makefile Added files: games/xblast/patches: patch-cfg_control_h patch-network_h Log message: xblast: fix the build with -fno-common OK

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/31 09:40:35 Modified files: games/xinvaders: Makefile games/xinvaders/patches: patch-vaders_h Log message: xinvaders: fix the build with -fno-common OK naddy@

Re: games/ace: -fno-common fix

2021-01-31 Thread Charlene Wendling
On Mon, 1 Feb 2021 00:38:19 +1100 Jonathan Gray wrote: > On Sun, Jan 31, 2021 at 01:30:19PM +0100, Charlene Wendling wrote: > > Hi, > > > > This fix has been taken from FreeBSD [0]. check_sym reports no > > dynamic change. This has been built and tested successfu

Re: security/libsrtp -fno-common

2021-01-31 Thread Charlene Wendling
On Sun, 31 Jan 2021 12:52:54 + Stuart Henderson wrote: > On 2021/01/31 13:15, Charlene Wendling wrote: > > On Sun, 31 Jan 2021 12:03:39 + > > Stuart Henderson wrote: > > > > > On 2021/01/31 12:58, Charlene Wendling wrote: > > > > On Sun, 31 Jan

games/ace: -fno-common fix

2021-01-31 Thread Charlene Wendling
Hi, This fix has been taken from FreeBSD [0]. check_sym reports no dynamic change. This has been built and tested successfully on macppc and amd64. OK? Charlène. [0] https://github.com/freebsd/freebsd-ports/commit/53cdc659 Index: Makefile

Re: security/libsrtp -fno-common

2021-01-31 Thread Charlene Wendling
On Sun, 31 Jan 2021 12:03:39 + Stuart Henderson wrote: > On 2021/01/31 12:58, Charlene Wendling wrote: > > On Sun, 31 Jan 2021 16:38:02 +1100 > > Jonathan Gray wrote: > > > > > https://github.com/cisco/libsrtp/commit/716a73862b387a2107f37398c0fb7d9a754c0ccd.pa

Re: security/libsrtp -fno-common

2021-01-31 Thread Charlene Wendling
On Sun, 31 Jan 2021 16:38:02 +1100 Jonathan Gray wrote: > https://github.com/cisco/libsrtp/commit/716a73862b387a2107f37398c0fb7d9a754c0ccd.patch > > /tmp/libsrtp2.so.1.0 --> /usr/local/lib/libsrtp2.so.2.0 > Dynamic export changes: > removed: > bit_string > Tested on amd64 and macppc

[update/fix] graphics/mtpaint 3.40 -> 3.50 (-fno-common)

2021-01-30 Thread Charlene Wendling
Hi, Here is an update for mtpaint to 3.50. Upstream re-enabled -fcommon with clang11 and gcc10 in this version, but since the compiler version is checked, it's still failing with a patched `-fno-common' patched clang-10. I have been advised by naddy to explicitly use `-fcommon' until clang-11

[update, fix] games/xmj 1.0 -> 1.16 (-fno-common)

2021-01-30 Thread Charlene Wendling
Hi, On top of failing with `-fno-common', xmj does not work at all, here on my amd64 machine: $ doas pkg_add xmj $ xmj Segmentation Fault So, here is an update for the 20 years old xmj 1.0, to 2020's 1.16. There are major upstream changes, notably they dropped Imake (yay!), and xmj is now gtk+2

games/xblast: fix with -fno-common

2021-01-30 Thread Charlene Wendling
I took this from FreeBSD [0]. It builds and works fine on amd64. OK? Charlène. [0] https://github.com/freebsd/freebsd-ports/commit/52377c76 Index: Makefile === RCS file: /cvs/ports/games/xblast/Makefile,v retrieving revision

games/xinvaders: fix with -fno-common

2021-01-30 Thread Charlene Wendling
I took this from FreeBSD [0], the runtime is fine on amd64. OK? Charlène. [0] https://github.com/freebsd/freebsd-ports/commit/9bd2b3e4 Index: Makefile === RCS file: /cvs/ports/games/xinvaders/Makefile,v retrieving revision

games/typespeed: fix with -fno-common

2021-01-30 Thread Charlene Wendling
Hi, This fix is taken from Gentoo [0]. Built and tested on amd64. OK? Charlène. [0] https://gitweb.gentoo.org/repo/gentoo.git/tree/games-misc/typespeed/files/typespeed-0.6.5-use-extern.patch Index: Makefile === RCS file:

Re: Fix games/cpat -fno-common

2021-01-30 Thread Charlene Wendling
On Sat, 30 Jan 2021 05:58:40 + Brian Callahan wrote: > Hi ports -- > > Attached is a diff to fix games/cpat for -fno-common > Independent invention, but it is fairly straightforward. > > OK? > > ~Brian OK cwen@

Re: Fix textproc/halibut -fno-common

2021-01-30 Thread Charlene Wendling
On Sat, 30 Jan 2021 05:27:53 + Brian Callahan wrote: > Hello ports -- > > Attached is a diff to fix textproc/halibut with -fno-common. > It is taken from Debian: > https://sources.debian.org/data/main/h/halibut/1.2-3/debian/patches/gcc-no-common.patch > > OK? > > ~Brian OK cwen@

Re: Fix games/spacezero -fno-common

2021-01-30 Thread Charlene Wendling
On Sat, 30 Jan 2021 01:16:50 + Brian Callahan wrote: > Hi ports -- > > Attached is a patch to fix games/spacezero for -fno-common. > Upstream is long silent. Could not find other packages that had fixed > this. But the fix was easy. > > OK? > > ~Brian OK cwen@

CVS: cvs.openbsd.org: ports

2021-01-30 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/30 08:37:06 Modified files: devel/fmt : Makefile Added files: devel/fmt/patches: patch-CMakeLists_txt Log message: devel/fmt: fix the build on clang+ld.bfd archs. fmt needs to be

sysutils/wmapm: fix with -fno-common, update HOMEPAGE and MASTER_SITES

2021-01-30 Thread Charlene Wendling
Hi, The fix is taken from Gentoo [0]. While here i've updated HOMEPAGE and MASTER_SITES, refreshed WANTLIB and an existing patch. It works fine on amd64. OK? Charlène. [0] https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-plugins/wmapm/files/wmapm-3.1-fno-common.patch Index: Makefile

x11/wmclockmon: -fno-common fix

2021-01-30 Thread Charlene Wendling
Hi, Fix taken from Gentoo [0], while here i've refreshed WANTLIB. The runtime is good on amd64. OK? Charlène. [0] https://gitweb.gentoo.org/repo/gentoo.git/plain/x11-plugins/wmclockmon/files/wmclockmon-0.8.1-gcc-10.patch Index: Makefile

x11/wmcalclock: -fno-common fix, new HOMEPAGE/MASTER_SITES

2021-01-29 Thread Charlene Wendling
Hi, Fix taken from Debian [0], with a patch refresh. While here, HOMEPAGE and MASTER_SITES are not reachable, use the dockapps archive [1]. Checksum is still the same. OK? Charlène. [0] https://sources.debian.org/patches/wmcalclock/1.25-16.1/05-fix-ftbfs.patch/ [1]

Re: Qt4 on diet or to hell

2021-01-26 Thread Charlene Wendling
On Tue, 26 Jan 2021 13:01:05 + Stuart Henderson wrote: > On 2021/01/26 10:42, Antoine Jacoutot wrote: > > I'd say put it on a diet > > +1 > > > and let's cross fingers that it's ported to Qt5. > > or Qt6 by the time it happens ;) > > they are working on it, gradually. > The diet is the

CVS: cvs.openbsd.org: ports

2021-01-25 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/25 12:09:16 Modified files: security/fwbuilder: Makefile distinfo security/fwbuilder/pkg: PLIST Added files: security/fwbuilder/patches: patch-CMakeLists_txt

Re: [macppc] unbreak devel/clang-tools-extra?

2021-01-24 Thread Charlene Wendling
Hi George, On Sun, 24 Jan 2021 16:18:54 -0500 George Koehler wrote: > Hello ports list, > > We don't build devel/clang-tools-extra for macppc because, > > BROKEN-powerpc = no consumers on powerpc, save 25 build hours > in bulks > > This reason (from cwen@ in Jul 2020) is still true; the

[update] security/fwbuilder 5.1 -> 6.0.0rc1

2021-01-24 Thread Charlene Wendling
Hi, Here is an update for fwbuilder to 6.0.0rc1. This comes from a new upstream, that focused on moving fwbuilder to CMake and Qt5 (instead of autotools and Qt4). There is no other functional changes to be expected by this update (there is no proper changelog). HOMEPAGE is dead, and the old

CVS: cvs.openbsd.org: ports

2021-01-23 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/23 07:05:51 Modified files: devel/liboil : Makefile devel/liboil/patches: patch-m4_as-host-defines_m4 Log message: liboil: extend the powerpc64 fix to powerpc This fixes liboil's

[macppc] Fix devel/liboil runtime

2021-01-23 Thread Charlene Wendling
Hi, This diff is a follow up for the very recent liboil fix for powerpc64. While trying to fix the issue on powerpc64 through macppc, which was experiencing the same issue without using gas(1), i've found out that our current CVS version of liboil has 18 tests failures on macppc. The below diff

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Charlene Wendling
to undef FMT_USE_INT128 for mips64 in $WRKSRC/include/fmt/core.h. > Den ons 20 jan. 2021 kl 18:49 skrev Charlene Wendling > : > > > > On Wed, 20 Jan 2021 18:25:22 +0100 > > Janne Johansson wrote: > > > > > Den tis 19 jan. 2021 kl 16:16 skrev Charlene Wendling > &

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Charlene Wendling
On Wed, 20 Jan 2021 18:25:22 +0100 Janne Johansson wrote: > Den tis 19 jan. 2021 kl 16:16 skrev Charlene Wendling > : > > > http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log > > (and the same in the current bulk for the other clang+ld

[clang+ld.bfd] Unbreak devel/fmt

2021-01-19 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log (and the same in the current bulk for the other clang+ld.bfd arch, macppc) As often '-Wl,--as-needed' causes undefined reference errors with ld.bfd. Surprisingly gcc archs are not impacted. target_link_libraries() takes

CVS: cvs.openbsd.org: ports

2021-01-16 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/16 15:51:21 Modified files: security/ccrypt: Makefile Log message: ccrypt: add PORTROACH to skip MacOS version reporting.

CVS: cvs.openbsd.org: ports

2021-01-10 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/10 19:17:59 Modified files: www/netsurf/browser: Makefile Added files: www/netsurf/browser/patches: patch-frontends_gtk_res_netsurf-gtk_desktop Log

netsurf/browser: .desktop exec entry is wrong

2021-01-10 Thread Charlene Wendling
Hi, $ xdg-settings set default-web-browser netsurf.desktop which: netsurf-gtk: Command not found. readlink: : No such file or directory It has been forgotten since the www/netsurf transition to gtk3. The below diff fixes the issue. OK? Charlène. Index: Makefile

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