Bug 44205

Summary: fix build of devel/commoncpp
Product: Ports & Packages Reporter: Maxim Maximov <mcsi>
Component: Individual Port(s)Assignee: Tilman Keskinoz <arved>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Maxim Maximov 2002-10-18 11:00:10 UTC
Fix build of devel/commoncpp port. The build have been broken due to POSIX visibility issues on 4-STABLE. I made 2 patches and cannot decide which is better. The first one just undef's HAVE_PTHREAD_DELAY, so we don't need nanosleep() anymore. The second defines a prototype for nanosleep() just as it is in <time.h>. Both are hacks, anyway..
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-08 15:58:01 UTC
Which patch does the Maintainer prefer?
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-02-15 18:36:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->arved

I will update this port soon
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2003-02-17 18:31:04 UTC
State Changed
From-To: open->closed

Commoncpp was updated and should now build on 5.x. Thanks for your submission