Bug 192518 - Missing distinfo line for isc-dhcp41-server LDAP patch
Summary: Missing distinfo line for isc-dhcp41-server LDAP patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-08 17:44 UTC by Denis Lemire
Modified: 2014-08-09 23:02 UTC (History)
2 users (show)

See Also:


Attachments
Patch to add missing distinfo (515 bytes, patch)
2014-08-08 18:34 UTC, Denis Lemire
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Lemire 2014-08-08 17:44:56 UTC
isc-dhpp41-server will not build with LDAP support due to missing distinfo for the LDAP patch

How-To-Repeat:
attempt to build isc-dhcp41-server with DHCP support

Fix:
diff -ur isc-dhcp41-server.orig/distinfo isc-dhcp41-server/distinfo
--- isc-dhcp41-server.orig/distinfo	2014-08-08 11:26:11.000000000 -0600
+++ isc-dhcp41-server/distinfo	2014-08-08 11:26:59.000000000 -0600
@@ -1,2 +1,4 @@
 SHA256 (dhcp-4.1-ESV-R7.tar.gz) = 25d579291a13ccce39c5dbb0e2f2ce8e974c82015bc4e3ee653cf95a4ed15ca4
 SIZE (dhcp-4.1-ESV-R7.tar.gz) = 1162002
+SHA256 (ldap-for-dhcp-4.1.1-2.tar.gz) = 566b7be2ebefdc583d0bf0095c804ba69807b67e5cc29a2b64b1b39202b37d0d
+SIZE (ldap-for-dhcp-4.1.1-2.tar.gz) = 39004
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-08 18:02:52 UTC
Notify maintainer (in CC)
Comment 2 John Marino freebsd_committer freebsd_triage 2014-08-08 18:04:13 UTC
denis, for committers, please upload the patch as an attachment if it gets approved by maintainer
Comment 3 Douglas Thrift 2014-08-08 18:13:45 UTC
I approve.
Comment 4 John Marino freebsd_committer freebsd_triage 2014-08-08 18:20:12 UTC
okay, Denis, please update the patch as an attachment.  In the meantime I'm moving this to patch ready in anticipation of that.
Comment 5 Denis Lemire 2014-08-08 18:34:39 UTC
Created attachment 145533 [details]
Patch to add missing distinfo
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-08-09 23:01:51 UTC
A commit references this bug:

Author: marino
Date: Sat Aug  9 23:00:56 UTC 2014
New revision: 364483
URL: http://svnweb.freebsd.org/changeset/ports/364483

Log:
  net/isc-dhcp41-server: Add distinfo entry for LDAP support patch

  PR:		192518
  Submitted by:	Denis Lemire
  Approved by:	maintainer (Douglas Thrift)

Changes:
  head/net/isc-dhcp41-server/distinfo
Comment 7 John Marino freebsd_committer freebsd_triage 2014-08-09 23:02:37 UTC
Thanks!