unconditionally BROKEN under FreeBSD 12 & 13, only flag BROKEN
when security/openssl is not installed on systems after
openssl111 was committed to 12-CURRENT.
PR: 232709
Reported by: linimon
HEAD. Mark cfengine 3.11 and older broken under HEAD. Deprecate
and expire the older cfengine ports when FreeBSD 11 is EOL.
Users are encouraged to upgrade to cfengine 3.12 (sysutils/cfengine312)
as soon as conveinent or when using cfengine on FreeBSD 12 and newer.
The default cfengine was recently changed to cfengine312.
Adjust the other cfengine and cfengine-masterfiles ports CONFLICTS to
recognize the new cfengine sister ports.
Add cfengine and cfengine-masterfiles 310 to their respective metaports.
configure:13254: error: MySQL client library exports symbols clashing
with OpenSSL. Get the update from distribution provider,
recompile MySQL library or disable MySQL connector.
See http://bugs.mysql.com/bug.php?id=65055 for details.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336