[Bug 228046] [patch] Use "service ldconfig restart" for USE_LDCONFIG

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 14 19:16:23 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228046

--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:

Author: tijl
Date: Mon May 14 19:15:38 UTC 2018
New revision: 469956
URL: https://svnweb.freebsd.org/changeset/ports/469956

Log:
  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)

Changes:
  head/Mk/bsd.port.mk
  head/lang/gcc47/Makefile
  head/lang/gcc48/Makefile
  head/lang/gcc49/Makefile
  head/lang/gcc5/Makefile
  head/lang/gcc6/Makefile
  head/lang/gcc6-devel/Makefile
  head/lang/gcc7/Makefile
  head/lang/gcc7-devel/Makefile
  head/lang/gcc8-devel/Makefile
  head/lang/gcc9-devel/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list