Bug 192761 - [build] usr.sbin/iscsid: missing DPADD for LIBCRYPTO and LIBSSL
Summary: [build] usr.sbin/iscsid: missing DPADD for LIBCRYPTO and 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 18:39 UTC by Enji Cooper
Modified: 2014-09-01 03:06 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 18:39:04 UTC
Found with make checkdpadd:

/usr/src/usr.sbin/iscsid
DPADD -> -lutil
LDADD -> -lcrypto -lssl -lutil
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-08-18 18:01:30 UTC
A commit references this bug:

Author: ngie
Date: Mon Aug 18 18:01:18 UTC 2014
New revision: 270146
URL: http://svnweb.freebsd.org/changeset/base/270146

Log:
  Add LIBCRYPTO and LIBSSL to DPADD

  This fixes "make checkdpadd"

  Phabric: D621
  PR: 192761
  Approved by: rpaulo (mentor)
  MFC after: 2 weeks

Changes:
  head/usr.sbin/iscsid/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-09-01 03:05:25 UTC
A commit references this bug:

Author: ngie
Date: Mon Sep  1 03:04:59 UTC 2014
New revision: 270909
URL: http://svnweb.freebsd.org/changeset/base/270909

Log:
  MFC r270146:

    Add LIBCRYPTO and LIBSSL to DPADD

    This fixes "make checkdpadd"

    Phabric: D621
    PR: 192761
    Approved by: rpaulo (mentor)

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