The patch below is a hack that makes qgis build on aarch64. It's
not the correct fix.
What happens is that the destructor of the QWaitCondition class is
called more than once. The second time it is called from Python's atexit
handler crashes due to a use-after-free in pthread_cond_destroy().
The
On Sat, Jun 25, 2022 at 04:08:06PM -0600, Bob Beck wrote:
>
> this fixes mutt.
Doesn't look like it. I still run into the same problem.
> Now with feedback from sthen@, diff between the tarballs:
> https://github.com/jasperla/openbsd-wip/commit/554d6e575
>
> Feedback? OK?
distinfo still contains the patchfile
I'd like to have a more specific comment to justify use of eopenssl11:
# Can't use LibreSSL since X509_VERIFY_PARAM_get_
> OKs for the following patch? This updates MASTER_SITES0 in the Ruby
> port to use GitHub instead of bugs.ruby-lang.org by default, since
> that's where I've been backporting recent commits from. It adds my
> upstream commit as a distpatch for Ruby 3.0 and 3.1. The patch doesn't
> apply on Ruby
On Sun, Jul 03, 2022 at 05:42:05PM +, Klemens Nanni wrote:
> On Sun, Jul 03, 2022 at 06:16:02PM +0200, Theo Buehler wrote:
> > > Now with feedback from sthen@, diff between the tarballs:
> > > https://github.com/jasperla/openbsd-wip/commit/554d6e575
> > >
> &g
This breaks the packaged awesome-client script.
On Sun, Jul 10, 2022 at 10:10:42PM -, ci...@danwin1210.de wrote:
> ===
> RCS file: /cvs/ports/x11/awesome/Makefile,v
> retrieving revision 1.117
> diff -u -p -r1.117 Makefile
> --- M
On Wed, Jul 13, 2022 at 09:03:32PM +0200, Rafael Sadowski wrote:
> On Tue Jul 12, 2022 at 04:23:22PM +0100, Zé Loff wrote:
> >
> > Hi Brian
> >
> > Due to R's bump of libR, RStudio's port needs tweaking.
> > Patch attached.
> >
> > Thanks
> > Zé
> >
> > --
> >
>
> > Index: patches/patch-src
On Fri, Jul 08, 2022 at 09:54:40AM +0200, Omar Polo wrote:
> Rafael Sadowski wrote:
> > Update gradle to 7.4.2. OK?
>
> briefly tested, but seems to work fine. ok for me, thanks!
>
In my latest bulk, security/ghidra failed to build. Is this related to
this update?
>>> Building on localhost un
Please keep replies on list
On Wed, Jul 13, 2022 at 10:46:23PM -0500, Matthew Martin wrote:
> On Thu, Jul 14, 2022 at 05:30:44AM +0200, Theo Buehler wrote:
> > On Fri, Jul 08, 2022 at 09:54:40AM +0200, Omar Polo wrote:
> > > Rafael Sadowski wrote:
> > > &
On Thu, Jul 14, 2022 at 02:04:20AM +, Brian Callahan wrote:
> On 7/13/2022 3:08 PM, Theo Buehler wrote:
> > On Wed, Jul 13, 2022 at 09:03:32PM +0200, Rafael Sadowski wrote:
> >> On Tue Jul 12, 2022 at 04:23:22PM +0100, Zé Loff wrote:
> >>>
> >>> Hi
> I tried to update ghidra to 10 with no luck. This update needs more
> effort. I would suggest we go back:
I haven't checked the patch in detail, but I would be in favor of
reverting.
On Thu, Jul 21, 2022 at 01:55:41PM +0200, Omar Polo wrote:
> Stuart Henderson wrote:
> > On 2022/07/20 17:15, tux0r wrote:
> > > Stuart Henderson schrob am 20.07.2022 um 14:21:
> > >
> > > >The COMMENT assumes that one knows what ZPAQ is. It would be better if
> > > >it described what the softwar
As reported by mpi on ICB, fio has a hidden dep on libnfs. We could also
neuter this by adding --disable-nfs to CONFIGURE_ARGS.
Index: Makefile
===
RCS file: /cvs/ports/benchmarks/fio/Makefile,v
retrieving revision 1.8
diff -u -p -r1.
On Sun, Jul 31, 2022 at 11:44:26PM +, Klemens Nanni wrote:
> On Tue, Jul 19, 2022 at 09:26:00AM +, Klemens Nanni wrote:
> > Last update to 1.4.0 is from 2017, the current 1.6.2 release is from
> > 2021 with more releases in between but noone showed up to update the port.
> > https://github.
On Wed, Aug 03, 2022 at 02:09:52PM +0200, Ingo Feinerer wrote:
> Dear useRs,
> Dear Brian,
>
> update math/R 4.1.2 -> 4.2.1
>
> - Sync math/rstudio patch as SO_VERSION is bumped (symbols added and removed)
>
> - There is now a (multiple) warning in the build:
>
> Warning message:
> In norma
graphics/freeimage bundles an old libpng whose pngpriv.h detects neon
support at compile time unless PNG_ARM_NEON_OPT is defined. Since
libpng's arm source directory is missing, this leads to missing external
references such as png_init_filter_functions_neon. This in turn leads
to these build failu
On Sat, Aug 06, 2022 at 03:16:44PM +0200, Christian Weisgerber wrote:
> Sebastien Marie:
>
> > The port itself is very simple, but the fallout to have ports picking
> > is somehow important.
> >
> > If possible, I would like to have a bulk build with
> > wayland/input-event-codes
> > installe
> The port itself is very simple, but the fallout to have ports picking
> is somehow important.
>
> If possible, I would like to have a bulk build with wayland/input-event-codes
> installed, in order to see if the presence of linux/input.h header makes
> problems or not.
The bulk finished wit
On Mon, Aug 08, 2022 at 07:45:16AM +0200, Rafael Sadowski wrote:
> Update CMake to the latest version. Could someone throw it into a bulk
> build for me?
I have started a bulk with this diff.
On Sun, Aug 07, 2022 at 09:50:27PM -0400, George Koehler wrote:
> Hello ports list,
>
> BE_ARCHS can't build graphics/freeimage, because its big-endian code
> gives errors like,
>
> Source/FreeImage/PluginBMP.cpp:1422:14: error: use of undeclared identifier
> 'bpp
> '
> } else if
On Mon, Aug 08, 2022 at 07:45:16AM +0200, Rafael Sadowski wrote:
> Update CMake to the latest version. Could someone throw it into a bulk
> build for me?
This looks pretty good to me:
I=11286 B=10 Q=0 T=8 F=0 !=83
E=x11/kde-applications/grantlee-editor x11/kde-applications/akonadiconsole
devel/k
On Tue, Aug 09, 2022 at 04:37:39PM +1000, Joel Sing wrote:
> It would also be sensible for it to go through a bulk or mini-bulk to
> ensure that there is no fallout (or that it is managable).
I put this through a bulk and informed jsing and maintainers of the
issues. Here's a quick list:
net/den
> :+failures/security/pivy.log
>
> ./config.status: gawk: not found
I looked at this before. Just adding gawk is probably not the right fix
since this runs a configure script as part of its build without using
the ports autoconf framework. It would be great if someone who
understands this well
On Wed, Aug 10, 2022 at 09:34:51AM +0200, Theo Buehler wrote:
> On Mon, Aug 08, 2022 at 07:45:16AM +0200, Rafael Sadowski wrote:
> > Update CMake to the latest version. Could someone throw it into a bulk
> > build for me?
>
> This looks pretty good to me:
>
> I=1128
> > multimedia/webvfx
>
> good catch on that, but it seems dead upstream and there's no version using
> mlt7.
It was imported for shotcut. If it's no longer needed for shotcut, maybe
it can go?
Since guenther removed pad arguments from various syscalls and renamed
the existing ones to contain a _pad_, the already rather outdated
vki-scnums-openbsd.h diverged a step too far from reality.
mmap() is now syscall 41, which valgrind thinks is getlogin(), so you
get output such as
==66088== Sy
On Mon, Aug 29, 2022 at 03:40:32PM +0200, Rafael Sadowski wrote:
> On Fri Aug 19, 2022 at 07:30:44AM +0200, Rafael Sadowski wrote:
> > On Thu Aug 18, 2022 at 11:36:20PM +0200, Theo Buehler wrote:
> > > > > multimedia/webvfx
> > > >
> > > > go
On Wed, Aug 24, 2022 at 09:48:11AM +0200, Sebastien Marie wrote:
> On Mon, Aug 15, 2022 at 07:27:08AM +0200, Sebastien Marie wrote:
> > Hi,
> >
> > The following diff update math/igraph to 0.9.9.
> >
> > I just enabled LTO which improves performance. It should be fine with
> > compilers
> > as
I've been carrying this diff for quite a while and it saves a bunch of
time in my bulks. The build never failed, so as far as I can tell
tdesktop is happy with this.
Index: Makefile
===
RCS file: /cvs/ports/net/tdesktop/Makefile,v
ret
> :http://build-failures.rhaalovely.net/aarch64/2022-09-10/devel/riscv-elf/newlib.log
>
> Entering directory
> '/usr/obj/ports/riscv-elf-newlib-3.0.0/newlib-3.0.0/riscv64-unknown-elf/rv32imafc/ilp32f/newlib/libm'
> ...
> riscv64-unknown-elf-ar: ../math/lib.a: No such file or directory
This
On Wed, Sep 14, 2022 at 02:03:40AM +0200, al...@tutanota.com wrote:
> Good evening,
>
> This message is to inquiry about the version of cmake packaged in the
> repository of
> OpenBSD 7.1 and its FindOpenSSL.cmake module. FindOpenSSL seems to be unable
> to
> locate LibreSSL on my system. I don'
On Wed, Sep 14, 2022 at 09:28:55PM +0100, Stuart Henderson wrote:
> On 2022/09/14 14:24, Thomas Frohwein wrote:
> > It might be best to update with your patch first, as I'm running into
> > issues with the latest version 0.26.2. Looks like this requires OpenSSL
> > 3 from ports now and wouldn't wor
On Mon, Sep 19, 2022 at 09:33:54AM +0200, Remi Locherer wrote:
> Hi,
>
> this updates the rsyslog port to version 8.2208.0. The changelog is
> available here: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
>
> tb@ let me know that the patch for SSL_get_shared_curve is not
> needed anymo
> Tested on amd64, on -current and -stable, works perfectly for me.
Here's an actual diff. I'm ok with landing this after unlock:
https://marc.info/?l=openbsd-ports&m=166317907126454&w=2
On Tue, Oct 04, 2022 at 08:28:51AM +0200, Otto Moerbeek wrote:
> Hi,
>
> AFAIK, this does not change the ABI or API. Is there a way to easily
> check that?
There are various wrapper scripts around check_sym that are floating
around, Omar showed you one of them. It would be nice if one of these
co
On Thu, May 16, 2024 at 10:25:49AM +0200, Antoine Jacoutot wrote:
> Hi.
>
> There seems to be an hidden dep here:
Should be fixed:
https://marc.info/?l=openbsd-ports-cvs&m=171583499128329&w=2
On Thu, May 16, 2024 at 04:41:05PM +0200, Andreas Bartelt wrote:
> Hi,
>
> I've chosen to report to ports@ first since I'm not yet sure what's the best
> mailing list for the kind of problem I've been observing recently.
>
> I've deliberately been using a TLS 1.2-only (i.e., no TLS 1.3 support)
>
The patched-in 'ssl on' in nginx.conf no longer works:
Syntax: ssl on | off;
[...]
This directive was made obsolete in version 1.15.0 and was removed in
version 1.25.1. The ssl parameter of the listen directive should be used
instead.
https://nginx.org/en/docs/http/ngx_http_ssl_module.htm
On Thu, May 16, 2024 at 08:01:20PM +0100, Kirill A. Korinsky wrote:
> Greetings,
>
> Meanwhile scala-3.4.2 was released.
There doesn't seem to be a lot of interest in scala here...
Just for the sake of process: Does anyone still have an interest in
running the scala 2 branch? If so, I'd like to
You still have to opt into it by enabling it in the nginx.conf. I don't
think it's worth it to add stuff to the nginx.conf, but it would be neat
not to have to recompile nginx.
https://nginx.org/en/docs/quic.html
Index: Makefile
===
On Sat, May 18, 2024 at 10:19:25AM +0200, Volker Schlecht wrote:
> Just as a heads up:
>
> amd64 and arm64 tested by myself, I have been dogfooding node 20.x on amd64
> for
> a while already.
It also went through an amd64 bulk build (minus chrome variants).
> i386 built, lightly tested by tb@
>
Thanks.
Committed with a revision bump (MAINTAINER is part of the package metadata)
extern.h depends on stdio.h because of FILENAME_MAX. wchar.h will stop
pulling in stdio.h, hence break the build in utf8.c which will no longer
pull in stdio.h. The diff below fixes the build.
Longer term it would be preferable to make extern.h self-standing so it
doesn't depend on other headers b
> > Also, these obj hacks in the port are really annoying (this breaks
> > generating patches as it is owned by _pbuild:_pbuild and has perms 770).
>
> I've also committed a tweak such that nsh will compile even if 'make obj'
> is not used. See commit b0b69440cc3f1f8127d3b6f341eb0e61116f7918 ; fee
As can be seen on
http://build-failures.rhaalovely.net/sparc64/2024-05-18/summary.log
spirv-tools is the immediate blocker for many missing ports on sparc64.
It needs to link against stdc++fs with ports-gcc:
http://build-failures.rhaalovely.net/sparc64/2024-05-18/graphics/spirv-tools.log
The di
On Tue, May 21, 2024 at 10:00:23AM +0200, Theo Buehler wrote:
> As can be seen on
>
> http://build-failures.rhaalovely.net/sparc64/2024-05-18/summary.log
>
> spirv-tools is the immediate blocker for many missing ports on sparc64.
> It needs to link against stdc++fs with po
On Wed, May 22, 2024 at 04:02:06PM +, Brian Callahan wrote:
> On 5/20/2024 9:20 PM, Brian Callahan wrote:
> > Hi ports --
> >
> > Attached is a diff to unbreak and update the reference D compiler.
> >
> > In addition, this update includes what I am hoping can serve as an LTS
> > bootstrap com
On Wed, May 22, 2024 at 07:34:28PM +0200, gonzalo wrote:
> Hello,
>
> Little update for fix libyajl:
>
> https://github.com/lloyd/yajl/issues/250
> https://github.com/openEuler-BaseService/yajl/commit/23a122eddaa28165a6c219000adcc31ff9a8a698
I think this is incomplete:
https://github.com/lloyd/
On Wed, May 22, 2024 at 04:12:42PM +0200, Landry Breuil wrote:
> quick new port for https://pypi.org/project/pdf2image/ which is a
> wrapper around pdftoppm and pdftocairo from poppler-utils to convert PDF
> to a PIL Image object
generally looks good, although tests are broken here.
=
+jsing
On Fri, May 24, 2024 at 06:49:00PM +0100, Kirill A. Korinsky wrote:
> This is reminder about this diff.
A few things:
- If a port has a MAINTAINER, Cc them as they may not be subscribed to
the ports list.
- If a diff isn't urgent because of security, please wait at least a
full week b
On Tue, May 21, 2024 at 01:06:38PM +, Brian Callahan wrote:
> Hi ports --
>
> Attached is an update to the GNU coreutils. Changelog is here:
> https://git.savannah.gnu.org/cgit/coreutils.git/tree/NEWS
>
> All tests pass on amd64, but I do not have any big endian machines to
> test with.
All
> While running 'make fake' i saw the following line, but it seems
> harmless:
> ./get_svn_revision.sh[8]: git: not found
Do the package contents change if git is installed?
make package
make clean=fake
doas pkg_add git
make repackage
On Thu, May 30, 2024 at 06:40:42PM +, Lucas Gabriel Vuotto wrote:
> Hello ports@,
>
> Here is an update to haproxy to latest version, released yesterday. I
> have been running the -dev versions on-and-off for the last couple of
> weeks without much issue; I don't expect anything to go wrong wi
The sofia-sip port is very outdated. Upstream is dormant and points at
https://github.com/freeswitch/sofia-sip
which has seen many releases in the last dozen years.
There never has been a consumer of the library that I can find, so I
guess the bundled utilities may have been of some use at some
On Thu, Apr 18, 2024 at 10:51:34PM -0400, Allan Streib wrote:
> I looked at the files/ssl-openssl.c in this port. In the
> ssl_openssl_write function, if there is an error other than
> SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE then the execution falls
> through to return 0.
>
> I changed the cod
On Tue, May 28, 2024 at 09:17:04AM +0200, Matthieu Herrb wrote:
> On Sun, May 19, 2024 at 05:20:35PM +0200, Matthieu Herrb wrote:
> > Hi,
> >
> > Here's an update to wayland-protocols 1.36
> > It should probably go into a bulk build since it exposes new protocols
> > that could be used by various
On Fri, May 24, 2024 at 06:37:26PM +0100, Kirill A. Korinsky wrote:
> ports@,
>
> Here an update for docker-compose to the last version which was released a
> few hours ago.
>
> The good news that this release includes our patches that allows to drop it
> from ports tree.
>
> The only patch that
On Fri, May 31, 2024 at 06:50:43PM +0100, Kirill A. Korinsky wrote:
> On Fri, 31 May 2024 17:18:40 +0100,
> Theo Buehler wrote:
> >
> > On Fri, May 24, 2024 at 06:37:26PM +0100, Kirill A. Korinsky wrote:
> > > ports@,
> > >
> > > Here an update for
On Sun, Jun 16, 2024 at 09:15:59AM -0700, Greg Steuck wrote:
> Jan Stary writes:
>
> > On Jun 06 11:47:05, h...@stare.cz wrote:
> >> On Jun 04 13:29:21, s...@spacehopper.org wrote:
> >> > On 2024/06/04 12:38, Jan Stary wrote:
> >> > > The audio/opencore-amr port provides amrnb (narrowband encoder
On Thu, Jun 13, 2024 at 04:58:20PM +, Jeremy Evans wrote:
> I would like to update to the default ruby version in ports from 3.2 to
> 3.3. We usually do this update after ruby-x.y.2 has been released, and
> ruby-3.3.2 was released a couple weeks ago, and I plan on committing
> ruby 3.3.3 tomor
On Sun, Jun 23, 2024 at 12:09:50PM -0400, Ryan Johnston wrote:
> puffy$ cd ports/textproc/py-sphinxcontrib/applehelp/
You need to check out at least the entire ports/textproc/py-sphinxcontrib
directory and don't forget to set your PORTSDIR_PATH
On Thu, Jun 27, 2024 at 05:16:14AM +0200, Bjorn Ketelaars wrote:
> On Thu 13/06/2024 17:43, Bjorn Ketelaars wrote:
> > Diff below updates {audio,meta}/audacious to 4.4. Changes are listed on
> > https://audacious-media-player.org/news/59-audacious-4-4-released.
> >
> > Changes to port:
> > - bumpe
Fixed in 2024.07.01:
https://securitylab.github.com/advisories/GHSL-2024-090_yt-dlp/
youtube-dl has the same problem, fixed in ytdl-nightly 2024.07.03
https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.07.03
perhaps youtube-dl should switch to nightly rather than being stuck
on a probab
Thanks. I see lots of changes in exported symbols that should usually
result in a major bump for libobjfw and libobjfwrt. Is there some reason
these bumps were left out?
/usr/local/lib/libobjfw.so.0.1 -->
/usr/ports/pobj/objfw-1.1.5/fake-amd64//usr/local/lib/libobjfw.so.0.1
Dynamic export changes
On Sun, Jul 07, 2024 at 09:41:46AM +0200, Theo Buehler wrote:
> Fixed in 2024.07.01:
>
> https://securitylab.github.com/advisories/GHSL-2024-090_yt-dlp/
>
> youtube-dl has the same problem, fixed in ytdl-nightly 2024.07.03
>
> https://github.com/ytdl-org/ytdl-nightly/re
On Sun, Jul 07, 2024 at 12:33:38PM +0200, Jonathan Schleifer wrote:
> Am 07.07.24 um 11:13 schrieb Theo Buehler:
> > Thanks. I see lots of changes in exported symbols that should usually
> > result in a major bump for libobjfw and libobjfwrt.
>
> Thanks for checking!
>
On Sun, Jul 07, 2024 at 10:52:51PM +0200, Jonathan Schleifer wrote:
>
> > Am 07.07.2024 um 21:39 schrieb Theo Buehler :
> >
> > On Sun, Jul 07, 2024 at 12:33:38PM +0200, Jonathan Schleifer wrote:
> >>> Am 07.07.24 um 11:13 schrieb Theo Buehler:
> >>&
On Thu, Jul 11, 2024 at 03:32:20AM +0200, Mike Fischer wrote:
> Any progress on this?
>
> I just updated a server to apache-httpd-2.4.61 (from apache-httpd-2.4.59) and
> initial testing seems to indicate that this issue is now fixed? At least I
> was not able to trigger the bug on a host that ha
On Sat, Jul 13, 2024 at 07:56:15PM +0200, Tobias Heider wrote:
> I'd like to update codechecker to the newest version.
> This is a dependency of sarif-tools which is now needed for codechecker.
> Please review because I have no idea what I am doing.
Needs ply at runtime (look at ${WRKSRC}/setup.py
On Sun, Jul 14, 2024 at 01:57:23PM +0200, Tobias Heider wrote:
> Yet another dependency we could use for devel/py-sarif-tools.
> Luckily all the dependencies were already there so it was pretty simple.
>
> ok?
RUN_DEPENDS= ...
works just fine, no need to add to it. I needed to install py3-parsin
On Sun, Jul 14, 2024 at 01:17:27PM +0200, Tobias Heider wrote:
> On Sat, Jul 13, 2024 at 08:01:11PM +0200, Tobias Heider wrote:
> > If you follow the list closely this might sound familiar:
> > I'd like to update codechecker and this needs a few new dependencies.
> > Here is a new port for sarif-to
On Tue, Jul 16, 2024 at 12:33:20PM +0200, Otto Moerbeek wrote:
> Hi,
>
> now that dnsdist is updated, quiche can follow. No shared lib version
> issues, as this is a static lib.
ok tb
On Thu, Jul 13, 2023 at 10:05:53AM +0900, Masato Asou wrote:
> From: Masato Asou
> Date: Mon, 10 Jul 2023 08:05:16 +0900 (JST)
>
> > hi ports
> >
> > I made Valgrind 3.21.0 into a ports.
> >
> > In Valgrind 3.10.1 ports, some diffs were placed in
> > https://ftp.openbsd.org/pub/OpenBSD/distfile
On Fri, Jul 21, 2023 at 05:52:35PM +0900, YASUOKA Masahiko wrote:
> Hello,
>
> This prepares the upcoming libc bump and fixes which are need to
> complete 'make test'. This program doesn't seem to be maintained. If
> none is using this, I think deleting this is another way.
>
> ok? comments?
I
On Fri, Jul 21, 2023 at 06:42:41PM +0900, YASUOKA Masahiko wrote:
> Hi,
>
> On Fri, 21 Jul 2023 11:18:32 +0200
> Theo Buehler wrote:
> > On Fri, Jul 21, 2023 at 05:52:35PM +0900, YASUOKA Masahiko wrote:
> >> This prepares the upcoming libc bump and fixes which are
yasuoka fixed devel/sfio for the upcoming libc bump, and suggested its
removal. I see no reason to keep it. Nothing depends on it. Upstream is
long dead. The last release could legally drink in the US and the code
is in pretty poor shape.
ok tb
for removing it. Any concerns/objections?
> - I'm not sure if the libressl patching is correct, someone could review
> those.
>
> blob - /dev/null
> file + lang/gerbil/patches/patch-src_std_crypto_libcrypto_ss (mode 644)
> --- /dev/null
> +++ lang/gerbil/patches/patch-src_std_crypto_libcrypto_ss
> @@ -0,0 +1,62 @@
> +Fix build with opaqu
On Tue, Aug 01, 2023 at 09:27:31AM +0200, Omar Polo wrote:
> On 2023/07/31 22:17:05 +, Klemens Nanni wrote:
> > 'make patch' on a WXNEEDED=Yes port without wxallowed fails after
> > patching and before creating the patch cookie, so subsequent setting
> > of the option and rerunning the target
> Thanks for the review, the suggested fixes seem to work and here is
> updated diff:
Thanks. The libressl patch looks good now. I'll leave the other bits
for someone who uses gambit or gerbil to check.
> * sparc64: upstream assembly fix
Packages and 'make test' passes.
> New diff cmake 3.27.1
Put this through an amd64 bulk. No fallout.
On Fri, Aug 11, 2023 at 01:37:03PM -0700, Nam Nguyen wrote:
> It was marked BROKEN because it broke with the recently updated go
> 1.21.
>
> This new 2.1.5 release was specifically made to compile with go 1.21 and
> new quic-go.
>
> changelog:
> https://github.com/DNSCrypt/dnscrypt-proxy/releases
I found on one sparc64 box that reposync stopped working and it turned
out that rsync on sparc64 is busted due to xxhash not dealing correctly
with unaligned access.
Program terminated with signal SIGBUS, Bus error.
#0 XXH_read64 (ptr=0xfe7ed9467bbe) at /usr/local/include/xxhash.h:2996
xxhas
> I'm ok with your diff, or perhaps we could do this (then rsync just
> needs a bump rather than another change)
This works and seems better since it will also help other consumers.
ok tb
Thanks.
On Wed, Aug 16, 2023 at 11:01:38PM -0600, Ashlen wrote:
> Selene is a modern Lua linter written in Rust.
>
> GitHub: https://github.com/Kampfkarren/selene
> Docs: https://kampfkarren.github.io/selene/
>
> This was easy enough to port. Tests run and pass. do-install hook
> seems to be needed due t
> I don't have any affected hw to test with.
Still works on sparc64.
> Side note: I noticed MODCARGO_INSTALL_TARGET_PATH is undocumented
> in cargo-module(5), along with MODCARGO_WANTLIB. Should they be
> included in that man page?
I have added a blurb for MODCARGO_INSTALL_TARGET_PATH after sending my
previous mail. If you want to take a stab for MODCARGO_WANTLIB,
+Cc MAINTAINER
On Thu, Aug 17, 2023 at 04:42:35PM +0900, YASUOKA Masahiko wrote:
> ok?
>
> Prepare the libc bump. stderr will become unable to be initialized
> when compile time.
I no longer have a machine with guenther's wip diff, but this looks
reasonable. Assuming this builds
ok tb
but ple
Attached is an updated tarball with patch applied and the NOT_FOR_ARCHS
line added.
This one is ok tb to import, but maybe someone wants to tweak DESCR a
bit.
selene.tgz
Description: application/tar-gz
On Thu, Aug 17, 2023 at 10:52:00AM -0600, Ashlen wrote:
> On Thu, 17 Aug 2023 08:36 +0200, Theo Buehler wrote:
> > > Side note: I noticed MODCARGO_INSTALL_TARGET_PATH is undocumented
> > > in cargo-module(5), along with MODCARGO_WANTLIB. Should they be
> > > include
On Fri, Aug 18, 2023 at 09:38:54AM +0200, Omar Polo wrote:
> On 2023/08/17 20:23:48 +0200, Theo Buehler wrote:
> > If I wanted to document them, I would grep the ports tree and see which
> > ones are used most. Then send small diffs to document a group of those
> > that bel
On Sat, Aug 19, 2023 at 04:09:27PM +0900, lain. wrote:
> I'm on the OPENBSD_7_3 tree, never used the "current" one.
Well, you made sure this isn't the case.
> > > I just updated my ports tree with "cvs -q up -Pd -A", the usual stuff,
"use the -A option to make cvs forget these specifications, an
Is anyone still having a use case for lang/parrot?
The project looks dead, port is in maintenance mode: REVISION 10,
no MAINTAINER for 8 years.
Its use in raku was replaced with MoarVM and other languages don't seem
to be interested.
http://www.parrot.org/
> httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_first'
> httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_next'
These were removed in the last libcrypto bump. Does mod_ssl work with
this diff?
Index: Makefile
On Tue, Aug 29, 2023 at 05:10:47PM +0200, Jeremie Courreges-Anglas wrote:
> On Tue, Aug 29 2023, Rafael Sadowski wrote:
> > I would like remove security/botan. The only consumer use it is
> > devel/monotone.
> >
> > Does we need a distributed version control system like "monotone" in the
> > tree?
Security release from a week back. While the world keeps on turning,
it is somewhat nasty and should therefore be backported to stable.
The other branches are also affected. No diff because I had some PLIST
issues.
https://github.com/python/cpython/issues/108310
Some other minor issues are alos a
> that makes it work.
> Initially I had
>
> SSLCryptoDevice builtin
I see. That needs ENGINE support and will no longer work, just like
SSLEngine. Neither of these is suggested in the @sample'd config files,
so I don't think a current.html entry is warranted.
> removing that entry, made apache s
On Fri, Sep 01, 2023 at 04:24:56PM +0200, Caspar Schutijser wrote:
> Hi,
>
> net/unison has the following BROKEN-aarch64 marker:
> > BROKEN-aarch64=segfaults during build with llvm13; needs USE_NOEXECONLY
> > with llvm15
>
> I removed the BROKEN-aarch64 marker on my M1 and I built it there
> suc
On Fri, Sep 01, 2023 at 08:44:24PM +, Jeremy Evans wrote:
> Here's a diff to update textproc/ruby-kramdown to 2.4.0. However, I
> found the port to be fairly broken since rexml was removed from the Ruby
> standard library in Ruby 3.0. There were already comments in the port
> related to this.
> How long should I leave the github repo in place? Do bulk builders care?
Since the distfile checksum didn't change, they don't care. Everyone
else is expected to build ports from a current tree. I think you can
nuke it whenever you feel like it.
1 - 100 of 1381 matches
Mail list logo