On 2022/12/28 21:56:45 +0100, Jan Klemkow <j.klem...@wemelug.de> wrote: > Hi, > > This port contains the suckless tool lchat: > > lchat (line chat) is a line oriented front end for ii-like chat > programs. It handles the input from keyboard and output file in > parallel. Thus, you are able to type messages while new chat lines > are arriving. Its main focus is on usability and simplicity. > > ok?
quickly tested, seems to work just fine. maybe it'll convince me to give ii another try :) could remove the comment and needs to respect the CFLAGS, otherwise OK for me. --- Makefile.orig Thu Dec 29 09:33:44 2022 +++ Makefile Thu Dec 29 09:35:14 2022 @@ -8,12 +8,13 @@ # ISC PERMIT_PACKAGE= Yes -# If pledge is used, annotate with `uses pledge()' in a comment - WANTLIB += c grapheme MASTER_SITES = https://dl.suckless.org/tools/ LIB_DEPENDS = textproc/libgrapheme + +CFLAGS += -I${LOCALBASE}/include +MAKE_FLAGS += CFLAGS="${CFLAGS}" .include <bsd.port.mk>