git: 7f6838297eb9 - 2025Q1 - sysutils/s6: add a service dependency on ldconfig.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Feb 2025 14:30:39 UTC
The branch 2025Q1 has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f6838297eb9c5de8f0b50b6f9fb210e555a7e55
commit 7f6838297eb9c5de8f0b50b6f9fb210e555a7e55
Author: Jan Bramkamp <crest@rlwinm.de>
AuthorDate: 2025-02-18 10:27:05 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-02-18 14:29:39 +0000
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 <sg@redu.cx>
MFH: 2025Q1
(cherry picked from commit 406a86c943a4ab9b3f76d0cd828f2e287902933f)
---
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':
#