Bug 150918 - [PATCH] math/blas: Prevent install of profiled lib when PROFILE option is unselected
Summary: [PATCH] math/blas: Prevent install of profiled lib when PROFILE option is uns...
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: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-24 15:30 UTC by Greg Larkin
Modified: 2010-09-27 06:32 UTC (History)
1 user (show)

See Also:


Attachments
blas-1.0_6.patch (644 bytes, patch)
2010-09-24 15:30 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 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