Page MenuHomeFreeBSD

D30081.id88534.diff
No OneTemporary

D30081.id88534.diff

Index: release/packages/Makefile.package
===================================================================
--- release/packages/Makefile.package
+++ 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
Index: secure/lib/libcrypto/Makefile
===================================================================
--- secure/lib/libcrypto/Makefile
+++ 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
Index: secure/lib/libssl/Makefile
===================================================================
--- secure/lib/libssl/Makefile
+++ secure/lib/libssl/Makefile
@@ -5,6 +5,7 @@
LIB= ssl
SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
+PACKAGE= openssl
NO_LINT=
Index: secure/usr.bin/openssl/Makefile
===================================================================
--- secure/usr.bin/openssl/Makefile
+++ 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
Sat, Jan 24, 12:24 PM (8 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27896908
Default Alt Text
D30081.id88534.diff (1 KB)

Event Timeline