This Port currently does not build when Option "CURL" is selected. Fails with: /usr/bin/c++ -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DPUSHVERSION="\"1.0.0.167\"" -DUSE_CURL -lcurl -fstack-protector-strong CMakeFiles/cmTC_2218a.dir/testCXXCompiler.cxx.o -o cmTC_2218a ld: error: unable to find library -lcurl
-L/usr/local/lib is Missing as argument in the Makefile, i guess
Thanks for the report. I'm looking at fixing this now.
Created attachment 217390 [details] irc/znc-push: Fix CURL option and update This patch fixes the CURL option by adding `localbase:ldflags` to `USES`, and updates the port to the latest available upstream code, 1.0.0-167-g5f95488.
A commit references this bug: Author: fernape Date: Thu Aug 20 18:13:14 UTC 2020 New revision: 545544 URL: https://svnweb.freebsd.org/changeset/ports/545544 Log: irc/znc-push: update to g5f95488 Also fix build with CURL option ON PR: 248776 Submitted by: dor.bsd@xm0.uk (maintainer) Reported by: d.stoye@cms.hu-berlin.de Changes: head/irc/znc-push/Makefile head/irc/znc-push/distinfo
Committed, Thanks!