Bug 74275 - bsd.openssl.mk
Summary: bsd.openssl.mk
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-11-23 01:00 UTC by freebsd
Modified: 2004-11-23 06:19 UTC (History)
1 user (show)

See Also:


Attachments
bsd-openssl.patch (646 bytes, patch)
2004-11-23 01:00 UTC, freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2004-11-23 01:00:51 UTC
	
	bsd.openssl.mk, used by many ports, try to guess installed OpenSSL version by checking
	in opensslv.h for the variable OPENSSL_VERSION_TEXT
	since 0.9.7e, there are two lines contains the variable (w and w/o fips)
	unfortunaly, the first is the 0.9.7e-fips, and so the Mk script could not recognize
	openSSL version (looking for 0.9.7e)

	maintainer is cc'd

How-To-Repeat: 	
	install security/openssl (version 0.9.7e_1)
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-11-23 01:09:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2004-11-23 06:18:52 UTC
State Changed
From-To: open->closed

committed, thanks.