Summary: | dns/kf5-kdnssd: Fix build error when compiled with MDNSRESPONDER option | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ashish SHUKLA <ashish> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | adridg, ashish | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(kde) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ashish SHUKLA
![]() ![]() Created attachment 193983 [details]
Fix
Fix for the issue.
HTH
A commit references this bug: Author: adridg Date: Mon Jun 4 09:34:04 UTC 2018 New revision: 471535 URL: https://svnweb.freebsd.org/changeset/ports/471535 Log: dns/kf5-kdnssd: Fix build error when compiled with MDNSRESPONDER option KDE ports build with -DQT_NO_CAST_FROM_BYTEARRAY, so the implicit cast from QByteArray to const char * is not available. Make the necessary conversion explicit. This is being upstreamed as well (but would only land in 5.48 or later). PR: 228735 Submitted by: ashish Reported by: ashish Reviewed by: tcberner Changes: head/dns/kf5-kdnssd/Makefile head/dns/kf5-kdnssd/files/ head/dns/kf5-kdnssd/files/patch-src_mdnsd-publicservice.cpp head/dns/kf5-kdnssd/files/patch-src_mdnsd-remoteservice.cpp head/dns/kf5-kdnssd/files/patch-src_mdnsd-servicebrowser.cpp |