Bug 69054 - [patch] devel/omniORB fails to build with openssl from ports
Summary: [patch] devel/omniORB fails to build with openssl from ports
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: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 14:50 UTC by Konstantin Oznobihin
Modified: 2004-07-15 04:14 UTC (History)
0 users

See Also:


Attachments
patch (638 bytes, patch)
2004-07-14 14:50 UTC, Konstantin Oznobihin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Oznobihin 2004-07-14 14:50:21 UTC
	devel/omniORB can not be built with openssl installed from ports,
	it works only with openssl from base system.

Fix: Add USE_OPENSSL=yes and change /usr in CONFIGURE_ARGS to ${OPENSSLBASE}
	in the devel/omniORB/Makefile.
How-To-Repeat: 	cd /usr/ports/devel/omniORB
	make install
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-07-14 16:02:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

My port.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2004-07-15 04:14:33 UTC
State Changed
From-To: open->closed

Committed, thanks!