Bug 92226 - Make sure Opera finds FreeBSD 4 compat libraries
Summary: Make sure Opera finds FreeBSD 4 compat libraries
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: Andrey Slusar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 22:10 UTC by Arjan van Leeuwen
Modified: 2006-01-27 11:07 UTC (History)
0 users

See Also:


Attachments
opera.diff (3.85 KB, patch)
2006-01-23 22:10 UTC, Arjan van Leeuwen
no flags Details | Diff
opera.diff (3.86 KB, patch)
2006-01-25 18:03 UTC, Arjan van Leeuwen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!