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:
parent
6dbde50a7e
commit
ca179c4d74
@ -57,6 +57,8 @@ kernel_COMMENT= FreeBSD Kernel
|
|||||||
kernel_DESC= FreeBSD Kernel
|
kernel_DESC= FreeBSD Kernel
|
||||||
manuals_COMMENT= Manual Pages
|
manuals_COMMENT= Manual Pages
|
||||||
manuals_DESC= Manual Pages
|
manuals_DESC= Manual Pages
|
||||||
|
openssl_COMMENT= OpenSSL Library and Utility
|
||||||
|
openssl_DESC= OpenSSL Library and Utility
|
||||||
rc_COMMENT= RC Scripts
|
rc_COMMENT= RC Scripts
|
||||||
rc_DESC= RC Scripts
|
rc_DESC= RC Scripts
|
||||||
rcmds_COMMENT= Remote Command Utilities
|
rcmds_COMMENT= Remote Command Utilities
|
||||||
|
@ -6,7 +6,7 @@ SUBDIR= engines
|
|||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
.include <src.opts.mk>
|
.include <src.opts.mk>
|
||||||
|
|
||||||
PACKAGE= runtime
|
PACKAGE= openssl
|
||||||
LIB= crypto
|
LIB= crypto
|
||||||
SHLIB_MAJOR= 111
|
SHLIB_MAJOR= 111
|
||||||
VERSION_MAP= ${.CURDIR}/Version.map
|
VERSION_MAP= ${.CURDIR}/Version.map
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
LIB= ssl
|
LIB= ssl
|
||||||
SHLIB_MAJOR= 111
|
SHLIB_MAJOR= 111
|
||||||
VERSION_MAP= ${.CURDIR}/Version.map
|
VERSION_MAP= ${.CURDIR}/Version.map
|
||||||
|
PACKAGE= openssl
|
||||||
|
|
||||||
NO_LINT=
|
NO_LINT=
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
CONFS= openssl.cnf
|
CONFS= openssl.cnf
|
||||||
CONFSDIR= /etc/ssl
|
CONFSDIR= /etc/ssl
|
||||||
PROG= openssl
|
PROG= openssl
|
||||||
|
PACKAGE= openssl
|
||||||
|
|
||||||
LIBADD= ssl crypto
|
LIBADD= ssl crypto
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user