Created attachment 164151 [details] fldigi modernize patch Small update of port to current standards: - Remove pkg-config dependency from BUILD_DEPENDS, it's implied by USES=pkgconfig - Switch to USES=execinfo, this will use external libexecinfo only when needed - Use options helpers - Remove usage of deprecated MAN1 variable, pkg-plist is handling this anyway
Looks good to me, feel free to commit if you've done test builds. If not, I can test and commit tomorrow.
A commit references this bug: Author: pawel Date: Tue Dec 15 19:58:17 UTC 2015 New revision: 403801 URL: https://svnweb.freebsd.org/changeset/ports/403801 Log: - Remove pkg-config dependency from BUILD_DEPENDS, it's implied by USES=pkgconfig - Switch to USES=execinfo, this will use external libexecinfo from ports only when needed - Use options helpers - Remove usage of deprecated MAN1 variable, pkg-plist is handling this anyway PR: 205271 Submitted by: me Approved by: shurd Changes: head/comms/fldigi/Makefile
I always do test builds before submitting patches, thanks.
Assign to committer that resolved