Bug 137240 - [patch] Fix dependency bug in bind95 and bind96 ports
Summary: [patch] Fix dependency bug in bind95 and bind96 ports
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: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-29 13:20 UTC by Daniel Gerzo
Modified: 2009-07-30 19:50 UTC (History)
0 users

See Also:


Attachments
bind.diff (1.07 KB, patch)
2009-07-29 13:20 UTC, Daniel Gerzo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Gerzo freebsd_committer freebsd_triage 2009-07-29 13:20:06 UTC
When I created custom package of bind96 and installed it on a different
server, running nslookup/host/etc failed with:

root@fw2:/data/ports/packages/All > /usr/local/bin/dig www.sme.sk
/libexec/ld-elf.so.1: Shared object "libidnkit.so.1" not found, required by "dig"
Exit 1
Comment 1 Daniel Gerzo freebsd_committer freebsd_triage 2009-07-30 07:45:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dougb

Assign to maintainer
Comment 2 Doug Barton freebsd_committer freebsd_triage 2009-07-30 19:47:54 UTC
State Changed
From-To: open->closed


Fixed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-07-30 19:47:55 UTC
dougb       2009-07-30 18:47:46 UTC

  FreeBSD ports repository

  Modified files:
    dns/bind95           Makefile 
    dns/bind96           Makefile 
  Log:
  The dependency on idnkit should be a LIB_, not a BUILD_
  
  PR:             ports/137240
  Submitted by:   danger
  
  Revision  Changes    Path
  1.99      +1 -1      ports/dns/bind95/Makefile
  1.101     +1 -1      ports/dns/bind96/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"