Re: rust/ring Re: [package - main-i386-default][net/quiche] Failed for quiche-0.22.0 in build

2024-08-02 Thread Jan Beich
Junho Choi writes: > I got a build failure log of a recently updated port (net/quiche-0.22.0). > > Looks like this is a dependency (ring) issue and already reported > https://github.com/briansmith/ring/issues/1999 > > What's the progress here? It may impact all rust based ports which use ring. S

Re: bsdisks switched unconditionally to QT6

2024-06-17 Thread Jan Beich
Michael Butler writes: > I was rather hoping someone had looked at implementing FLAVORS as has > been done in many other ports, e.g. sysutils/polkit-qt-1 and > multimedia/phonon, to accommodate the currently installed version. Flavors don't scale with non-leaf ports until provides/requires lands

Re: Installed audio/alsa-plugins and dependencies

2024-02-20 Thread Jan Beich
j...@chen.org.nz writes: >>> It appears to be missing the SUBPACKAGE dependencies. Is this >>> intentional, or a bug? >> >> Intentional. See pkg-message: >> >> Plugins with extra dependencies moved into subpackages: >> - alsa-plugins-ffmpeg >> - alsa-plugins-jack >> - alsa-plugins-pulseaudio >>

Re: Installed audio/alsa-plugins and dependencies

2024-02-16 Thread Jan Beich
Jonathan Chen writes: > Hi, > > I've got audio/alsa-plugins installed from a recent ports tree with > default options, and its dependency list is a bit dubious. > > 8:04pm# cd /usr/ports/audio/alsa-plugins/ > 8:04pm# make -V LIB_DEPENDS_ALL > libasound.so:audio/alsa-lib libasound.so:audio/alsa-li

Re: poudriere-3.4.1 repeatedly builds subpackaged port

2024-02-02 Thread Jan Beich
Tatsuki Makino writes: > The build repetition occurs in the following combination. > > graphics/blender -> x11-toolkits/libdecor > www/qt5-webengine -> audio/alsa-plugins See https://github.com/freebsd/poudriere/issues/1113

Re: problem with Obs-Studio

2024-02-02 Thread Jan Beich
Nilton Jose Rizzo writes: > vgapci0@pci0:8:0:0: class=0x03 rev=0xa1 hdr=0x00 vendor=0x10de > device=0x1c82 subvendor=0x1043 subdevice=0x8626 [...] > OpenGL renderer string: GeForce GTX 1050 Ti/PCIe/SSE2 > OpenGL core profile version string: 4.5.0 NVIDIA 390.154 Legacy series like nvidia

Re: problem with Obs-Studio

2024-01-31 Thread Jan Beich
Nilton Jose Rizzo writes: > [New LWP 283537 of process 52911] > info: - > info: Initializing OpenGL... > > Thread 1 received signal SIGSEGV, Segmentation fault. > Address not mapped to object. > 0x00080c99d84b in gladLoadGL () from /usr/local/lib/libobs-opengl.

Re: Subpackage explanations

2024-01-25 Thread Jan Beich
Luca Pizzamiglio writes: > The first use case we want to get rid of is master/slave ports when slave > ports could be built with the master port. Could doesn't necessarily mean should. For example, merging gimp-jxl-plugin back into libjxl would increase build time and risk of "missing packages"

Re: Is API to access status of build servers documented?

2024-01-23 Thread Jan Beich
Jan Beich writes: > $ fetch -qo - "https://pkg-status.freebsd.org/api/1/builds?type=package"; | > jq -r ".. | select(.started? > $(date -v -2w +%s)) | .server" | sort -u Alternatively, https://github.com/bdrewery/pkg-status.freebsd.org/blob/master/servers.txt b

Re: Is API to access status of build servers documented?

2024-01-23 Thread Jan Beich
Yuri writes: > What I couldn't determine is the query to find all active build servers. > Does such query exist? https://pkg-status.freebsd.org/api/1/builds https://portsfallout.com/api/ $ fetch -qo - "https://pkg-status.freebsd.org/api/1/builds?type=package"; | jq -r ".. | select(.started? >

Re: kcmp implementation for mesa

2024-01-19 Thread Jan Beich
Rozhuk Ivan writes: > * The 2 fds can be different, even in systems with a single GPU, eg: if > * radv is initialized before radeonsi. > * > * This fd tracking is useful for buffer sharing because KMS/GEM handles are > * specific to a DRM file description, i.e. the same handle value may refe

Re: kcmp implementation for mesa

2024-01-19 Thread Jan Beich
Rozhuk Ivan writes: > Hi! > > > graphics/mesa-* uses SYS_kcmp [1] to compare two fds: > > int > os_same_file_description(int fd1, int fd2) > { >pid_t pid = getpid(); > >/* Same file descriptor trivially implies same file description */ >if (fd1 == fd2) > return 0; > >return

Re: Latest and quarterly best practices

2024-01-13 Thread Jan Beich
Tomoaki AOKI writes: > On Sat, 13 Jan 2024 02:52:18 +0100 > Jan Beich wrote: > >> Jose Quinteiro writes: >> >> > Maybe there are some ports that should not exist in the quarterly >> > branch? Looks like some of these are under such heavy development th

Re: Latest and quarterly best practices

2024-01-12 Thread Jan Beich
Jose Quinteiro writes: > Maybe there are some ports that should not exist in the quarterly > branch? Looks like some of these are under such heavy development that > they really don't have a stable version. Hyprland release cadence is similar to Chromium and Firefox.

Re: Latest and quarterly best practices

2024-01-04 Thread Jan Beich
henrichhart...@tuta.io writes: > I propose that as a rule of thumb, if a package uses Semantic > Versioning (semver) and the changes are non-breaking, it should be > cherry picked into quarterly. Especially if this is only a patch level > change and not a minor, but likely either way. I tend to c

Re: security/libfprint: any updates?

2023-12-18 Thread Jan Beich
Maxim V Filimonov writes: > Hello, > > I'm trying to build new-ish versions of libfprint on FreeBSD > (probably, that could result in an update to the port as well), but I > encountered a problem: > > ../libfprint/fpi-spi-transfer.c:22:10: fatal error: > 'linux/spi/spidev.h' file not found > #inc

Re: problem building with cargo-c

2023-12-11 Thread Jan Beich
AN writes: > ===> Building for librav1e-0.6.6_6 > *** Signal 10 Missing COMPAT_FREEBSD11 in kernel config? See also https://github.com/rust-lang/rust/issues/89058 Otherwise, get a backtrace. dmesg(8) or /var/log/messages should've documented which executable crashed. Alternatively, bisect you

Re: Best practice to bump consumers portrevision on quarterly

2023-11-26 Thread Jan Beich
Nuno Teixeira writes: > Hello, > > What is the correct way of bumping consumers in quarterly? > > 1. cherry-pick port update > 2. bump portrevision consumers on quarterly directly? Cherry-pick both. To overcome merge conflicts reset index and bump directly. The important part is to retain the co

Re: Why do packages disappear?

2023-11-21 Thread Jan Beich
Richard Childers writes: > It would be nice if packages didn't disappear and reappear. Can't we > just save the last successful build? One can restore old packages via /var/cache/pkg, assuming ABI of dependencies didn't change. Usually safe on /quarterly but not /latest. There's no public archi

Re: www/iridium fails with Trace/BPT trap and does not compile with DEBUG

2023-11-18 Thread Jan Beich
José Pérez writes: > On some hardware www/iridium fails: > % iridium > Trace/BPT trap Try running as "proccontrol -m wxmap iridium" See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272221

Re: multimedia/pipewire: 12.4-STABLE could not build pipewire-0.3.81

2023-10-11 Thread Jan Beich
Tatsuki Makino writes: > Hello. > > pipewire-0.3.81 build fails on 12.4-S. > Because byteswap.h does not exist in /usr/include. > > ../src/modules/module-netjack2/peer.c:2:10: fatal error: 'byteswap.h' file > not found > #include > ^~~~ > 1 error generated. Fixed in https://cg

Re: lang/rust: resurrect PORT_LLVM as a non-default OPTION

2023-10-10 Thread Jan Beich
Dewayne Geraghty writes: > I don't use anything that requires rust but for some reason developers > don't provide a choice... so I've branched /usr/ports to track this > practice and retain reasonable build times. Point? Its not just docs that > you'll need to accommodate. :/ Why not DEFAULT_V

Re: problem with git-pull

2023-09-15 Thread Jan Beich
Matthias Apitz writes: > El día miércoles, septiembre 13, 2023 a las 11:40:57 +0200, Jan Beich > escribió: > >> There are but not officially[1] supported by ports/ e.g., >> >> $ rm -rf security/wpa_supplicant >> $ git checkout origin/main security/wpa_supp

Re: problem with git-pull

2023-09-13 Thread Jan Beich
Martin Neubauer writes: > On Wed, 13 Sep 2023, Matthias Apitz wrote: > >> El día miércoles, septiembre 13, 2023 a las 12:55:20 +0200, Kurt Jaeger >> escribió: >> >>> Hi! >>> In short: Is there no way with git to pull only one special port for a recompilation? >>> >>> For things like th

Re: problem with git-pull

2023-09-13 Thread Jan Beich
Matthias Apitz writes: > I wrote yesterday: > >> El día martes, septiembre 12, 2023 a las 05:42:45p. m. +0200, Christoph >> Moench-Tegeder escribió: >> >> > ## Matthias Apitz (g...@unixarea.de): >> > >> > > but when I now say 'git pull .' it says only: >> > >> > Drop the ".", because: >> > 1.

Re: plist-check not reporting orphaned files present in a @comment

2023-08-16 Thread Jan Beich
Felix Palmen writes: > Hi all, > > I'm having unexpected trouble with plist-check. I have some custom > PLIST_SUB expanding to "@comment " based on ${ARCH} and found that > orphaned files from ${STAGEDIR} weren't properly reported. > > Then I tried to hardcode "@comment " in pkg-plist instead (to

Re: FreeBSD Port: nvidia-driver-340-340.108_4

2023-08-14 Thread Jan Beich
Jan Beich writes: > "Alex V. Petrov" writes: > >> With last port don't working video acceleration on many videoplayers: >> mpv, vlc... > > Did you rebuild both x11-servers/xorg-server and x11/nvidia-driver-304? Typo: s/304/340/

Re: FreeBSD Port: nvidia-driver-340-340.108_4

2023-08-14 Thread Jan Beich
"Alex V. Petrov" writes: > With last port don't working video acceleration on many videoplayers: > mpv, vlc... Did you rebuild both x11-servers/xorg-server and x11/nvidia-driver-304? Does reverting https://cgit.freebsd.org/ports/commit/?id=d1b7aad5f3cc help? I'm interested if https://cgit.freeb

Re: Reorganizing FreeBSD Ports Directory Structure for Non-X Window Managers and Wayland Support

2023-07-26 Thread Jan Beich
NSD writes: > Dear All, > > FreeBSD could benefit from reorganizing its directory structure to > accommodate non-X Window managers more effectively. Currently, these > managers are all placed under the "x11" directories, which may not > accurately represent their nature. - Porter's Handbook reco

Re: Unresolved symbol in libQt6WebEngineCore.so.6.4.2

2023-07-24 Thread Jan Beich
Alexander Leidinger writes: > Quoting Jan Beich (from Mon, 24 Jul 2023 13:52:43 +0200): > >> Alexander Leidinger writes: >> >>> Hi, >>> >>> a build with non-standard port options (mostly nox11 und related stuff >>> for a headless system,

Re: Unresolved symbol in libQt6WebEngineCore.so.6.4.2

2023-07-24 Thread Jan Beich
Alexander Leidinger writes: > Hi, > > a build with non-standard port options (mostly nox11 und related stuff > for a headless system, except for some ports where this doesn't work) > is giving me an unresolved symbol in > libQt6WebEngineCore.so.6.4.2. This symbol is > _ZN7sandbox6policy12SandboxL

Re: Problem with the package builds

2023-07-10 Thread Jan Beich
Kevin Oberman writes: > On Mon, Jul 10, 2023 at 10:31 AM Rainer Hurling wrote: > >> Am 10.07.23 um 08:15 schrieb Rainer Hurling: >> > Am 10.07.23 um 08:08 schrieb Mark Millard: >> >> On Jul 9, 2023, at 22:52, Rainer Hurling wrote: >> >> >> >>> Am 10.07.23 um 06:53 schrieb Mark Millard: >>

Re: build of www/chromium stops in node18

2023-07-10 Thread Jan Beich
bob prohaska writes: > While compiling www/chromium on an 8GB Pi4 poudriere seems to have > trouble compiling www/node. [...] > In file included from > ../deps/v8/src/compiler/backend/instruction-scheduler.cc:5: > In file included from > ../deps/v8/src/compiler/backend/instruction-scheduler.h:1

Re: How long do main commits take to reach the repos? [Was: Re: git: 70b4957fa52b - main - multimedia/plexmediaserver-plexpass: Update to 1.32.4.7195]

2023-06-26 Thread Jan Beich
list_free...@bluerosetech.com writes: > multimedia/plexmediaserver_plexpass was updated to 1.32.4.7195 on the > 18th (8 days ago, see qutoed below), but the public repo still has > 1.32.4.7164. I checked that I'm using /latest, and that a git pull > shows the commit. Normally updates to this por

Re: devel/electron22 build failure with devel/icu update

2023-04-13 Thread Jan Beich
j...@chen.org.nz writes: > Hi, > > I'm seeing the following build failure for electron22-22.3.5_1 on > STABLE-13/amd64 after the latest devel/icu update: [...] > obj/base/base/time_exploded_icu.o In file included from > ../../base/time/time_exploded_icu.cc:14: > ../../third_party/icu/source/commo

Re: New 2023Q2 branch

2023-04-01 Thread Jan Beich
Rene Ladan writes: > Hi, > > The 2023Q2 branch has been created. It means that the next update on the > quarterly packages will be on the 2023Q2 branch. > > A lot of things happened in the last three months: > - pkg 1.19.1 > - New USES: budgie ldap nextcloud ruby > - Default version of Go switche

Re: using GTK4

2023-03-03 Thread Jan Beich
Robert Huff writes: > Hello: > What is the correct entry is make.conf to use GTK4 by default? Very few ports support more than one Gtk version. OPTIONS_SET += GTK4 OPTIONS_UNSET += GTK3.

Re: Porting forks

2023-02-24 Thread Jan Beich
Nuno Teixeira writes: > I installed fork version but it seg fault exacly the same as > games/abuse_sdl: > --- > abuse 0.8 > Abuse version 0.8 > Sound: Enabled > Specs : main file set to abuse.spe > Protocol Installed : UNIX generic TCPIP > Lisp: 527 symbols defined, 99 system functions, 319 pre-c

Re: emulators/virtualbox-ose-kmod fails to biuld on 14.0-CURRENT 1400079

2023-02-11 Thread Jan Beich
José Pérez writes: > out/freebsd.amd64/release/bin/src/vboxdrv/freebsd/SUPDrv-freebsd.c:433:50: > error: incompatible pointer to integer conversion passing 'void *' to > parameter of type 'RTR3PTR' (aka 'unsigned long') [-Wint-conversion] > if (RT_FAILURE(RTR0MemUserCopyFrom(&Hdr, pvUser,

Re: Need help defining a custom license

2023-02-09 Thread Jan Beich
Mehmet Erol Sanliturk writes: > On Thu, Feb 9, 2023 at 3:38 PM Jan Beich wrote: > >> Nuno Teixeira writes: >> >> > Hello all, >> > >> > math/add have a license included in tarball that I'd like to define it in >> > Makefile. >

Re: Need help defining a custom license

2023-02-09 Thread Jan Beich
Nuno Teixeira writes: > Hello all, > > math/add have a license included in tarball that I'd like to define it in > Makefile. > Any help is welcome! > > COPYING: > --- > $Id: COPYING,v 1.11 2023/02/05 13:28:41 tom Exp $ > > ADD > > --

Re: FreeBSD Port: firefox-109.0.1,2 (WebGL)

2023-02-05 Thread Jan Beich
"Alex V. Petrov" writes: > Last versions FF have very low perfomance of WebGL. > > Compare with Chromium (https://webglsamples.org/aquarium/aquarium.html): > 1 fish > Chromium - 60 Fps > FF - 6 Fps > (I have GF 1070) > > Some time ago these values were about the same. On Intel HD 530 (8086:1

Re: Go in poudriere : can't assign requested address

2023-02-02 Thread Jan Beich
Charlie Li writes: > Alexis Praga wrote: > >> I've added go as a dependency for the next update of x11/kitty. It >> builds fine but poudriere fails with : >> go: downloading github.com/disintegration/imaging >> v1.6.2 >> tools/utils/short-uuid.go:10:2: >

Re: [zstd-sys 2.0.1+zstd.1.5.2] crate failing on arm64

2022-11-26 Thread Jan Beich
Nuno Teixeira writes: > From the log it seems [zstd-sys 2.0.1+zstd.1.5.2] crate failing. Unlikely if it shows up after "warning: build failed, waiting for other jobs to finish..." due to MAKE_JOBS_NUMBER=2 in poudriere log. > https://pkg-status.freebsd.org/ampere2/data/main-arm64-default/pf323

Re: Access to FreeBSD package build server via IPv4-only network

2022-11-09 Thread Jan Beich
Simon Wright writes: > My issue is that since the build servers are IPv6-only and my provider > in Philippines does not offer any IPv6 service at all, I need to use a > proxy to use curl to access this file: > > http://beefy16.nyi.freebsd.org/data/131amd64-default/.data.json https://pkg-status.f

Re: Updating multimedia/gstreamer1-*

2022-10-17 Thread Jan Beich
Janos Dohanics writes: > sys/v4l2codecs/meson.build:38:2: ERROR: Unknown variable "gstcodecs_dep". See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267132

Re: Blender

2022-10-15 Thread Jan Beich
Tatsuki Makino writes: > Dima Panov wrote on 2022/10/16 05:38: > >> >> EXAMPLES is off by default in opensubdiv port, please check your setup >> > > Moin. > > Although OPTIONS_DEFAULT is not written directly in > graphics/opensubdiv/Makefile, but is turned on by default somewhere in > Mk/bsd.

Re: What is this "gi" Python module that x11-toolkits/gtk40 wants?

2022-09-11 Thread Jan Beich
David Wolfskill writes: > | Adding test "reftest wrapping-in-boxes-in-boxes.ui" > | Program python3 (gi) found: NO > | > | testsuite/introspection/meson.build:1:0: ERROR: python3 is missing modules: > gi "gi" module is provided by $ pkg which -qo /usr/local/lib/python*/site-packages/gi/*ini

Re: Ports Collection support for your FreeBSD version has ended...

2022-09-02 Thread Jan Beich
Milan Obuch writes: > On Fri, 02 Sep 2022 10:01:19 +0200 > And what about 12.3-STABLE? # 12.3-RELEASE $ git show release/12.3.0:sys/sys/param.h | grep define.\*_version #define __FreeBSD_version 1203000 /* Master, propagated to newvers */ # 12.3-STABLE $ git show origin/stable/12:sys/sys/

Re: Ports Collection support for your FreeBSD version has ended...

2022-09-02 Thread Jan Beich
Milan Obuch writes: > Hi, > > as I am doing today some maintenance, I am encountering this error. > This would not be worth mentioning, it is easily overridable by > defining ALLOW_UNSUPPORTED_SYSTEM, just I got this error on a > 13.1-STABLE systems built relatively recently, one of them is built

Re: Upgrade of gcc11-11.3.0 to gcc11-11.3.0_1 requires >= 4.8G /tmp

2022-08-26 Thread Jan Beich
David Wolfskill writes: > Saw this on a couple of laptops, each of which is configured to use a > swap-backed tmpfs for /tmp -- started at 2G, which didn't work so well. > > Looks as if they are over the worst of it, and I've seen /tmp/get to > 4.8G used -- in cdase this helps someone else avoid

Re: Python 3.10 and Python 3.11

2022-07-06 Thread Jan Beich
Kubilay Kocak writes: > On 5/07/2022 2:14 pm, The Doctor wrote: > >> Will they be properly recognised so that ports like >> ceph can use them? > > If you can provide a patch adding them, leaving them last in the > preferred order in python.mk (x,y,z,3.11,3.10) , we're happy to > review/accept (al

Re: Please do not deprecate ports-mgmt/synth and lang/gcc6-aux

2022-06-12 Thread Jan Beich
"Bojan Petrovic" writes: > c) to this, I can only offer to take maintainership of ports-mgmt/synth > and lang/gcc6-aux. I haven't maintained a FreeBSD port before, so I > must admit I cannot estimate how much effort it would require on my > side. I only have a hunch that these ports will be slow-

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Jan Beich
Frank Seltzer writes: > Upgrading to the latest version of Firefox results in the following > errors and a crash in 10-15 seconds. What am I missing? > > Thanks. > > console.warn: SearchSettings: "get: No settings file exists, new > profile?" (new NotFoundError("Could not open the file at > /hom

Re: Thunderbird SIG11

2022-04-04 Thread Jan Beich
Cy Schubert writes: > Hi, > > I'm experiencing an assertion in openldap24-client while attempting to > start thunderbird. The interesting thing is that removing ldap from passwd > in nsswitch.conf works around the issue. Has anyone else experienced this? Maybe files/patch-bug292127 is no longe

Re: git: 34ab3bea8aa2 - main - graphics/gd: update to 2.3.3

2022-02-23 Thread Jan Beich
Christian Ullrich writes: > Was this intended, and if so, is it really necessary to pull in > lang/rust for a port that is, among other things, an everyday dependency > of PHP? ports/ framework doesn't support[1] provides/requires (aka alternatives or variable packages), so defaults mostly fol

Re: FreeBSD Port: libjxl-0.6.1_5 error build

2022-02-22 Thread Jan Beich
"Alex V. Petrov" writes: > FAILED: cjxl.1 /usr/ports/graphics/libjxl/work/.build/cjxl.1 > cd /usr/ports/graphics/libjxl/work/.build && /usr/local/bin/python3.9 > /usr/local/bin/a2x --format manpage > --destination-dir="/usr/ports/graphics/libjxl/work/.build" > /usr/ports/graphics/libjxl/work/libjx

Re: How to subscribe port?

2022-02-13 Thread Jan Beich
Li-Wen Hsu writes: > On Sat, Feb 12, 2022 at 23:46:35 +0100, T. G. wrote: > >> Hello, I want to subscribe a mailing list for commits of specific ports. >> Simply I want to know if some packages got updated >> Is it possible? >> Thanks. > > > First of all, freebsd-ports@ would be better to discuss

Re: FreeBSD Port: vulkan-headers-1.3.205 (size mismatch)

2022-02-07 Thread Jan Beich
"Alex V. Petrov" writes: > https://codeload.github.com/KhronosGroup/Vulkan-Headers/tar.gz/v1.3.205?dummy=/KhronosGroup-Vulkan-Headers-v1.3.205_GH0.tar.gz: > size mismatch: expected 1423891, actual 1423899 Fixed in https://cgit.FreeBSD.org/ports/commit/?id=bbc550e97dc2

Re: anki latest?

2022-01-24 Thread Jan Beich
Pau Amma writes: > o/~ > Whatever became of anki? > Has anyone heard of it? > Is it broken? Ignored? > Perhaps deprecated? > Is a dependency > Broken? > o/~ Seems fine. FreshPorts nowadays provides package availability table. https://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/anki-2.1.48_3.pkg

Re: New 2022Q1 branch

2022-01-01 Thread Jan Beich
Mehmet Erol Sanliturk writes: > On Sat, Jan 1, 2022 at 9:12 PM Rene Ladan > wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA512 >> >> Hi, >> >> The 2022Q1 branch has been created. It means that the next update on the >> quarterly packages will be on the 2022Q1 branch. [...] > Is there

Re: [FreeBSD-Ports-Announce] New 2022Q1 branch

2022-01-01 Thread Jan Beich
Rene Ladan writes: > Hi, > > The 2022Q1 branch has been created. It means that the next update on the > quarterly packages will be on the 2022Q1 branch. > > A lot of things happened in the last three months: > - pkg 1.17.5 > - New USES: magick nodejs trigger > - Removed keywords: desktop-file-uti

Re: Please revert commit a2bd861

2021-11-29 Thread Jan Beich
Jan Beich writes: > Robert Clausecker writes: > >> Commit a2bd861 (most recent commit on 2021Q4) breaks the ports build: >> >> [00:10:17] Warning: (www/firefox): Error: www/firefox depends on >> nonexistent origin 'devel/wasi-compiler-rt12'; Please conta

Re: Please revert commit a2bd861

2021-11-29 Thread Jan Beich
Robert Clausecker writes: > Commit a2bd861 (most recent commit on 2021Q4) breaks the ports build: > > [00:10:17] Warning: (www/firefox): Error: www/firefox depends on > nonexistent origin 'devel/wasi-compiler-rt12'; Please contact > maintainer of the port to fix this. > [00:11:44] Error: Fatal er

Re: Bringing back lang/python27 with few modules?

2021-11-19 Thread Jan Beich
Maxim Sobolev writes: > Well with regards to a language port, "vulnerability" has somewhat dubious > applicability. For sure there are many ways to write an insecure C program > allowed by the language itself. Shall we consider all C compilers > inheretedly bad based on just that? CPython provid

Re: FreeBSD port: lang/clojure 1.10.1.447 -> 1.10.3.1020

2021-11-08 Thread Jan Beich
Jan Beich writes: > Filipe da Silva Santos via ports writes: > >> Following the devel/leiningen update, let's also bump Clojure version. >> >> Since the last update was in 2019, I'm sendind this patch directly to >> the list. >> >> -

Re: FreeBSD port: lang/clojure 1.10.1.447 -> 1.10.3.1020

2021-11-08 Thread Jan Beich
Filipe da Silva Santos via ports writes: > Following the devel/leiningen update, let's also bump Clojure version. > > Since the last update was in 2019, I'm sendind this patch directly to > the list. > > --- /usr/ports/lang/clojure/Makefile 2021-11-02 03:11:14.86839 + > +++ /home/shiorid

Re: FreeBSD Port: devel/leiningen update to 2.9.7 (forgot to Cc sorry)

2021-11-08 Thread Jan Beich
Jan Beich writes: > $ lein repl > As of 2.8.2, the repl task is incompatible with Clojure versions older than > 1.7.0. > You can downgrade to 2.8.1 or use `lein trampoline run -m clojure.main` for a > simpler fallback repl. > Subprocess failed (exit code: 1) > ^C Nevermi

Re: FreeBSD Port: devel/leiningen update to 2.9.7 (forgot to Cc sorry)

2021-11-08 Thread Jan Beich
Filipe da Silva Santos writes: > BTW, I forgot to add those two lines: > > --- /usr/local/poudriere/ports/default/devel/leiningen/Makefile > 2021-11-08 20:44:52.224373000 + > +++ /home/shiorid/projects/ports/devel/leiningen/Makefile 2021-11-08 > 20:42:49.806204000 + > @@ -11,9

Re: FreeBSD Port: devel/leiningen update to 2.9.7

2021-11-08 Thread Jan Beich
Filipe da Silva Santos via ports writes: > Bump to Clojure 1.10.3 (in ports) and fix bugs Landed in https://cgit.FreeBSD.org/ports/commit/?id=816ffe7d1505 Do you need this in /quarterly (2021Q4 branch) as well?

Re: devel/sdl20: update to 2.0.16 when?

2021-11-01 Thread Jan Beich
Robert Clausecker writes: > Good day! > > I have been following PR #252371 updating devel/sdl20 for a while > and it seems like it is ready to land. Is there any reason why it > has not been committed yet? According to comment 10 (2021-01-19) in the bug the primary blocker is Please split in

Re: INDEX build failed for 12.x

2021-10-13 Thread Jan Beich
Ports Index build writes: > make_index: /home/indexbuild/tindex/ports/biology/py-crossmap: no entry for > /home/indexbuild/tindex/ports/biology/py-bigwig Fixed in https://cgit.FreeBSD.org/ports/commit/?id=818989d766eb It could've aborted (stopped:crashed) the regular package build that was supp

[PSA] FreeBSD 11 won't support binary packages after 2021-09-30

2021-09-22 Thread Jan Beich
11.4 and stable/11 branch reaches EOL on 2021-09-30 [1]. After that ports/ compatibility to be removed [2] and existing packages may disappear[3]. If you can't upgrade consider backing up e.g., # pkg fetch -r FreeBSD -a # mkdir -p /usr/local/etc/pkg/repos # printf 'cache: {\n url: "file:///var/ca

Re: OpenSSL 3.0.0 on i386 failing to build

2021-07-31 Thread Jan Beich
SSL 3.0.0. Would > appreciate anyone to help fix this, preferably without requiring GCC. Try the fallback a la (example attached) or exclude atomic calls on i386. >From 232d20bde7bb902d60869fb732fec7ad1f211579 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 1 Aug 2021 04:22:08 +00

Re: XFCE4 No Longer Displaying 3rd-Party Fonts.

2021-07-13 Thread Jan Beich
"Janky Jay, III" writes: > Hi All, > > So, I'm unsure if this is where this should go, but it did happen > after a recent port (pkg) upgrade of a FreeBSD 13.0 desktop system that > I've been running. I'd moved from "quarterly" to "latest" and got the > updates and now my XFCE4 desktop doesn't di

Re: lang/rust does not build on aarch64

2021-06-27 Thread Jan Beich
Jan Beich writes: > J P writes: > >> Hi, >> it seems rust does not build on aarch64: >> ===> Building for rust-1.52.1 > > 1.52.1 is no longer supported. Update ports/ tree to get 1.53.0. > 2021Q2 has 1.51.0 but the branch is about to reach EOL on 2021-07

Re: lang/rust does not build on aarch64

2021-06-27 Thread Jan Beich
J P writes: > Hi, > it seems rust does not build on aarch64: > ===> Building for rust-1.52.1 1.52.1 is no longer supported. Update ports/ tree to get 1.53.0. 2021Q2 has 1.51.0 but the branch is about to reach EOL on 2021-07-01. If 1.53.0 also fails attach complete poudriere log. For example, m

Re: x11/nvidia-driver update from 460.80 to 460.80_1: libglvnd

2021-06-17 Thread Jan Beich
David Wolfskill writes: > On my laptops, I have been using x11/nvidia-driver (quite successfully) > for several years. > > As I update FreeBSD base and installed ports daily on those machines, I > have > > PORTS_MODULES+=x11/nvidia-driver > > in /etc/src.conf, so the kernel modules get rebuilt wh

Re: Time ordered list of package builds

2021-06-05 Thread Jan Beich
Mark Millard writes: > On 2021-Jun-5, at 03:10, Jan Beich wrote: > It does appear that getting to all the individual-port > information requires going to the Server and finding > the matching build there. Clicking on a Build link > in https://pkg-status.freebsd.org/?all=1 gets

Re: Time ordered list of package builds

2021-06-05 Thread Jan Beich
Mark Millard via freebsd-ports writes: > On 2021-Jun-4, at 22:11, Kevin Oberman wrote: > >> . . . >> >> Sorry. I now see that I was unclear, but you seem to have figured it >> out. I believe that I am aware of all of the things you mention but >> I can't find a way to track back beyond the curr

Re: Time ordered list of package builds

2021-06-03 Thread Jan Beich
Kevin Oberman writes: > When ports were in svn, the revision caused a listing of package builds to > be listed in order by default, but now git hashes are used and the order > seems effectively random. There is no column for start time and the > elapsed time column is blank. See also https://gi

13.0 amd64 packages are out-of-date compared to 13.0 i386

2021-06-02 Thread Jan Beich
"pkg install firefox" still offers 88.0.1_1,2 but builds[1] were done up to 89.0_2,2. Ignoring 89.0_2,2 where other packages haven't finished yet why 89.0,2 and 89.0_1,2 are not offered already? [1] http://beefy16.nyi.freebsd.org/data/latest-per-pkg/firefox/ https://pkg-status.freebsd.org/?a

Re: print/texlive-full build failed on arm64/aarch64

2021-05-26 Thread Jan Beich
KIRIYAMA Kazuhiko writes: > Hi, all > > Now, I'm package-recursive print/texlive-full on Pinebook > Pro, but failed at devel/tex-libtexluajit : > > ===> tex-libtexluajit-2.0.3 is marked as broken on aarch64: Does not > configure: error: Sorry, cannot preprocess lj_arch.h. > *** Error code 1 > >

Re: How to correctly reference WRKSRC of another port?

2021-05-24 Thread Jan Beich
Philipp Ost writes: > The Porter's Handbook mentions using WRKDIRPREFIXPORTSDIR [0], but > that does not work. A search for WRKDIRPREFIXPORTSDIR in /usr/ports/Mk > comes up empty. Do I explicitly have to define this variable? That's a typo: WRKDIRPREFIXPORTSDIR -> WRKDIRPREFIX + PORTSDIR > I've