Bug 215694 - [NEW PORT] dns/s6-dns: suite of DNS client programs and libraries
Summary: [NEW PORT] dns/s6-dns: suite of DNS client programs and libraries
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: feature, needs-patch, needs-qa
Depends on:
Blocks: 215695
  Show dependency treegraph
 
Reported: 2017-01-01 11:18 UTC by Roman Neuhauser
Modified: 2018-09-05 10:01 UTC (History)
6 users (show)

See Also:
koobs: maintainer-feedback? (roman)


Attachments
s6-dns-2.1.0.0 (4.53 KB, patch)
2017-01-01 11:18 UTC, Roman Neuhauser
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Neuhauser 2017-01-01 11:18:22 UTC
Created attachment 178428 [details]
s6-dns-2.1.0.0

dns/s6-dns is required by incoming net/s6-networking.
Comment 1 Colin Booth 2017-01-22 20:39:36 UTC
s6-dns currently doesn't build correctly because of the following line:
LIB_DEPENDS+=   libskarnet.so>=2.4:devel/skalibs

It's looking for a file called libskarnet.so>=2.4 on disk, which obviously isn't the case. What you want is something more like this:

LIB_DEPENDS+=   libskarnet.so:devel/skalibs
BUILD_DEPENDS+=  skalibs>=2.4.0.0:devel/skalibs

The LIB_DEPENDS line isn't required since all of the skarnet software (assuming you are using a similar configure line as s6, execline, and skalibs) only dynamically links to the libc and static links against the other skarnet libraries.
Comment 2 Richard Gallamore freebsd_committer freebsd_triage 2017-08-10 21:24:16 UTC
Same feedback as bug# 215695
Comment 3 Walter Schwarzenfeld freebsd_triage 2018-02-11 02:31:09 UTC
Feedback please!