Page MenuHomeFreeBSD

D30081.id89140.diff
No OneTemporary

D30081.id89140.diff

diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -57,6 +57,8 @@
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
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -6,7 +6,7 @@
.include <bsd.own.mk>
.include <src.opts.mk>
-PACKAGE= runtime
+PACKAGE= openssl
LIB= crypto
SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile
--- a/secure/lib/libssl/Makefile
+++ b/secure/lib/libssl/Makefile
@@ -5,6 +5,7 @@
LIB= ssl
SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
+PACKAGE= openssl
NO_LINT=
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -3,6 +3,7 @@
CONFS= openssl.cnf
CONFSDIR= /etc/ssl
PROG= openssl
+PACKAGE= openssl
LIBADD= ssl crypto

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 14, 2:24 AM (20 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15771569
Default Alt Text
D30081.id89140.diff (1 KB)

Event Timeline