Bug 92226

Summary: Make sure Opera finds FreeBSD 4 compat libraries
Product: Ports & Packages Reporter: Arjan van Leeuwen <avleeuwen>
Component: Individual Port(s)Assignee: Andrey Slusar <anray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
opera.diff
none
opera.diff none

Description Arjan van Leeuwen 2006-01-23 22:10:08 UTC

This patch changes the opera wrapper script so that /usr/local/lib/compat is added to
LD_LIBRARY_PATH, to allow for the case where compatxx is installed but 
compatxx_enable is not set in /etc/rc.conf (required to add the directory to ldconfig with
the new compat ports).

This allows Opera to run from a clean install on FreeBSD 5.x or 6.x again, without
needing changes to /etc/rc.conf.

Update pkg-message while I'm here.
Comment 1 Arjan van Leeuwen 2006-01-25 18:03:22 UTC
 Andrey Slusar (anray at freebsd dt org) noticed that compat libraries don't 
have to be in /usr/local: use ${LOCALBASE} instead. New patch is attached. 
Thanks Andrey!
Comment 2 Andrey Slusar freebsd_committer freebsd_triage 2006-01-27 11:02:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

I'll take it.
Comment 3 Andrey Slusar freebsd_committer freebsd_triage 2006-01-27 11:07:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!