Bug 106744 - [www/clearsilver] Request to "unbreak" the port on 4.X
Summary: [www/clearsilver] Request to "unbreak" the port on 4.X
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-15 00:50 UTC by Greg Larkin
Modified: 2006-12-21 11:30 UTC (History)
0 users

See Also:


Attachments
clearsilver.4X.diff (1.68 KB, patch)
2006-12-15 00:50 UTC, Greg Larkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin 2006-12-15 00:50:03 UTC
	www/clearsilver was marked BROKEN on FreeBSD 4.X because of a
	missing pthread library.  However, pthread.h exists on 4.X, and
	that causes the configure script to get confused.  Clearsilver
	can be built successfully on 4.X as long as the proper HAVE_PTHREAD
	value is set.

Fix: The configure script has to be patched to remove the definition of
	the HAVE_PTHREAD ifdef along with some source files that require
	the pthread library.
How-To-Repeat: 	"cd /usr/ports/www/clearsilver && make install clean" on FreeBSD 4.X
	results in a "Does not compile" message.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-15 00:54:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-12-21 02:16:23 UTC
State Changed
From-To: open->closed

Committed. Thank You.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-21 11:28:46 UTC
clsung      2006-12-21 02:16:16 UTC

  FreeBSD ports repository

  Modified files:
    www/clearsilver      Makefile pkg-plist 
  Added files:
    www/clearsilver/files patch-configure 
  Log:
  - unbreak on 4.x
  - www/clearsilver was marked BROKEN on FreeBSD 4.X because of a
    missing pthread library. However, pthread.h exists on 4.X, and
    that causes the configure script to get confused. Clearsilver
    can be built successfully on 4.X as long as the proper HAVE_PTHREAD
    value is set.
  
  PR:             ports/106744
  Submitted by:   Greg Larkin <glarkin_AT_sourcehosting dot net>
  
  Revision  Changes    Path
  1.16      +5 -2      ports/www/clearsilver/Makefile
  1.1       +17 -0     ports/www/clearsilver/files/patch-configure (new)
  1.2       +2 -2      ports/www/clearsilver/pkg-plist
_______________________________________________
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"