HomeFreeBSD

devel/libevent: register CONFLICTS_INSTALL with -devel port

Description

devel/libevent: register CONFLICTS_INSTALL with -devel port

While here, drop needless OPENSSL_{CPP,LD}FLAGS assignments.
With DEFAULT_VERSIONS+=ssl=openssl|libressl, the following
definitions end up in the ${WRKSRC}/Makefile without manual
specification of the paths, as they come from pkgconf(1):

OPENSSL_INCS = -I/usr/local/include
OPENSSL_LIBS = -L/usr/local/lib -lssl -lcrypto

With default OpenSSL implementation (base):

OPENSSL_INCS =
OPENSSL_LIBS = -lssl -lcrypto

Details

Provenance
danfeAuthored on Jun 5 2023, 3:36 PM
Parents
R11:c92e6eff6f2c: Mk/Scripts: Add quotes to $0 in the stripped() function in qa.sh
Branches
Unknown
Tags
Unknown