Re: Ports tree is dead

2023-08-18 Thread Antoine Jacoutot
On Sat, Aug 19, 2023 at 12:23:03PM +0900, lain. wrote: > I just updated my ports tree with "cvs -q up -Pd -A", the usual stuff, > and tried to install net/weechat from the ports, because the one in the > repository is too outdated. > This is the problem: > > ``` > # make install > Fatal: requires

Re: Ports tree is dead

2023-08-18 Thread Thomas Frohwein
You need a recent snapshot more recent than 2023-08-10 or build make(1) in a src tree yourself (e.g. `# make install` in /usr/src/usr.bin/make/) The related commit: https://marc.info/?l=openbsd-cvs&m=169166466825837&w=2 On Sat, Aug 19, 2023 at 12:23:03PM +0900, lain. wrote: > I just updated my po

Ports tree is dead

2023-08-18 Thread lain.
I just updated my ports tree with "cvs -q up -Pd -A", the usual stuff, and tried to install net/weechat from the ports, because the one in the repository is too outdated. This is the problem: ``` # make install Fatal: requires make(1) with .VARIABLES support (in net/weechat) *** Error 1 in /usr/po

Re: [UPDATE] misc/screen (4.9.0 => 4.9.1)

2023-08-18 Thread Stuart Henderson
On 2023/08/18 23:40, Stuart Henderson wrote: > Something's wrong with your diff, it doesn't apply with patch. > > @@ -1,10 +1,12 @@ Must be hand-edited without using editdiff or similar, there aren't 2 new lines. > > COMMENT= multi-screen window manager > > > > -DISTNAME= screen-4.9.0 > >

Re: [UPDATE] misc/screen (4.9.0 => 4.9.1)

2023-08-18 Thread Stuart Henderson
Something's wrong with your diff, it doesn't apply with patch. Rather than just removing from plist, please either @comment the file in plist so it doesn't get readded, or maybe better add a post-install target rm'ing the file with a comment saying why. On 2023/08/18 22:44, Alex Naumov wrote: >

[UPDATE] misc/screen (4.9.0 => 4.9.1)

2023-08-18 Thread Alex Naumov
Greetings, This patch updates GNU Screen to version 4.9.1. Released yesterday. Please review/test it. Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). 'portcheck', 'port-lib-depends-check' and 'update-plist' ret

UPDATE: www/sfeed from 1.8 to 1.9 (maintainer)

2023-08-18 Thread Hiltjo Posthuma
Hi, sfeed 1.9 was released. sfeed is a tool to convert RSS or Atom feeds from XML to a TAB-separated file. It can be found at: * git://git.codemadness.org/sfeed * gopher://codemadness.org/1/git/sfeed * https://codemadness.org/releases/sfeed/ * gopher://codemadness.org/1/releases/sfeed/

Re: UPDATE: abseil-cpp-20230802.0

2023-08-18 Thread Klemens Nanni
On Fri, Aug 18, 2023 at 08:53:50AM +0200, Rafael Sadowski wrote: > Update abseil-cpp-20230802.0. Tested with tdesktop and gtest 1.14 on > amd64. OK? A number of ports uses abseil-cpp by now, a few more tests can't hurt. > > - https://github.com/abseil/abseil-cpp/issues/819 > Looks like solved

Re: UPDATE: googletest-1.14.0

2023-08-18 Thread Klemens Nanni
On Fri, Aug 18, 2023 at 08:52:43AM +0200, Rafael Sadowski wrote: > Thanks Antoine and Stuart for your feedback. I was too fast and too > careless. Here is a new diff with following changes: > > - Bring back the gtest DISTNAME. > - Remove HOMEPAGE, this comes from GH_* > - Remove CMAKE_CXX_STANDAR

Re: new: devel/selene

2023-08-18 Thread Stuart Henderson
On 2023/08/17 20:05, Theo Buehler wrote: > Attached is an updated tarball with patch applied and the NOT_FOR_ARCHS > line added. > > This one is ok tb to import, but maybe someone wants to tweak DESCR a > bit. Committed with V/DISTNAME removed, GH_* is enough to handle this. (I'm not a big fan o

Re: Document MODCARGO_WANTLIB

2023-08-18 Thread Omar Polo
On 2023/08/18 10:07:47 +0200, Theo Buehler wrote: > On Fri, Aug 18, 2023 at 09:38:54AM +0200, Omar Polo wrote: > > On 2023/08/17 20:23:48 +0200, Theo Buehler wrote: > > > If I wanted to document them, I would grep the ports tree and see which > > > ones are used most. Then send small diffs to doc

Re: Document MODCARGO_WANTLIB

2023-08-18 Thread Theo Buehler
On Fri, Aug 18, 2023 at 09:38:54AM +0200, Omar Polo wrote: > On 2023/08/17 20:23:48 +0200, Theo Buehler wrote: > > If I wanted to document them, I would grep the ports tree and see which > > ones are used most. Then send small diffs to document a group of those > > that belongs together. I may ha

Re: check-lib-depends and modules' *_WANTLIB

2023-08-18 Thread Omar Polo
On 2023/08/18 09:56:01 +0200, Omar Polo wrote: > ping (+cc espie) sorry for typoing your email address! > On 2023/03/07 14:05:19 +0100, Omar Polo wrote: > > When regenerating WANTLIBs I usually comment/remove the WANTLIB from a > > port' Makefile, run `make port-lib-depends-check' and copy its

Re: check-lib-depends and modules' *_WANTLIB

2023-08-18 Thread Omar Polo
ping (+cc espie) On 2023/03/07 14:05:19 +0100, Omar Polo wrote: > When regenerating WANTLIBs I usually comment/remove the WANTLIB from a > port' Makefile, run `make port-lib-depends-check' and copy its output > back into the makefile. This does not work "properly" for some ports, > for e.g. the

Re: Document MODCARGO_WANTLIB

2023-08-18 Thread Omar Polo
On 2023/08/17 20:23:48 +0200, Theo Buehler wrote: > If I wanted to document them, I would grep the ports tree and see which > ones are used most. Then send small diffs to document a group of those > that belongs together. > > > +.It MODCARGO_WANTLIB > > +Needed Rust libraries, for use with WANTLI

Re: UPDATE: googletest-1.14.0

2023-08-18 Thread Antoine Jacoutot
On Fri, Aug 18, 2023 at 08:52:43AM +0200, Rafael Sadowski wrote: > On Thu Aug 17, 2023 at 01:16:56PM +0200, Rafael Sadowski wrote: > > Simple update googletest-1.14.0. Tested on amd64. I think this is a > > candidate for a bulk build. > > > > Cheers Rafael > > > > Thanks Antoine and Stuart for y