Created attachment 202555 [details] the patch - Mark BROKEN with openssl111 and FreeBSD 12.x - Fix plist - Bump PORTREVISION - Add LICENSE - Update WWW, clean up Makefile QA: poudriere 112amd64 - OK portlint - no errors. There are a few warnings I wasn't able to get rid of. Any advice is much appreciated.
A commit references this bug: Author: swills Date: Tue Mar 5 01:33:42 UTC 2019 New revision: 494667 URL: https://svnweb.freebsd.org/changeset/ports/494667 Log: lang/harbour: mark broken with openssl111 and on 12.x While here, clean up a bit PR: 236224 Submitted by: m.tsatsenko@gmail.com (maintainer) Changes: head/lang/harbour/Makefile head/lang/harbour/pkg-descr head/lang/harbour/pkg-plist
Committed, thanks!
After this commit all options are broken. The port now sets options helper after bsd.port.pre.mk now, so they are never processed and are ineffective. To resolve this the bsd.port.pre.mk and .if/BROKEN block should be moved to just before post-patch.
Ping? This is still broken.
Created attachment 202847 [details] patch to fix options The patch attached should fix the problem. Not sure whether PORTREVISION bump is needed here portlint no errors 112amd64 OK
A commit references this bug: Author: tobik Date: Thu Mar 14 08:04:42 UTC 2019 New revision: 495690 URL: https://svnweb.freebsd.org/changeset/ports/495690 Log: lang/harbour: Restore options after r494667 PR: 236224 Changes: head/lang/harbour/Makefile head/lang/harbour/pkg-plist
(In reply to m.tsatsenko from comment #5) > Created attachment 202847 [details] > patch to fix options > > The patch attached should fix the problem. Thank you.