Re: firefox-esr and thundebird-esr broken by a typo

2025-07-28 Thread Christoph Moench-Tegeder
## Andrea Venturoli (m...@netfence.it): > > [00:00:01] Warning: (mail/thunderbird-esr): Error: mail/thunderbird-esr > > depends on nonexistent origin 'LIB_DEPENDS+='; Please contact maintainer of > > the port to fix this. Ah, quarterly, where I had to chase conflicts. Try e55e46bd71b0 Regards,

Re: do-fetch.mk never actually verifies the sha256 checksum

2025-05-16 Thread Christoph Moench-Tegeder
## John Marino (FreeBSD) (free...@marino.st): > For each distribution file listed in a port's distinfo file, the file's > size and SHA256 hash is provided. However, after a distribution file > candidate is downloaded, only the file's size is verified to match the > requirements. The downloaded f

Re: thunderbird 115.10 build failure on -current

2024-04-18 Thread Christoph Moench-Tegeder
## Cy Schubert (cy.schub...@cschubert.com): > We should > probably rename our thunderbird port to thunderbird-esr and add a > thunderbird port that tracks upstream mainline. Maybe check the release model first before having ideas. I'm getting enough shit for pushing RCs already, we're not going

Re: port x11-toolkits/p5-Gtk2 fails to compile/link

2023-09-25 Thread Christoph Moench-Tegeder
## Matthias Apitz (g...@unixarea.de): > Creating enum POD... > Can't find 'boot_Gtk2' symbol in blib/arch/auto/Gtk2/Gtk2.so > at tools/podifystockitems.pl line 0. That's fallout from devel/pkgconf - it got botched in 8e3a5d951e, fixed in 4a1614a51d and broken again in 041cacb90b (same problem as

Re: problem with git-pull

2023-09-12 Thread Christoph Moench-Tegeder
## Matthias Apitz (g...@unixarea.de): > but when I now say 'git pull .' it says only: Drop the ".", because: 1. the first non-option to "git pull" is the repository, so you're pulling from the current directory, which makes no sense for your case. 2. git updates the whole repository, which

Re: git: d8a3e1d47a90 - main - www/firefox: update to 117.0 (rc1)

2023-08-25 Thread Christoph Moench-Tegeder
## Tomoaki AOKI (junch...@dec.sakura.ne.jp): > And notably, the backed up libraries under /usr/local/lib/compat/pkg, And I guess we found the issue right here: libs in compat/pkg only keep improperly updated software alive and lead to all kinds of funny stuff like multiple or surprisingly outdate

Re: FreeBSD Port: FreeCAD-0.20.2_3

2023-06-20 Thread Christoph Moench-Tegeder
## tigner (batig...@comcast.net): > > CMake Error at /usr/local/lib/cmake/hdf5-18/hdf5-config.cmake:25 That's the wrong hdf5 - FreeCAD needs hdf5 1.10 (as per the port's Makefile). (Yes, hdf is a mess). Best not to build in a contaminated environment... Regards, Christoph -- Spare Space.

Re: Maintainer timeout requested for #269630 - net/liferea update to 1.14.0 (was: Maintainer timeout requested for #260092 - net/liferea: Update to 1.13.8)

2023-03-30 Thread Christoph Moench-Tegeder
## Fabian Keil (freebsd-lis...@fabiankeil.de): > There's already a 1.14.1 which fixes a security problem [1]. Committed while bumping to 1.14.3. Anyone seen kwm lately? Regards, Christoph -- Spare Space

Re: Staging and /var

2022-12-27 Thread Christoph Moench-Tegeder
## Stephen Roznowski (sjrb...@verizon.net): > I'm in the process of creating a new port that requires the installation > of some files in /var. When something is surprisingly hard, you should stop and think if you're holding it wrong. So, why /var? Could it make sense to use /usr/local/var/ (${PR

Re: HDF5 port is broken

2022-07-20 Thread Christoph Moench-Tegeder
## Steve Kargl (s...@troutmask.apl.washington.edu): > tH5F.F90:(.text+0x1f20): undefined reference to `h5fget_fileno_f_' Building in-system? Remove the old version first. Regards, Christoph -- Spare Space

Re: Apache keeps crashing, where is the core file ?

2022-07-19 Thread Christoph Moench-Tegeder
## Xavier Humbert (xav...@groumpf.org): > I don't know where the core file is dumped, in the current directory of > the process, I presume, which I ignore. That's up to you to decide: https://httpd.apache.org/docs/2.4/mod/mpm_common.html#coredumpdirectory or sysctl kern.corefile. Regards, Chri

Re: Strange failure message in poudriere: pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory

2022-07-16 Thread Christoph Moench-Tegeder
## Yuri (y...@freebsd.org): > The port science/yoda fails in poudriere with this message: > > === > ===>  Building package for yoda-1.9.4 > pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory > *** Error code 1 I believe I rememb

Re: unknown flavor py37

2022-05-26 Thread Christoph Moench-Tegeder
## Daniel Braniss (da...@cs.huji.ac.il): > but some have 3.6+, and make FLAVOR=37 failes with unknown flavor … In theory you should only handle FLAVOR manually in rather rare cases. Did you read UPDATING entry 20210425 and set DEFAULT_VERSIONS accordingly? Regards, Christoph -- Spare Space

Re: HOWTO: specify a run dependency on a port without a single executable?

2022-05-25 Thread Christoph Moench-Tegeder
## Stefan Esser (s...@freebsd.org): > LIP_DEPENDS= libncurses.so:devel/libncurses There's a Uses macro for ncurses, and I believe you're trying to do USES+=ncurses:port. Else the dependency would look like LIB_DEPENDS+=libncurses.so.6:devel/libncurses and you'd have to track that version (.

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

2022-05-03 Thread Christoph Moench-Tegeder
## Frank Seltzer (fran...@bellsouth.net): > Upgrading to the latest version of Firefox results in the following > errors and a crash in 10-15 seconds. What am I missing? commit fc0a979a30ea in ports removes LTO from all gecko ports default options: firefox-100.0_3,2, firefox-esr-91.9.0_2,1 and t

Re: On what days are the git servers available to obtain the ports tree?

2022-05-02 Thread Christoph Moench-Tegeder
## Chris (portmas...@bsdforge.com): > Which is the real question. Why doesn't it Just Work? Given that there are very few reports of such problems, I'd think that the git mirrors do in fact "Just Work" for a vast majority of people (it sure works for me). And then there's the fact that you didn't

Re: Maintainer timeout requested for #260092 - net/liferea: Update to 1.13.8

2022-04-25 Thread Christoph Moench-Tegeder
## Fabian Keil (freebsd-lis...@fabiankeil.de): > Can a ports committer please have a look at > > (net/liferea: Update to 1.13.8) and consider a maintainer timeout? 1.13 is "development releases", while 1.12 is "stable" - is that really de

Re: FreeBSD Port: wx31-gtk3-3.1.5_2

2022-04-14 Thread Christoph Moench-Tegeder
## Ewout1 (Excite/BlueTie) (ewo...@bluetiehome.com): > Hello port maintainer, There is no maintainer, in this case. > 10 days ago wxWidgets-3.1.6 was released. When will there be a > corresponding port update? When someone volunteers to do the work. That's not only that one port (which is relat

Re: git: 43741377b143 - main - security/openssl: Security update to 1.1.1n

2022-03-20 Thread Christoph Moench-Tegeder
## Christoph Moench-Tegeder (c...@burggraben.net): > I'm now going back to releng/13.0 and check if that still produces > the broken files "sometimes" (in the true nature of a concurrency > issue, the failure is somewhat stochastic). That was quick: less than 15 minutes

Re: git: 43741377b143 - main - security/openssl: Security update to 1.1.1n

2022-03-20 Thread Christoph Moench-Tegeder
## Christoph Moench-Tegeder (c...@burggraben.net): > ## Mark Johnston (ma...@freebsd.org): > > Mark or Thomas, if you're able > > to build a new kernel from the releng/13.0 branch and test it, could you > > please try this patch? > > I'm running that right n

Re: git: 43741377b143 - main - security/openssl: Security update to 1.1.1n

2022-03-19 Thread Christoph Moench-Tegeder
## Mark Johnston (ma...@freebsd.org): > > The primary difference is that I've never used ccache and > > did not try to do so here. The "zfs pool is a single disk, > > no raid, mirror or anything fancy" is accurate, as is the > > use of ALLOW_MAKE_JOBS= . That's basically my setup: "single-SSD zpo

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

2022-02-23 Thread Christoph Moench-Tegeder
## Christian Ullrich (ch...@chrullrich.net): > HEIF is enabled by default and brings in a dependency chain: > > graphics/gd > -> graphics/libheif > -> multimedia/librav1e >-> multimedia/rav1e (via MASTERDIR) > -> devel/cargo (via USES=cargo) > -> lang/rust (via m

Re: p5-dbd-pg

2022-01-20 Thread Christoph Moench-Tegeder
## Dan Mahoney (free...@gushi.org): > On doing a routine pkg upgrade at the dayjob, the perl module p5-DBD-pg > forced an upgrade from postgresql12-client to postgresql13-client (which > uninstalled postgresql12-server). p5-DBD-Pg uses the "default" postgresql version, which switched from 12 to 1

Re: ThunderBird and DAV calendars

2021-12-12 Thread Christoph Moench-Tegeder
9a2174d4e02e does the trick for me. Regards, Christoph -- Spare Space

Re: ThunderBird and DAV calendars

2021-11-20 Thread Christoph Moench-Tegeder
## Andrea Venturoli (m...@netfence.it): > After the upgrade to 91 I'm still able to use the calendars I had > configured before, but I cannot add any new one, since the password > prompt never appears. Right, it's broken, and I see how it's broken. Regards, Christoph -- Spare Space

Re: Unable to build lang/go OR graphics/mesa-libs

2021-10-20 Thread Christoph Moench-Tegeder
## Carmel (carmel...@outlook.com): > FreeBSD 114amd64 11.4-RELEASE-p13 https://cgit.freebsd.org/ports/commit/?id=620968a43a5f9bb3fa98ab20f257a4c0d864caa7 Support for FreeBSD 11 was removed, there's https://cgit.freebsd.org/ports/tag/?h=11-eol as the "last officially working" point-in-time. Rega