Bug 163215

Summary: [PATCH] devel/bullet: fix build on some configurations
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me CC: acm
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
bullet-2.77.patch none

Description Dmitry Marakasov 2011-12-13 00:30:11 UTC
On my 9.0-RC2 system, bullet doesn't link after CMAKE_USE_PTHREAD had been removed from bsd.cmake.mk:

http://people.freebsd.org/~amdmi3/bullet_verbose.log

This doesn't seem to show on pointyhat/tinderboxes, likely due to
some non-default OPTIONS used on my box, or the fact that I use
nvidia-driver which installs its own libGL.
Attached patch fixes the problem.

Port maintainer (acm@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-13 00:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-09 22:08:34 UTC
amdmi3      2012-02-09 22:08:21 UTC

  FreeBSD ports repository

  Modified files:
    devel/bullet         Makefile 
  Log:
  - Fix build with nvidia-driver installed
  
  PR:             163215
  Submitted by:   myself
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.15      +1 -0      ports/devel/bullet/Makefile
_______________________________________________
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 Dmitry Marakasov freebsd_committer freebsd_triage 2012-02-09 22:09:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!