Bug 65346 - [patch] security/openssl - /lib/libcrypto.so check fails
Summary: [patch] security/openssl - /lib/libcrypto.so check fails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-09 05:40 UTC by edwin
Modified: 2004-04-09 07:24 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2004-04-09 05:40:17 UTC
The port checks for /lib/libcrypt.so, but on my machine (5.2.1 from
CDs) all the shared libraries there have version numbers:

-r--r--r--  1 root  wheel    32740 Feb 24 06:41 /lib/libcrypt.so.2
-r--r--r--  1 root  wheel  1106720 Feb 24 06:42 /lib/libcrypto.so.3

Fix: 

.if defined(OPENSSL_OVERWRITE_BASE)
-.if exists(/lib/libcrypto.so)
+.if exists(/lib/libcrypto.so.3)
 pre-everything::
 	@${ECHO_CMD} "#"

but I haven't tested it.
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2004-04-09 07:17:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

I will take care of it.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2004-04-09 07:22:28 UTC
State Changed
From-To: open->closed

committed with small changes, thanks. 

In CURRENT from Aug 2003 /lib/libcrypto.so does exist.