Bug 150918

Summary: [PATCH] math/blas: Prevent install of profiled lib when PROFILE option is unselected
Product: Ports & Packages Reporter: Greg Larkin <glarkin>
Component: Individual Port(s)Assignee: Maho Nakata <maho>
Status: Closed FIXED    
Severity: Affects Only Me CC: maho
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
blas-1.0_6.patch none

Description Greg Larkin freebsd_committer freebsd_triage 2010-09-24 15:30:01 UTC
bsd.lib.mk checks the value of NO_PROFILE, not WITHOUT_PROFILE, to
determine if a profiled library should be built or not.  If WITH_PROFILE
is not defined, add NO_PROFILE to MAKE_ENV instead of WITHOUT_PROFILE.

This problem exhibits on 6.x, and the fix works on all versions of the OS.
Here is a relevant error log:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.6.20100921081508/blas-1.0_6.log

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-24 15:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-27 06:25:44 UTC
maho        2010-09-27 05:25:39 UTC

  FreeBSD ports repository

  Modified files:
    math/blas            Makefile 
  Log:
  Fix build on FBSD 6.
  
  PR:             150918
  Submitted by:   glarkin@, bf@
  Spotted by: Pointyhat
  
  Revision  Changes    Path
  1.49      +2 -2      ports/math/blas/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 Maho Nakata freebsd_committer freebsd_triage 2010-09-27 06:32:12 UTC
State Changed
From-To: open->closed

committed, thanks