Bug 192765 - [build] usr.sbin/ctld is missing DPADD for LIBCRYPTO/LIBSSL
Summary: [build] usr.sbin/ctld is missing DPADD for LIBCRYPTO/LIBSSL
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: Enji Cooper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-17 19:01 UTC by Enji Cooper
Modified: 2014-09-02 16:15 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enji Cooper freebsd_committer freebsd_triage 2014-08-17 19:01:58 UTC
Found with "make checkdpadd" (the output would be closer to matching if the DPADD and the LDADD were sorted the same):

/usr/src/usr.sbin/ctld
DPADD -> -lcam -lsbuf -lbsdxml -lutil
LDADD -> -lbsdxml -lcam -lcrypto -lfl -lsbuf -lssl -lutil
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-08-19 18:31:49 UTC
A commit references this bug:

Author: ngie
Date: Tue Aug 19 18:31:21 UTC 2014
New revision: 270179
URL: http://svnweb.freebsd.org/changeset/base/270179

Log:
  Add missing libraries to DPADD; sort DPADD so DPADD and LDADD match up

  This fixes "make checkdpadd"

  Approved by: jmmv (mentor)
  MFC after: 2 weeks
  Phabric: D630
  PR: 192765

Changes:
  head/usr.sbin/ctld/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-09-02 16:15:17 UTC
A commit references this bug:

Author: ngie
Date: Tue Sep  2 16:14:17 UTC 2014
New revision: 270970
URL: http://svnweb.freebsd.org/changeset/base/270970

Log:
  MFC r270179:

    Add missing libraries to DPADD; sort DPADD so DPADD and LDADD match up

    This fixes "make checkdpadd"

    Approved by: jmmv (mentor)
    Phabric: D630
    PR: 192765

Changes:
_U  stable/10/
  stable/10/usr.sbin/ctld/Makefile