diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-05-14 19:15:36 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-05-14 19:15:36 +0000 |
commit | 23e99b00ef6a326a060f020b1404bb73049fcb36 (patch) | |
tree | 9472db59b28e4d54d8020edcdda60d73752c0c5c /lang/gcc48 | |
parent | 97ddb471a9d17310b2abcbadcf6e3580bc1c023f (diff) | |
download | freebsd-ports-23e99b00ef6a326a060f020b1404bb73049fcb36.zip |
Run "/usr/sbin/service ldconfig restart" for USE_LDCONFIG instead of
"ldconfig -m <path>" so the order of ldconfig search directories after
package installation is the same as after a reboot. The original command
simply appends the path to the list of directories while the ldconfig rc.d
script uses "sort -u".
Bump lang/gcc* which are known to install libraries with exactly the same
name so the library loaded at runtime depends on the order of the search
directories.
PR: 228046
Approved by: portmgr (antoine)
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 4ce97524c046..fdb696fe99e1 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} |