From 406a86c943a4ab9b3f76d0cd828f2e287902933f Mon Sep 17 00:00:00 2001 From: Jan Bramkamp Date: Tue, 18 Feb 2025 11:27:05 +0100 Subject: [PATCH] sysutils/s6: add a service dependency on ldconfig. The last skaware release changed the linkage for internal libs from static to dynamic. Locating these in /usr/local/lib/ requires a valid /var/run/ld-elf.so.hints. PR: 284677 Reported by: Saj Goonatilleke MFH: 2025Q1 --- sysutils/s6/Makefile | 1 + sysutils/s6/files/s6.in | 1 + 2 files changed, 2 insertions(+) diff --git a/sysutils/s6/Makefile b/sysutils/s6/Makefile index 323a3b937460..30b71291ade3 100644 --- a/sysutils/s6/Makefile +++ b/sysutils/s6/Makefile @@ -1,5 +1,6 @@ PORTNAME= s6 DISTVERSION= 2.13.1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/ diff --git a/sysutils/s6/files/s6.in b/sysutils/s6/files/s6.in index b5a864ede58f..4f3d94037954 100644 --- a/sysutils/s6/files/s6.in +++ b/sysutils/s6/files/s6.in @@ -3,6 +3,7 @@ # PROVIDE: /service # BEFORE: SERVERS # KEYWORD: shutdown +# REQUIRE: ldconfig # Add the following lines to /etc/rc.conf to enable `s6': #