> @@ -0,0 +1,14 @@
> +It is *ONLY* Linux that does special shit in fork(2)
just drop this comment because it is not true at all,
and then it is ok to be commited
On Fri, Oct 27, 2023 at 09:45:52PM -0400, Thomas Frohwein wrote:
> This diff patches out mono's use of syscall(SYS_fork), which is the
> only instance of syscall(2) in use. Upstream has this behind:
>
> #elif !defined(HOST_DARWIN) && defined(SYS_fork)
>
> This diff changes that to #elif defined(_
This diff patches out mono's use of syscall(SYS_fork), which is the
only instance of syscall(2) in use. Upstream has this behind:
#elif !defined(HOST_DARWIN) && defined(SYS_fork)
This diff changes that to #elif defined(__linux__)... and as a
consequence, fork(2) is simply used.
With this patched
Bulk build on sparc64-0a.ports.openbsd.org
Started : Wed Oct 25 21:34:43 MDT 2023
Finished: Fri Oct 27 17:12:43 MDT 2023
Duration: 1 Days 19 hours 38 minutes
Built using OpenBSD 7.4-current (GENERIC.MP) #1915: Wed Oct 25 16:38:19 MDT 2023
Built 8579 packages
Number of packages built each day:
O
On Fri, Oct 27, 2023 at 08:45:47PM +, Klemens Nanni wrote:
> On Fri, Oct 27, 2023 at 10:41:56PM +0200, Theo Buehler wrote:
> > On Fri, Oct 27, 2023 at 08:27:37PM +, Klemens Nanni wrote:
> > > Something installed this library on my machine, so it came up when
> > > looking for future fallout
Hi,
The below diff updates databases/sqlcipher to v4.5.5.
Changes include:
* Updates baseline to upstream SQLite 3.42.0
* Does not allow key to be set again on a connection after it has been
successfully used for an encryption or decryption operation to prevent
accidental database corrupti
On Fri, Oct 27, 2023 at 10:41:56PM +0200, Theo Buehler wrote:
> On Fri, Oct 27, 2023 at 08:27:37PM +, Klemens Nanni wrote:
> > Something installed this library on my machine, so it came up when
> > looking for future fallout.
> >
> > Patch looks simple, 'nm libtbb.so.* | grep syscall' shows th
On Fri, Oct 27, 2023 at 08:27:37PM +, Klemens Nanni wrote:
> Something installed this library on my machine, so it came up when
> looking for future fallout.
>
> Patch looks simple, 'nm libtbb.so.* | grep syscall' shows the symbol
> gone and check_syms agrees:
>
> /l/lib/libtbb.so.1.0 -
Something installed this library on my machine, so it came up when
looking for future fallout.
Patch looks simple, 'nm libtbb.so.* | grep syscall' shows the symbol
gone and check_syms agrees:
/l/lib/libtbb.so.1.0 -->
/p/pobj/tbb-2020.3.3/fake-amd64/usr/local/lib/libtbb.so.1.0
Dyn
On Fri Oct 27, 2023 at 12:09:46PM -0400, Adriano Barbosa wrote:
> Hi.
> Update for net/nextcloudclient v3.10.1
> Changelog: https://github.com/nextcloud/desktop/releases/v3.10.1
>
> - Fix folder wizard warning color for local path in dark mode by
> @backportbot-nextcloud in #6068
> - Bugfix/remo
On Fri, Oct 27, 2023 at 09:57:55AM +0100, Stuart Henderson wrote:
> (not related to the diff, but noticed while reviewing - some files
> aren't useful with the port as built anyway - dictd_popen.conf.in and
> dictd_plugin_dbi.conf could be @comment'ed - dict1.conf is in the
> server PLIST but it's
bulk build on arm64.ports.openbsd.org
started on Wed Oct 25 00:56:13 MDT 2023
finished at Fri Oct 27 13:03:17 MDT 2023
lasted 2D12h07m
done with kern.version=OpenBSD 7.4-current (GENERIC.MP) #3: Tue Oct 24 18:06:20
MDT 2023
built packages:11810
Oct 25:3638
Oct 26:2473
Oct 27:5698
critical path
On Thursday, October 26, 2023 17:07 CEST, "Sebastian Reitenbach"
wrote:
> Hi,
>
> an update of www/puppetboard needs a few new dependencies, this is one of
> them.
> Makes the puppetboard update happy for me.
>
> comments, or OK to import?
reviwed based on sthen@ comments to py-apscheduler a
On Thursday, October 26, 2023 17:07 CEST, "Sebastian Reitenbach"
wrote:
> Hi,
>
> an update of www/puppetboard needs a few new dependencies, this is one of
> them.
> Makes the puppetboard update happy for me.
>
> comments, or OK to import?
based on @sthens comments to py-caching and py-apsch
On 2023/10/27 20:06, Sebastian Reitenbach wrote:
> Hi,
> > -# 11 failed, 86 passed, 35 skipped (dynamodb tests fail)
> > -TEST_DEPENDS +=devel/py-test-xprocess${MODPY_FLAVOR}
> > +MODPY_PYTEST_ARGS =--ignore tests/test_dynamodb_cache.py
> >
> > .include
>
> thanks a bunch f
Hi Stuart,
On Friday, October 27, 2023 11:35 CEST, Stuart Henderson
wrote:
> On 2023/10/26 17:04, Sebastian Reitenbach wrote:
> > Hi,
> >
> > an update of www/puppetboard needs a few new dependencies, this is one of
> > them.
> > Makes the puppetboard update happy for me.
> >
> > comments, o
Hi,
On Friday, October 27, 2023 11:14 CEST, Stuart Henderson
wrote:
> On 2023/10/26 17:05, Sebastian Reitenbach wrote:
> > Hi,
> >
> > an update of www/puppetboard needs a few new dependencies, this is one of
> > them.
> > Makes the puppetboard update happy for me.
> >
> > comments, or OK to
On Fri, Oct 27, 2023 at 09:57:55AM +0100, Stuart Henderson wrote:
> If we're recycling, I think I'd prefer to start with oldest first.
Sure, reusing _polkituser then, thanks.
> > Provide an rc script so I can 'rcctl enable dictd' instead of running
> > it as my own user. This way we can make th
Hi,
update for editors/helix version 23.10
Changelog:
https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2310-2023-10-24
- update Makefile, crates.inc, distinfo and pkg/PLIST
- updates patches
- remove patches/patch-helix-vcs_src_diff_line_cache_rs (fix now included
upstream)
Build
Looking at rspamd, the Makefile indicates a need for BLAS and CBLAS
but the resulting executables do not reference them.
It turns out absent a specific CONFIGURE_ARGS+= -DENABLE_BLAS=ON
then the build substitutes a simple pair of codes from kann, instead
of using BLAS. (The needed codes are saxp
Hi.
Update for net/nextcloudclient v3.10.1
Changelog: https://github.com/nextcloud/desktop/releases/v3.10.1
- Fix folder wizard warning color for local path in dark mode by
@backportbot-nextcloud in #6068
- Bugfix/remove dead oauth code by @claucambra in #6075
- Open Nextcloud after installation
On 2023/10/27 07:32, JR Aquino wrote:
> Are there any remaining items that either of you see needing to be
> addressed before this can be committed?
Yes but I don't have time (and really at the moment enough interest to
spend the time if I did) to go through it all carefully at the moment.
A few
Are there any remaining items that either of you see needing to be
addressed before this can be committed?
On Wed, Sep 27, 2023 at 4:44 PM JR Aquino wrote:
> > Also curious why the do-install target had to be manually written out,
> > what's wrong with the autoconf installation? If you need to a
Le Fri, Oct 27, 2023 at 03:40:54PM +0200, Gonzalo L. Rodriguez a écrit :
> Hello,
>
> Update for Nextcloud to 27.1.3:
>
> https://nextcloud.com/changelog/#latest27
>
> OK? Comments?
doesnt fix the broken image display i'm seeing since updating from 25
but i'll figure it out someday.. works fine
Hello,
Update for Nextcloud to 26.0.8:
https://nextcloud.com/changelog/#latest26
OK? Comments?
Cheers.-
Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/26/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Ma
Hello,
Update for Nextcloud to 27.1.3:
https://nextcloud.com/changelog/#latest27
OK? Comments?
Cheers.-
Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/27/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Ma
On 2023/10/27 12:01, Laurent Cheylus wrote:
> Hi,
>
> update for devel/gopls v0.14.0 (LSP server for Golang)
> Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0
>
> - update Makefile, modules.inc, distinfo and pkg/PLIST for this version
> - add a patch to fix internal versio
Hi,
update for devel/gopls v0.14.0 (LSP server for Golang)
Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0
- update Makefile, modules.inc, distinfo and pkg/PLIST for this version
- add a patch to fix internal version (replace by MODGO_VERSION with post-patch)
Build and te
On 2023/10/26 17:04, Sebastian Reitenbach wrote:
> Hi,
>
> an update of www/puppetboard needs a few new dependencies, this is one of
> them.
> Makes the puppetboard update happy for me.
>
> comments, or OK to import?
>
> Sebastian
my comments for py-cachelib re MODPY_SETUPTOOLS->MODPY_PYBUILD
On 2023/10/26 17:05, Sebastian Reitenbach wrote:
> Hi,
>
> an update of www/puppetboard needs a few new dependencies, this is one of
> them.
> Makes the puppetboard update happy for me.
>
> comments, or OK to import?
>
> Sebastian
: MODPY_SETUPTOOLS =Yes
: MODPY_PYTEST =
On 2023/10/26 19:54, Klemens Nanni wrote:
> Recycle an old ID from 2016 as new "_dictd".
If we're recycling, I think I'd prefer to start with oldest first.
$ cvs blame user.list|grep '#' | sort -n | head
Annotations for user.list
***
1.151(fgsch10-Mar-11): #639 _polkituser
31 matches
Mail list logo