Created attachment 199209 [details] svn diff from /usr/ports tested on 11.2/amd64
Take.
Comment on attachment 199209 [details] svn diff from /usr/ports + ${INSTALL} ${FILESDIR}/namecoin-qt.desktop \ + ${STAGEDIR}${PREFIX}/share/applications/ This should use ${INSTALL_DATA} so that it gets the right permissions.
testbuild@12amd64 fails due to dependent port fails. net/qt4-network is required but it doesn't build with OpenSSL 1.1.x.
Created attachment 199334 [details] namecoin-qt5 Switched to QT5. What about this?
Comment on attachment 199334 [details] namecoin-qt5 the COMMENT?= was because COMMENT is already set differently by the slave ports. beside that this is perfect. thanks
(In reply to Chad Jacob Milios from comment #5) Okay, sorry about that. I'll chaenge it back.
Created attachment 199553 [details] svn diff from /usr/ports incorporates switch from QT4 to QT5
A commit references this bug: Author: meta Date: Mon Nov 26 02:04:58 UTC 2018 New revision: 485911 URL: https://svnweb.freebsd.org/changeset/ports/485911 Log: net-p2p/namecoin: Update to 0.17.0 Also, switched to Qt5 because net/qt4-network is required by dependency however it fails to build with OpenSSL 1.1.1. FreeBSD base OpenSSL has been switched to 1.1.1 since FreeBSD 12. PR: 233201 Submitted by: Chad Jacob Milios <milios@ccsys.com> (maintainer) Approved by: mentors (implicit) Changes: head/net-p2p/namecoin/Makefile head/net-p2p/namecoin/distinfo head/net-p2p/namecoin/files/namecoin-qt.desktop
Committed, thanks! Sorry for making you wait.