Committer for PR?

2023-03-19 Thread jonc
Hi, Are there any available committers to review a simple minor update? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270185 Cheers -- Jonathan Chen

www/node16 packing failure

2023-03-30 Thread jonc
Hi, I'm trying to build www/node16 after the latest update to 16.20.0, and I'm getting the following failure during the "package" phase: ===> Building package for node16-16.20.0 pkg-static: Unable to access file /construction/xports/www/node16/work/stage/usr/local/lib/node_modules/corepack/dis

Re: devel/qt6-base fails to build after archivers/zstd update?

2023-04-09 Thread jonc
April 10, 2023 11:42 AM, "Po-Chuan Hsieh" wrote: > Hi, > > On Mon, Apr 10, 2023 at 6:00 AM Jonathan Chen wrote: > >> Hi, >> >> I'm getting build failures on devel/qt6-base during the link stage: >> >> ... >> ld: error: relocation R_X86_64_32 cannot be used against local symbol; >> recompile

devel/electron22 build failure with devel/icu update

2023-04-13 Thread jonc
Hi, I'm seeing the following build failure for electron22-22.3.5_1 on STABLE-13/amd64 after the latest devel/icu update: [ 32% 14554/44651] c++ -MMD -MF obj/base/base/time_exploded_icu.o.d -DBASE_IMPLEMENTATION -DSYSTEM_NATIVE_UTF8 -DUSE_SYMBOLIZE -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_OZONE=1 -DOFFI

graphics/sane-backends build failure

2023-05-03 Thread jonc
Hi, After the update to 1.2.1, graphics/sane-backends is currently failing on STABLE/13 during the 'package' phase with: ===> Building package for sane-backends-1.2.1 pkg-static: Unable to access file /construction/xports/graphics/sane-backends/work/stage/usr/local/share/doc/sane-backends/plus

Re: graphics/sane-backends build failure

2023-05-03 Thread jonc
May 4, 2023 10:36 AM, "Vladimir Druzenko" wrote: > 04.05.2023 00:22, j...@chen.org.nz пишет: > >> Hi, >> >> After the update to 1.2.1, graphics/sane-backends is currently failing on >> STABLE/13 during the >> 'package' phase with: >> >> ===> Building package for sane-backends-1.2.1 >> pkg-sta

update to security/py-cryptography breaks security/py-openssl 21.0.0,1

2023-08-29 Thread jonc
Hi, The latest update of py-cryptography to 41.0.3 breaks py-openssl 21.0.0,1. ie: 1:09pm> python3 Python 3.9.17 (main, Jun 16 2023, 03:51:47) [Clang 15.0.7 (https://github.com/llvm/llvm-project.git llvmorg-15.0.7-0-g8dfdc on freebsd13 Type "help", "copyright", "credits" or "license" for more i

chromium + foreign-cdm not working?

2023-10-03 Thread jonc
Hi, I noticed the inclusion of foreign-cdm support to www/chromium, and decided to try this out. However, any effort to play content from Netflix results in a failure. I've got: linux_enable="YES" in /etc/rc.conf, and the port pulls in linux-base-c7 as well. The chromium logs from stdout all en

security/cyrus-sasl2

2024-01-18 Thread jonc
Hi, I've started seeing the following in my system logs on my recently built cyrus-sasl 2.1.28_3: unable to dlopen /usr/local/lib/sasl2/libotp.so.3: Shared object "libopie.so.8" not found, required by "libotp.so.3" Does cyrus-sasl2 required a dependency declaration on security/opie? Cheers --

Committer request for PR

2024-02-07 Thread jonc
Hi, Can a committer please review: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276705 It's a minor update that's been in the queue for more than a week. Thanks! -- Jonathan Chen

Re: Installed audio/alsa-plugins and dependencies

2024-02-20 Thread jonc
February 17, 2024 1:56 AM, "Jan Beich" wrote: >> But the installed package reports: >> 8:09pm# pkg info --dependencies alsa-plugins >> alsa-plugins-1.2.7.1_3: >> alsa-lib-1.2.10_1 > > Check dependencies of subpackages instead e.g., > > $ pkg info -xd 'alsa-plugins-[^0-9]' > alsa-plugins-ffmpeg-

Commit Request

2024-03-13 Thread jonc
Hi, Can a committer please review the following PR? It's been idle for a week. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277464 Thanks! -- Jonathan Chen

Commit request PR 277901

2024-04-01 Thread jonc
Hi, Is there a committer available to review: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277901 Cheers -- Jonathan Chen

Re: Committer for PRs?

2024-08-08 Thread jonc
Hi, July 19, 2024 6:33 PM, "Jonathan Chen" wrote: > On 12/07/24 16:56, Jonathan Chen wrote: > >> On 6/07/24 10:27, Jonathan Chen wrote: >>> Are there any committers available to review the following PRs? They fix a >>> couple of broken >>> ports, but have been stagnant for more than 2 weeks: >

Commit Request

2024-09-10 Thread jonc
Hi, Can a committer please review/commit the following PR? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281253 Thanks! -- Jonathan Chen

Re: Commit Request

2024-09-11 Thread jonc
September 11, 2024 6:05 PM, "Charlie Li" wrote: > Done. Thank you _very_ much! -- Jonathan Chen

Committer Request

2024-10-07 Thread jonc
Hi, Are there any committers available to review and commit: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281753 Thanks! -- Jonathan Chen

x11-toolkits/libwnck3 fails to build on 14-STABLE/amd64

2025-01-12 Thread jonc
Hi, On a recent 14-STABLE/amd64 (updated on 11-Jan-2025), x11-toolkits/libwnck3 fails with: [ 20% 27/135] cc -Ilibwnck/wnckprop.p -Ilibwnck -I../libwnck -I. -I.. -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include

Re: x11-toolkits/libwnck3 fails to build on 14-STABLE/amd64

2025-01-13 Thread jonc
January 13, 2025 11:03 AM, j...@chen.org.nz wrote: > Hi, > > On a recent 14-STABLE/amd64 (updated on 11-Jan-2025), x11-toolkits/libwnck3 > fails with: [...] > /usr/local/lib/libstartup-notification-1.so /usr/local/lib/libXRes.so > -Wl,--end-group > ld: error: non-exported symbol 'environ' in '/