Bug 75651

Summary: graphics/dri does not link on FreeBSD 4.10
Product: Ports & Packages Reporter: Sven Berkvens-Matthijsse <sven>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sven Berkvens-Matthijsse 2004-12-30 11:00:41 UTC
The graphics/dri port (version 6.2_1,2) does not install on my system because the configs/freebsd-dri file contains a line saying that various libraries should be linked using -lpthread instead of -pthread. Patching the file solves the program.

Fix: 

Change the -lpthread to -pthread in configs/freebsd-dri. The strange thing is that the patch is already present for one the DRI_LIB_DEPS and GL_LIB_DEPS lines, but not for both of them.
How-To-Repeat: Try to install the graphics/dri port on a FreeBSD 4.10-STABLE system.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-12-31 16:53:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Over to maintainer.
Comment 2 Eric Anholt 2004-12-31 20:18:21 UTC
Are you sure you have the latest CVS?  I fixed this on 2004-12-29 as far
as I can tell.

-- 
Eric Anholt                                eta@lclark.edu          
http://people.freebsd.org/~anholt/         anholt@FreeBSD.org
Comment 3 Eric Anholt freebsd_committer freebsd_triage 2004-12-31 20:36:10 UTC
State Changed
From-To: open->closed

Waiting for response -- I think it's fixed already.