Re: Why NOARCH packages aren't available on all architectures?

2022-08-08 Thread Matthew Seaman
On 06/08/2022 07:51, Yuri wrote: On 8/5/22 13:19, Mark Millard wrote: Part of what is going on is that having a NOARCH end result can still involve the build using build-environment-ARCH specific toolchains. You are implying that NOARCH packages should be built on each architecture individua

devel/py-setuptools_scm >= 7.0.0

2023-03-15 Thread Matthew Seaman
Currently the ports has devel/py-setuptools_scm at version 6.4.2, but I'm seeing some python packages now wanting setup_tools_scm >= 7.0.0 Now, setuptools_scm is widely depended upon by many python packages, and updating it over a major version boundary would probably cause all sorts of proble

Re: devel/py-setuptools_scm >= 7.0.0

2023-03-15 Thread Matthew Seaman
On 15/03/2023 13:17, Charlie Li wrote: Matthew Seaman wrote: Currently the ports has devel/py-setuptools_scm at version 6.4.2, but I'm seeing some python packages now wanting setup_tools_scm >= 7.0.0 Now, setuptools_scm is widely depended upon by many python packages, and updating i

Re: git: d8560936e35c - main - security/pam_rssh: New port

2023-03-20 Thread Matthew Seaman
On 20/03/2023 03:50, Romain Tartière wrote: The branch main has been updated by romain: URL:https://cgit.FreeBSD.org/ports/commit/?id=d8560936e35c4a0fa797431cbe6e234639df690b commit d8560936e35c4a0fa797431cbe6e234639df690b Author: Romain Tartière AuthorDate: 2023-03-20 03:33:19 + Commit

Re: git: d8560936e35c - main - security/pam_rssh: New port

2023-03-22 Thread Matthew Seaman
On 22/03/2023 01:56, Romain Tartière wrote: Almost :-D pam_ssh_agent_auth does not support the "new" OpenSSH -sk keys [1] (keys that are hardware backed [2]). There was some effort to integrate his PAM module into openssh [3] but it has been abandoned. Now, this is something that isn't clear

Re: pkg audit

2023-03-25 Thread Matthew Seaman
On 25/03/2023 12:18, LuMiWa wrote: I did run pkg audit -F today and my question is if is still safe to use Internet with all of this vulnerabilities, please? Thank you. It's not significantly any more safe or unsafe than usual. Sure there are several vulnerabilities affecting you concurrently

Re: Questions regarding BUILD_DEPENDS definition

2023-04-11 Thread Matthew Seaman
On 11/04/2023 09:45, Matthias Fechner wrote: Dear all, I have a question regarding BUILD_DEPENDS. The manual in bsd.port.mk tells: # BUILD_DEPENDS - A list of "path:dir[:target]" tuples of other ports this # package depends to build (between the "extract" and #  

Re: Questions regarding BUILD_DEPENDS definition

2023-04-11 Thread Matthew Seaman
On 11/04/2023 12:41, Matthias Fechner wrote: Am 11.04.2023 um 13:23 schrieb Matthew Seaman: Your initial understanding was correct: BUILD_DEPENDS is for software required to build a package, but not necessary to be installed at run-time.  In my experience, it works exactly as described. If

Re: Questions regarding BUILD_DEPENDS definition

2023-04-12 Thread Matthew Seaman
On 12/04/2023 05:21, Matthias Fechner wrote: Am 11.04.2023 um 19:54 schrieb Matthew Seaman: Hmmm... I wonder if this is the shared library provides/requires thing that pkg does?  If you run ldd(1) against the binaries from gitlab-shell, is there any indication of linking against a shlib from

Re: New Port Submission Issue

2023-04-17 Thread Matthew Seaman
On 17/04/2023 00:35, Steven Stallion wrote: I submitted https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267107 6 months ago in October. It's been picked up, however there's been no movement. Could someone take a look when they have a moment? I'll certainly do that. Give me a little while to

Re: How to determine ports affected by ABI change

2023-05-13 Thread Matthew Seaman
On 13/05/2023 13:43, Xavier Humbert wrote: I'm planning in a few days, as soon as it beeen branched, to upgrade base from 13-STABLE to 14-STABLE I'm trying to avoid to rebuild my > 1600 ports. Is there a wayto determine ports affected by the ABI change, which must be recompiled ? Obviously Pu

Re: Error compiling textproc/py-rich

2023-06-03 Thread Matthew Seaman
On 03/06/2023 16:07, Xavier Humbert wrote: Hi, I'm unable to compile textproc/py-rich : [root@numenor py-rich]# make all ===>  Building for py39-rich-13.4.1 * Getting build dependencies for wheel... Traceback (most recent call last):   File "/usr/local/lib/python3.9/site-packages/pyproject_h

Re: net/jose builds while being marked as BROKEN_SSL

2023-09-03 Thread Matthew Seaman
On 01/09/2023 16:25, Ronald Klop wrote: I found https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271192 "net/jose: does not compile/link against OpenSSL 3". It is marked as "BROKEN_SSL= openssl30 openssl31" in https://cgit.freebsd.org/ports/commit/?id=551118aae6f7f68204a1b7f17376521142b98af5

Re: FreeBSD 13 + CertBot + OpenSSL 3 - status?

2023-10-24 Thread Matthew Seaman
On 24/10/2023 13:54, DutchDaemon - FreeBSD Forums Administrator wrote: Does anyone in 'port land' know what the current developments are wrt CertBot (or py-crypto under its hood)? CertBot is happily compiling against OpenSSL 3 from ports, but when running 'certbot', the crypto side of it talks

Re: Rust build huge memory consumption

2023-10-25 Thread Matthew Seaman
On 25/10/2023 07:47, Xavier Humbert wrote: Le 10/25/23 08:46, Cy Schubert a écrit : In message <09a4bfb8-ba61-4e05-b646-973104337...@groumpf.org>, Xavier Humbert w rites: Hi, When building rust, all memory is eaten, leading to OOM killing almost everything, eventually failing, and leading to a

Re: Some py ports depends on py39-setuptools_scm>=6.4 do not detect py39-setuptools_scm 7

2023-12-05 Thread Matthew Seaman
On 06/12/2023 07:00, Xavier Humbert wrote: Hi, py39-setuptools_scm has been upgrade to version 7, but I got errors with some ports : ===>   py39-anyio-4.1.0 depends on package: py39-setuptools_scm>=6.4 - not found While pkg info py39-setuptools_scm7 py39-setuptools_scm7-7.1.0 Name