mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
ef13a53e72
commit
406a86c943
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= s6
|
PORTNAME= s6
|
||||||
DISTVERSION= 2.13.1.0
|
DISTVERSION= 2.13.1.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/
|
MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# PROVIDE: /service
|
# PROVIDE: /service
|
||||||
# BEFORE: SERVERS
|
# BEFORE: SERVERS
|
||||||
# KEYWORD: shutdown
|
# KEYWORD: shutdown
|
||||||
|
# REQUIRE: ldconfig
|
||||||
|
|
||||||
# Add the following lines to /etc/rc.conf to enable `s6':
|
# Add the following lines to /etc/rc.conf to enable `s6':
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue