Bug 108154

Summary: sysutils/hourglass: respect PTHREAD_LIBS, add WITH_LINUXTHREADS
Product: Ports & Packages Reporter: Craig Rodrigues <rodrigc>
Component: Individual Port(s)Assignee: Craig Rodrigues <rodrigc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Craig Rodrigues freebsd_committer freebsd_triage 2007-01-20 16:50:18 UTC
sysutils/hourglass has a hard dependency on linuxthreads.
This dependency is unnecessary.  Change this port to respect
PTHREAD_LIBS and PTHREAD_CFLAGS.  Add a tunable WITH_LINUXTHREADS
if user wishes to use linuxthreads instead of default
pthread library.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-20 16:50:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rodrigc

Submitter has GNATS access
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-20 17:30:47 UTC
rodrigc     2007-01-20 17:30:40 UTC

  FreeBSD ports repository (src committer)

  Modified files:
    sysutils/hourglass   Makefile 
    sysutils/hourglass/files patch-configure 
  Log:
  PR:     108154
  
  - respect PTHREAD_LIBS and PTHREAD_CFLAGS
  - add WITH_LINUXTHREADS tunable to override PTHREAD_LIBS and PTHREAD_CFLAGS
    with linuxthreads port
  
  Revision  Changes    Path
  1.6       +10 -0     ports/sysutils/hourglass/Makefile
  1.2       +2 -2      ports/sysutils/hourglass/files/patch-configure
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Craig Rodrigues freebsd_committer freebsd_triage 2007-01-28 01:57:22 UTC
State Changed
From-To: open->closed

Patched.