Bug 192759 - [build] sbin/dhclient/tests: missing DPADD for LIBUTIL
Summary: [build] sbin/dhclient/tests: missing DPADD for LIBUTIL
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:26 UTC by Enji Cooper
Modified: 2014-08-23 02:21 UTC (History)
1 user (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:26:28 UTC
Found with make checkdpadd:

# (cd sbin/dhclient/tests; make checkdpadd)
(cd /usr/src/sbin/dhclient/tests && make -f /usr/src/sbin/dhclient/tests/Makefile _RECURSING_PROGS=  SUBDIR= PROG=option-domain-search_test  checkdpadd)
/usr/src/sbin/dhclient/tests
DPADD -> 
LDADD -> -lutil
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-08-18 01:22:36 UTC
A commit references this bug:

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

Log:
  Add LIBUTIL to DPADD

  This will fix "make checkdpadd"

  MFC after: 5 days
  PR: 192759
  Approved by: rpaulo (mentor)

Changes:
  head/sbin/dhclient/tests/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-23 02:21:18 UTC
A commit references this bug:

Author: ngie
Date: Sat Aug 23 02:20:50 UTC 2014
New revision: 270385
URL: http://svnweb.freebsd.org/changeset/base/270385

Log:
  MFC r270118:

   Add LIBUTIL to DPADD

   This will fix "make checkdpadd"

   PR: 192759
   Approved by: rpaulo (mentor)
   Phabric: D623

Changes:
_U  stable/10/
  stable/10/sbin/dhclient/tests/Makefile