Bug 189208

Summary: Add a mention of WITH_OPENSSL_PORT to the pkg-descr of security/openssl
Product: Ports & Packages Reporter: phoffman
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed Works As Intended    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description phoffman 2014-05-01 17:10:00 UTC
In a recent thread on freebsd-ports and freebsd-security, someone suggested that mentioning the existence of WITH_OPENSSL_PORT=yes for make.conf in the pkg-descr of the openssl port would help alert people installing the OpenSSL port of its existence. This would be useful when there is an OpenSSL bug that can be fixed in ports before someone can fix it in their base system.

Fix: 

Proposed addition to pkg-descr of the openssl port:

After installing this port, adding:
   WITH_OPENSSL_PORT=yes
to /etc/make.conf will cause other ports to use the port instead of OpenSSL from the base.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-01 21:26:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2014-05-03 17:16:54 UTC
State Changed
From-To: open->feedback


The description is not correct. 

WITH_OPENSSL_PORT=yes 

Will force a port with USE_SSL to install the openssl port first. 

once the openssl port is installed, 
all ports with USE_SSL with link to the openssl port, 
regardless of WITH_OPENSSL_PORT.