Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: [MAINTAINER UPDATE] textproc/lowdown to 3.0.1
To:
Volker Schlecht <openbsd-ports@schlecht.dev>
Cc:
Bryan Vyhmeister <bryan@bsdjournal.net>, ports@openbsd.org
Date:
Tue, 7 Apr 2026 21:23:36 +0200

Download raw body.

Thread
On Tue, Apr 07, 2026 at 09:08:17PM +0200, Volker Schlecht wrote:
> 
> On 4/7/26 8:40 PM, Theo Buehler wrote:
> > On Tue, Apr 07, 2026 at 11:38:32AM -0700, Bryan Vyhmeister wrote:
> > > On Sun, Mar 29, 2026 at 09:10:58PM -0700, Bryan Vyhmeister wrote:
> > > > This is a maintainer update for textproc/lowdown to 3.0.1. The changes
> > > > for 2.0.3, 2.0.4, 3.0.0, and 3.0.1 are:
> [...]
> > > Sending this again. It would be nice to get it in before 7.9 unless
> > > there is an objection. Thank you.
> > 
> > No objection but did you try if the ports depending on it still build?
> 
> Just did that... conky, eza, lsd and btop all build.

Great. By the way, the major bump is only necessary because kristaps
fiddled around with a public enum. Otherwise there are only dynamic
export additions. (Usually only the Dynamic export changes matter).

> 
> I think conky needs a CONFIGURE_ARG to disable CCACHE, though...
> 
> ok to commit lowdown and the conky fix?

The lowdown update is ok by me.

I have no idea what that CCACHE thing is about without further
explanation.

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/conky/Makefile,v
> retrieving revision 1.75
> diff -u -p -r1.75 Makefile
> --- Makefile	22 Mar 2026 13:14:17 -0000	1.75
> +++ Makefile	7 Apr 2026 19:06:50 -0000
> @@ -45,7 +45,8 @@ CONFIGURE_ARGS =	-DBUILD_AUDACIOUS=OFF \
>  			-DBUILD_IBM=OFF \
>  			-DBUILD_MOC=OFF \
>  			-DBUILD_IOSTATS=OFF \
> -			-DBUILD_PORT_MONITORS=OFF
> +			-DBUILD_PORT_MONITORS=OFF \
> +			-DUSE_CCACHE=OFF
>  
>  CONFIGURE_ARGS +=	-DBUILD_RSS=ON \
>  			-DBUILD_CURL=ON