Bug 74130 - x11/nvidia-driver depends on libm.so.2, which is not installed on 5.3-RELEASE
Summary: x11/nvidia-driver depends on libm.so.2, which is not installed on 5.3-RELEASE
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 21:10 UTC by Marius Nünnerich
Modified: 2004-12-27 02:55 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Nünnerich 2004-11-19 21:10:26 UTC
The nvidia driver version 6113 depends on libm.so.2. This file is not installed on a fresh 5.3-RELEASE.

Fix: 

Something like this?

.if ${OSVERSION} >= 503000
LIB_DEPENDS+=	m.2:${PORTSDIR}/misc/compat4x
.endif
How-To-Repeat: Install 5.3-RELEASE, install X.org, install x11/nvidia-driver, start glxgears in X.org using the nvidia driver.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2004-11-19 22:34:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe


Over to the maintainer.
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2004-12-27 02:54:32 UTC
State Changed
From-To: open->closed

Committed, thanks!