Bug 44290

Summary: Fix build of lang/ferite on -current
Product: Ports & Packages Reporter: Steven G. Kargl <kargl>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Steven G. Kargl 2002-10-20 00:20:01 UTC
The build of ferite dies with unresolve symbols to the pthread
library.  CFLAGS is missing -pthread.  Don't know if this
effects -stable.

How-To-Repeat: 
cd lang/ferite ; make
Comment 1 Kris Kennaway 2002-10-20 01:51:23 UTC
On Sat, Oct 19, 2002 at 04:13:09PM -0700, Steven G. Kargl wrote:

> The build of ferite dies with unresolve symbols to the pthread
> library.  CFLAGS is missing -pthread.  Don't know if this
> effects -stable.

This one should probably be fixed using PTHREAD_CFLAGS and
PTHREAD_LIBS to account for the differences between requirements for
-stable and -current.

Kris
Comment 2 Steven G. Kargl 2002-10-20 04:45:02 UTC
Kris Kennaway said:
> On Sat, Oct 19, 2002 at 04:13:09PM -0700, Steven G. Kargl wrote:
> 
> > The build of ferite dies with unresolve symbols to the pthread
> > library.  CFLAGS is missing -pthread.  Don't know if this
> > effects -stable.
> 
> This one should probably be fixed using PTHREAD_CFLAGS and
> PTHREAD_LIBS to account for the differences between requirements for
> -stable and -current.
> 

I can't find any info in the Ports Handbook about these
use of these variables.

-- 
Steve
http://troutmask.apl.washington.edu/~kargl/
Comment 3 Pete Fritchman freebsd_committer freebsd_triage 2002-11-14 18:33:55 UTC
State Changed
From-To: open->closed

Requested by originator.