pkgbase: Put openssl in its own package

This is useful for upgrade and also to make tiny jail so they won't
depend on FreeBSD-utilities (where openssl was packaged before).

MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D30081
This commit is contained in:
Emmanuel Vadot 2021-05-02 17:46:17 +02:00
parent 6dbde50a7e
commit ca179c4d74
4 changed files with 5 additions and 1 deletions

View file

@ -57,6 +57,8 @@ kernel_COMMENT= FreeBSD Kernel
kernel_DESC= FreeBSD Kernel
manuals_COMMENT= Manual Pages
manuals_DESC= Manual Pages
openssl_COMMENT= OpenSSL Library and Utility
openssl_DESC= OpenSSL Library and Utility
rc_COMMENT= RC Scripts
rc_DESC= RC Scripts
rcmds_COMMENT= Remote Command Utilities

View file

@ -6,7 +6,7 @@ SUBDIR= engines
.include <bsd.own.mk>
.include <src.opts.mk>
PACKAGE= runtime
PACKAGE= openssl
LIB= crypto
SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map

View file

@ -5,6 +5,7 @@
LIB= ssl
SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
PACKAGE= openssl
NO_LINT=

View file

@ -3,6 +3,7 @@
CONFS= openssl.cnf
CONFSDIR= /etc/ssl
PROG= openssl
PACKAGE= openssl
LIBADD= ssl crypto