Index | Thread | Search

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

Download raw body.

Thread
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.

I think conky needs a CONFIGURE_ARG to disable CCACHE, though...

ok to commit lowdown and the conky fix?
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