CVS: cvs.openbsd.org: ports

2023-11-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/28 09:59:43 Modified files: audio/musique : Makefile distinfo Log message: update to musique 1.11

CVS: cvs.openbsd.org: ports

2023-11-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/28 08:41:10 Modified files: sysutils/truncate: Makefile Added files: sysutils/truncate/patches: patch-truncate_c Log message: drop "cpath" under -c (no file creation), add pledge

CVS: cvs.openbsd.org: ports

2023-11-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/28 08:40:28 ports/sysutils/truncate/patches Update of /cvs/ports/sysutils/truncate/patches In directory cvs.openbsd.org:/tmp/cvs-serv80622/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2023-11-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/28 06:42:24 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.39.2

CVS: cvs.openbsd.org: ports

2023-11-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/28 05:36:33 Modified files: multimedia/openh264: Makefile distinfo Log message: update to openh264 2.4.0

sysutils/truncate: drop "cpath" under -c

2023-11-27 Thread Klemens Nanni
Promise not creating files. Add usual Makefile comment. Could also defer initial pledge after getopt handling to have a single if (no_create) pledge("stdio rpath wpath cpath") else pledge("stdio rpath wpath") Feedback? OK? Index: Makefile

textproc/ripgrep: update to 14.0.1

2023-11-27 Thread Klemens Nanni
https://github.com/BurntSushi/ripgrep/releases Manpage and shell completions are now generated by rg. amd64: test result: ok. 297 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.38s Feedback? OK? Index: Makefile

CVS: cvs.openbsd.org: ports

2023-11-27 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/27 02:35:27 Modified files: www/minitube : Makefile www/minitube/pkg: PLIST Removed files: www/minitube/pkg: README Log message: Remove README about outdated API key

Re: net/pfresolved rc startup

2023-11-27 Thread Klemens Nanni
On Sun, Nov 26, 2023 at 11:18:43PM +0100, Alexander Bluhm wrote: > On Sun, Nov 26, 2023 at 09:21:44PM +0000, Klemens Nanni wrote: > > On Sun, Nov 26, 2023 at 09:52:57PM +0100, Alexander Bluhm wrote: > > > Did I get the TRUEPREFIX and LOCALBASE correct? > > >

Re: net/pfresolved rc startup

2023-11-26 Thread Klemens Nanni
On Sun, Nov 26, 2023 at 09:52:57PM +0100, Alexander Bluhm wrote: > Hi, > > I forgot startup framework for my pfresolved port. > > - Better install daemon in sbin. hier(7) seems to agree. > Did I get the TRUEPREFIX and LOCALBASE correct? I wouldn't bother, really, and just hard-code

CVS: cvs.openbsd.org: ports

2023-11-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/26 12:06:46 Modified files: net/pfresolved : Makefile Log message: add usual pledge comment; OK bluhm

Re: www/minitube: google API key no longer required

2023-11-23 Thread Klemens Nanni
On Thu, Nov 23, 2023 at 08:32:43AM +0100, Stefan Hagen wrote: > Klemens Nanni wrote (2023-11-23 05:02 CET): > > https://flavio.tordini.org/minitube-3-5-and-musictube-1-13 from aug. 2020 > > says >= 3.5 uses the Invidious API, thus key is no longer required; > > I can indee

www/minitube: google API key no longer required

2023-11-22 Thread Klemens Nanni
https://flavio.tordini.org/minitube-3-5-and-musictube-1-13 from aug. 2020 says >= 3.5 uses the Invidious API, thus key is no longer required; I can indeed watch videos just fine without providing anything. Whether there is any particular feature still requiring a personal google account/API key

CVS: cvs.openbsd.org: ports

2023-11-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/22 19:01:10 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: distinfo net/qbittorrent/qbittorrent-nox: distinfo Log message: update to qbittorrent 6.4.1

CVS: cvs.openbsd.org: ports

2023-11-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/21 18:18:33 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-builtin_gc_c Log message: update to git 2.43.0

CVS: cvs.openbsd.org: ports

2023-11-19 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/19 08:08:27 Modified files: sysutils/entr : Makefile distinfo Log message: update to entr 5.5, from Justin Berthault Also add "# uses pledge()" marker, used since 4.2.

security/gringotts: drop setuid bit

2023-11-18 Thread Klemens Nanni
It ships with setuid-root permissions just to mlockall(2) before dropping privileges; no idea what's going on with Linux, but on OpenBSD this syscall does not need root, so replace their whole dance with a single #ifdef'd mlockall() and ship the program default permissions. I don't use this, but

Re: Fwd: devel/valgrind: removal syscall(2)

2023-11-17 Thread Klemens Nanni
On Fri, Nov 17, 2023 at 03:04:02PM +0900, ASOU Masato wrote: > ping > > I confermed the operation using snapshot created onfNovember 16th. > -- > ASOU Masato > > -- Forwarded message - > From: 朝生正人 > Date: 2023年11月2日(木) 10:45 > Subject: devel/valgrind: removal syscall(2) > To:

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Klemens Nanni
On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > games/mars C++ std::random_shuffle Same as xprobe, can add yet another patch to this dead horse or bring it behind the barn, I prefer getting rid of maintanence burdens like these. Unmaintained, No

CVS: cvs.openbsd.org: ports

2023-11-17 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/17 08:56:50 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/atlas: Makefile distinfo

CVS: cvs.openbsd.org: ports

2023-11-17 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/17 08:53:38 Modified files: net: Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/minbif : Makefile distinfo

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Klemens Nanni
On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > net/minbif C++17 does not allow dynamic exception Unmaintained, last update in 2013, HOMEPAGE is an nginx default page, https://github.com/jasuarez/minbif archived in Jan 2021, my feeling says we can

CVS: cvs.openbsd.org: ports

2023-11-17 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/17 05:46:53 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: net/xprobe PKGNAME was xprobe2 not xprobe

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Klemens Nanni
On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > devel/atlas C++17 does not allow dynamic exception Unmaintained, already on ports life support, no consumers, out of date, no HOMEPAGE/clear upstream, both SITES are NXDOMAIN (ftp.o.o fallback),

CVS: cvs.openbsd.org: ports

2023-11-17 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/17 04:54:29 Modified files: net: Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/xprobe : Makefile distinfo

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Klemens Nanni
On Thu, Nov 16, 2023 at 11:55:41PM +, Klemens Nanni wrote: > On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > > net/xprobe C++ std::random_shuffle > > https://en.cppreference.com/w/cpp/algorithm/random_shuffle > (deprecated in

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Klemens Nanni
On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > net/xprobe C++ std::random_shuffle https://en.cppreference.com/w/cpp/algorithm/random_shuffle (deprecated in C++14) (removed in C++17) 'grep -r random_shuffle /usr/local/include/' suggests that boost

CVS: cvs.openbsd.org: ports

2023-11-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/16 14:54:16 Modified files: games/0ad/base : Makefile Added files: games/0ad/base/patches: patch-libraries_source_spidermonkey_FixNewClang.diff

CVS: cvs.openbsd.org: ports

2023-11-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/16 14:46:04 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.39.1

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Klemens Nanni
On Thu, Nov 16, 2023 at 09:34:32PM +0100, Stefan Hagen wrote: > Christian Weisgerber wrote (2023-11-16 16:54 CET): > > My build is still catching up with the many fixes that have already > > been committed, but here is some basic triage of remaining problems: > > > > cad/prusaslicer

CVS: cvs.openbsd.org: ports

2023-11-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/16 09:49:14 Modified files: security/web-eid-app: distinfo Log message: pull upstream fix to unbreak clang16 build

CVS: cvs.openbsd.org: ports

2023-11-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/16 09:48:56 Modified files: security/web-eid-app: Makefile Log message: pull upstream fix to unbreak clang16 build

CVS: cvs.openbsd.org: ports

2023-11-14 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/14 04:25:17 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.11.7

CVS: cvs.openbsd.org: ports

2023-11-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/13 03:38:23 Modified files: security/qdigidoc4: Makefile distinfo Log message: config.json rerolled

CVS: cvs.openbsd.org: ports

2023-11-12 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/12 13:46:35 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/jailkit: Makefile distinfo

CVS: cvs.openbsd.org: ports

2023-11-12 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/12 09:14:21 Modified files: security/libgsasl: Makefile distinfo Removed files: security/libgsasl/patches: patch-configure Log message: update to libgsasl 1.10.0

Re: [PATCH] Add net/xmlrpc as a dependency to net/rtorrent.

2023-11-12 Thread Klemens Nanni
On Sun, Nov 12, 2023 at 01:09:48AM +0300, artsi0m wrote: > I tried to use mentor[1]. It is GNU Emacs frontend for the rTorrent > bittorent client. I couldn't connect to running[2] instance of rtorrent > because it lacks XML-RPC support. I find out that XML-RPC is present > in ports and I added it

Re: devel/camke CMake >= 3.27 exports the CXX std to moc

2023-11-12 Thread Klemens Nanni
On Sun, Nov 12, 2023 at 11:16:19AM +0100, Rafael Sadowski wrote: > The following patches is necessary to build tdesktop with Qt 6.6. > Otherwise we end with the following issue like FreeBSD: This is not specific to tdesktop, but it seems to be the first (only?) port using new C++, moc, CMake and

CVS: cvs.openbsd.org: ports

2023-11-11 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/11 08:21:53 Modified files: print/poppler : Makefile print/poppler/pkg: DESCR-utils Log message: complete DESCR-utils with pdfattach(1) and pdfdetach(1)

CVS: cvs.openbsd.org: ports

2023-11-11 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/11 08:19:13 Modified files: textproc/xpdf : Makefile Log message: register print/libpaper DEP

CVS: cvs.openbsd.org: ports

2023-11-11 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/11 08:15:48 Modified files: print/poppler : Makefile print/poppler/pkg: PLIST-utils textproc/xpdf : Makefile textproc/xpdf/pkg: PLIST Log message: move pdfdetach(1)

CVS: cvs.openbsd.org: ports

2023-11-11 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/11 05:58:32 Modified files: textproc/xpdf : Makefile distinfo textproc/xpdf/patches: patch-doc_sample-xpdfrc patch-xpdf_GlobalParams_cc

CVS: cvs.openbsd.org: ports

2023-11-11 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/11 05:51:15 Modified files: textproc : Makefile Log message: + xpdf3

CVS: cvs.openbsd.org: ports

2023-11-11 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/11 05:50:54 Log message: Reimport current textproc/xpdf 3.04 as textproc/xpdf3; OK tb People still use the Tcl based 3.x version, but upstream long switched to 4.x based on Qt. Rename old

Re: remove py-gtk2 ports (except gimp)?

2023-11-11 Thread Klemens Nanni
On Sat, Nov 11, 2023 at 11:58:27AM +, Stuart Henderson wrote: > security/volatility Last release 2.6.1 2016, upstream Python 3 rewrite 3.x in 2020. I asked Remi about this one over a year ago already, but never got a reply.

CVS: cvs.openbsd.org: ports

2023-11-10 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/10 05:51:21 Modified files: net/tdesktop : Makefile distinfo net/tdesktop/pkg: PLIST Log message: update to tdesktop 4.11.6

CVS: cvs.openbsd.org: ports

2023-11-10 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/10 05:46:05 Modified files: math/lapack: Makefile Log message: pass MAKE_ENV to fix tests, from j AT bitminer DOT ca OK rsadowski maintainer timeout

Re: bsd.port.mk bits for sccache

2023-11-10 Thread Klemens Nanni
On Fri, Nov 10, 2023 at 12:58:14PM +0100, Caspar Schutijser wrote: > Alright, thanks. Diff for that below (should be obvious). I also tweaked > the manual page a little bit; at the bottom of the diff, I mention that > USE_SCCACHE=Yes sets it up specifically for Rust (otherwise, people > may expect

CVS: cvs.openbsd.org: ports

2023-11-10 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/10 04:59:39 Modified files: sysutils/gsmartcontrol: Makefile distinfo sysutils/gsmartcontrol/patches: patch-configure_ac

CVS: cvs.openbsd.org: ports

2023-11-10 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/10 04:53:42 Modified files: net: Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/xmlrpc-c : Makefile distinfo

Re: net/xmlrpc-c: update to 1.54.06

2023-11-10 Thread Klemens Nanni
On Sat, Nov 04, 2023 at 08:35:21AM +, Klemens Nanni wrote: > Imported for cmake which stopped using it in 2010. > No consumers in ports, updates are due since 2018. > > pkg/DESCR still has strong words against this port. > > Is anyone still using this and can test

CVS: cvs.openbsd.org: ports

2023-11-10 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/10 02:07:03 Modified files: sysutils/openbsdisks2: Makefile Added files: sysutils/openbsdisks2/patches: patch-src_main_cpp Log message: Use unveil(2) to limit execution to mount_*(8) and

Re: bsd.port.mk bits for sccache

2023-11-09 Thread Klemens Nanni
On Thu, Nov 09, 2023 at 07:26:41PM +0100, Caspar Schutijser wrote: > On Thu, Nov 09, 2023 at 05:54:33PM +0100, Caspar Schutijser wrote: > > Hi all, > > > > Below is a diff for bsd.port.mk that allows us to set USE_SCCACHE=Yes > > in /etc/mk.conf to use sccache. Manual page updates are included, >

Re: sysutils/openbsdisks2: unveil to prevent execution

2023-11-09 Thread Klemens Nanni
On Wed, Nov 08, 2023 at 11:04:01AM +, Klemens Nanni wrote: > This service seems like a common dependency for desktop environments > and runs as root speaking D-Bus without any activesecurity mechanisms. > > ioctl(2) for cd(4) and sysctl(2) hw.disknames usage currently prevents &g

Re: sysutils/openbsdisks2: unveil to prevent execution

2023-11-08 Thread Klemens Nanni
On Wed, Nov 08, 2023 at 06:39:19PM +0100, Landry Breuil wrote: > out of curiosity, what do you mean by 'works under Xfce' ? afaik, > nothing calls the org.freedesktop.UDisks2 name in xfce code.. and > thunar-volman (which isnt ported) requires gudev (not ported either) Means nothing breaks for me

Re: textproc/xpdf: update to 4.04, move old 3.04 to textproc/xpdf3

2023-11-08 Thread Klemens Nanni
On Thu, Nov 02, 2023 at 02:47:36AM +, Klemens Nanni wrote: > On Wed, Nov 01, 2023 at 09:39:09PM +0100, Matthias Kilian wrote: > > Hi, > > > > On Wed, Nov 01, 2023 at 07:32:25AM +, Klemens Nanni wrote: > > > On Wed, Nov 01, 2023 at 01:33:36AM +0100, Matthia

CVS: cvs.openbsd.org: ports

2023-11-08 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/08 08:55:56 Modified files: misc/findutils : Makefile distinfo misc/findutils/pkg: PLIST Log message: update to findutils 4.9.0

CVS: cvs.openbsd.org: ports

2023-11-08 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/08 08:30:55 Modified files: sysutils/upower/patches: patch-src_up-main_c Log message: update comment; OK landry

Re: sysutils/upower: unveil to prevent execution

2023-11-08 Thread Klemens Nanni
On Wed, Nov 08, 2023 at 03:30:37PM +0100, Landry Breuil wrote: > Le Wed, Nov 08, 2023 at 02:20:22PM +0000, Klemens Nanni a écrit : > > On Wed, Nov 08, 2023 at 03:11:33PM +0100, Landry Breuil wrote: > > > Le Wed, Nov 08, 2023 at 02:56:53PM +0100, Landry Breuil a écrit : > &g

Re: sysutils/upower: unveil to prevent execution

2023-11-08 Thread Klemens Nanni
On Wed, Nov 08, 2023 at 03:11:33PM +0100, Landry Breuil wrote: > Le Wed, Nov 08, 2023 at 02:56:53PM +0100, Landry Breuil a écrit : > > if you want to go down that road, barring any glib madness about various > > ~/.cache or .local stuff, upower itself should only need wc on > > /var/db/upower/ >

sysutils/upower: unveil to prevent execution

2023-11-08 Thread Klemens Nanni
Started by D-Bus, this upowerd(8) runs as root without the usual OpenBSD security considerations. upowerd(8) used to support scripts, but deprecated them in 2013. I don't see any other code that would fork or exec stuff. apm(4) ioctls is not covered by pledge(2), sensors readying via sysctl(2)

sysutils/openbsdisks2: unveil to prevent execution

2023-11-08 Thread Klemens Nanni
This service seems like a common dependency for desktop environments and runs as root speaking D-Bus without any activesecurity mechanisms. ioctl(2) for cd(4) and sysctl(2) hw.disknames usage currently prevents using pledge(2). Use unveil("/", "rwc") for starters to strip x bits as, by design,

CVS: cvs.openbsd.org: ports

2023-11-08 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/08 03:46:12 Modified files: security/xmlsec: Makefile distinfo security/xmlsec/patches: patch-tests_testrun_sh Log message: update to xmlsec 1.3.2

CVS: cvs.openbsd.org: ports

2023-11-08 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/08 02:54:57 Modified files: sysutils/gitlab-cli: Makefile distinfo Log message: update to gitlab-cli 1.35.0

CVS: cvs.openbsd.org: ports

2023-11-07 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/07 02:33:54 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.11.5

devel/fmt: update to 10.1.1

2023-11-06 Thread Klemens Nanni
upstream dropped -Wl,--as-needed usage, thus our AS_NEEDED cmake option patch has no effect. So looks like we no longer need the clang+ld.bfd treatment, but I can't test on these platforms, some I prefer more eyes. Tests fail/pass equally as before on amd64: 85% tests passed, 3 tests

Re: WIP: devel/sccache

2023-11-05 Thread Klemens Nanni
On Tue, Sep 05, 2023 at 12:11:56PM +0200, Caspar Schutijser wrote: > On Tue, Sep 05, 2023 at 08:42:34AM +0200, Landry Breuil wrote: > > Le Mon, Sep 04, 2023 at 05:13:19PM +0200, Landry Breuil a écrit : > > > Le Mon, Sep 04, 2023 at 04:58:49PM +0200, Caspar Schutijser a écrit : > > > > Hi, > > > >

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/05 10:47:54 Modified files: x11/gentoo : Makefile Log message: use simpler pax(1) copy instead of "tar -c | tar -x" in post-install

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/05 10:45:21 Modified files: x11/gentoo : Makefile distinfo x11/gentoo/patches: patch-Makefile_in patch-src_buttons_c x11/gentoo/pkg : PLIST Log message: update to gentoo

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/05 10:24:31 Modified files: net/ipv6calc : Makefile distinfo Log message: update to ipv6calc 4.1.0

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/05 01:37:35 Modified files: x11/xarchiver : Makefile distinfo x11/xarchiver/pkg: PLIST Log message: previous out to be to 0.5.4.21 not same .17; thanks aja

CVS: cvs.openbsd.org: ports

2023-11-04 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/04 09:35:35 Modified files: net/tg_owt : Makefile Log message: add libyuv subdir to DIST_TUPLE; spotted by aja

Re: [update] math/cgal + cad/openscad revision

2023-10-29 Thread Klemens Nanni
10/29/23 20:02, Renato Aguiar пишет: > The math/cgal update is indeed required for updating > cad/prusaslicer. I managed to get a working port for > cad/prusaslicer 2.6.1 by using this diff. > > However, I haven't yet tried to build cad/prusaslicer 2.5.2 > (currently in ports tree) with

Re: net/dictd: pledge dictd(8) server

2023-10-29 Thread Klemens Nanni
On Sun, Oct 29, 2023 at 11:17:09AM +, Klemens Nanni wrote: > Regular mode uses "stdio rpath inet dns proc"; "proc" to fork a child > (no exec) unless '--debug nofork' or '--debug nodetach' is set. > > --inetd uses "stdio rpath". > &

CVS: cvs.openbsd.org: ports

2023-10-29 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/29 10:55:58 Modified files: net/dictd : Makefile net/dictd/pkg : PLIST-main Added files: net/dictd/files: dict.conf Log message: Have dict(1) query local server by default

CVS: cvs.openbsd.org: ports

2023-10-29 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/29 10:38:56 Modified files: net/dictd : Makefile Log message: dict has tests (all pass on amd64)

CVS: cvs.openbsd.org: ports

2023-10-29 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/29 10:29:07 Modified files: net/dictd : Makefile net/dictd/pkg : PLIST-main PLIST-server Log message: colorit(1) belongs next to dict_lookup(1) in -client

Re: [update] math/cgal + cad/openscad revision

2023-10-29 Thread Klemens Nanni
Your diffs apply now, but cad/prusaslicer still has CGAL in WANTLIB. Diff below configures, but fails to build, so you need to handle that before updating math/cgal. If cad/openscad (and cad/prusaslicer most likely as well) require new version to build in the future, I'd add a version spec to the

net/dictd: pledge dictd(8) server

2023-10-29 Thread Klemens Nanni
ictd-server-$V REVISION-main= 1 -REVISION-server=1 +REVISION-server=2 CATEGORIES=net education @@ -17,6 +17,8 @@ MAINTAINER= Klemens Nanni + #include + #include ++#include /* pledge */ + + #define MAXPROCTITLE 2048 /* Maximum amount of proc title we'll use. */ + #unde

CVS: cvs.openbsd.org: ports

2023-10-29 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/29 03:10:49 Modified files: net/dictd : Makefile net/dictd/pkg : PLIST-main PLIST-server Log message: Move client example from -server to -client pkg, @comment useless files

Re: dictd: move files between PLISTs and conflicts

2023-10-29 Thread Klemens Nanni
On Sun, Oct 29, 2023 at 09:47:30AM +0100, Stefan Hagen wrote: > I think you did everything right, but tested wrong. > > pkg_add will rightly complain about the conflict. I think you want to > test "pkg_add -u" here, which works and attempts to upgrade client/server > first. Thanks, sthen told

Re: [update] sysutils/coreboot-utils 4.21

2023-10-28 Thread Klemens Nanni
On Sat, Oct 28, 2023 at 06:55:58PM +0200, Stefan Hagen wrote: > cat wrote (2023-10-28 12:42 CEST): > > Updated coreboot-utils to most recent point release, now also includes > > cbfstool which is one of the most useful utilities coreboot provides. > > > > One patch was necessary for cbfstool

CVS: cvs.openbsd.org: ports

2023-10-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/28 12:56:49 Modified files: devel/tbb : Makefile Added files: devel/tbb/patches: patch-include_tbb_machine_linux_common_h Log message: use futex(2) not syscall(2); with tb

Re: [new] sysutils/cbfstool 4.17

2023-10-28 Thread Klemens Nanni
10/28/23 10:48, cat пишет: > cbfstool is a part of coreboot, used for modifying the filesystems of > coreboot rom files. > > Here is an OpenBSD port. One patch was necessary to remove a flag in > the makefile which caused building it to fail. > > Tested on amd64, probably works on x86 aswell but

Re: tbb: use futex(2) not syscall(2)

2023-10-27 Thread Klemens Nanni
On Fri, Oct 27, 2023 at 10:41:56PM +0200, Theo Buehler wrote: > On Fri, Oct 27, 2023 at 08:27:37PM +0000, Klemens Nanni wrote: > > Something installed this library on my machine, so it came up when > > looking for future fallout. > > > > Patch looks simple, 'nm libtbb

tbb: use futex(2) not syscall(2)

2023-10-27 Thread Klemens Nanni
Something installed this library on my machine, so it came up when looking for future fallout. Patch looks simple, 'nm libtbb.so.* | grep syscall' shows the symbol gone and check_syms agrees: /l/lib/libtbb.so.1.0 --> /p/pobj/tbb-2020.3.3/fake-amd64/usr/local/lib/libtbb.so.1.0

dictd: move files between PLISTs and conflicts

2023-10-27 Thread Klemens Nanni
On Fri, Oct 27, 2023 at 09:57:55AM +0100, Stuart Henderson wrote: > (not related to the diff, but noticed while reviewing - some files > aren't useful with the port as built anyway - dictd_popen.conf.in and > dictd_plugin_dbi.conf could be @comment'ed - dict1.conf is in the > server PLIST but it's

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/27 12:51:10 Modified files: infrastructure/db: user.list net/dictd : Makefile net/dictd/pkg : PLIST-server Added files: net/dictd/files: dictd.conf

Re: dictd: add _dictd user and rc script, take maintainer

2023-10-27 Thread Klemens Nanni
efile --- net/dictd/Makefile 26 Oct 2023 16:49:27 - 1.17 +++ net/dictd/Makefile 27 Oct 2023 16:29:16 - @@ -6,11 +6,15 @@ DISTNAME= dictd-$V PKGNAME-main= dictd-client-$V PKGNAME-server=dictd-server-$V +REVISION-main=0 +REVISION-server=0 CATEGORIES=net educatio

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/27 10:20:37 ports/net/dictd/files Update of /cvs/ports/net/dictd/files In directory cvs.openbsd.org:/tmp/cvs-serv1389/files Log Message: Directory /cvs/ports/net/dictd/files added to the repository

dictd: add _dictd user and rc script, take maintainer

2023-10-26 Thread Klemens Nanni
PKGNAME-main= dictd-client-$V PKGNAME-server=dictd-server-$V +REVISION-main=0 +REVISION-server=0 CATEGORIES=net education HOMEPAGE= https://www.dict.org + +MAINTAINER=Klemens Nanni # GPL v2 PERMIT_PACKAGE=Yes Index: n

CVS: cvs.openbsd.org: ports

2023-10-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/26 10:49:27 Modified files: net/dictd : Makefile distinfo net/dictd/pkg : PLIST-main PLIST-server Removed files: net/dictd/patches: patch-Makefile_in patch-configure

CVS: cvs.openbsd.org: ports

2023-10-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/26 10:42:06 Modified files: devel : Makefile Log message: + libmaa

CVS: cvs.openbsd.org: ports

2023-10-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/26 10:40:59 Log message: import devel/libmaa; Feedback OK op rsadowski new dependency for net/dict update Status: Vendor Tag: kn Release Tags: kn_20231026

Re: remove sysutils/ruby-puppet/6

2023-10-26 Thread Klemens Nanni
26 окт. 2023 г. 15:31:39 Sebastian Reitenbach : > Hi, > > Puppet 6 is EOL upstream. We have Puppet 7, working on Puppet 8. > Besides that, it's in the way of updating other ports, it depends upon. > > I ran a make update with installed Puppet 6, in Puppet 7 directory, > and it updated all fine. >

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/24 00:26:18 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: Makefile distinfo net/qbittorrent/qbittorrent-nox: Makefile distinfo Log message: update to

CVS: cvs.openbsd.org: ports

2023-10-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/23 23:58:49 Modified files: sysutils/gitlab-cli: Makefile distinfo modules.inc sysutils/gitlab-cli/pkg: PLIST Log message: update to gitlab-cli 1.34.0

CVS: cvs.openbsd.org: ports

2023-10-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/22 11:57:23 Modified files: textproc/jq: Makefile textproc/jq/patches: patch-main_c Log message: Drop "getpw" promise There since 2016, but upstream "Avoid getpwuid for static

CVS: cvs.openbsd.org: ports

2023-10-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/22 11:51:48 Modified files: security/qdigidoc4: Makefile distinfo Log message: config.json rerolled

CVS: cvs.openbsd.org: ports

2023-10-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/22 10:38:09 Added files: textproc/jq/patches: patch-main_c Log message: reinstate accidentially removed patch

<    1   2   3   4   5   6   7   8   9   10   >