Bug 87429 - [patch] math/lapack fails to install with NO_PROFILE set on FreeBSD=>6.0
Summary: [patch] math/lapack fails to install with NO_PROFILE set on FreeBSD=>6.0
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: jmz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-14 08:50 UTC by Christopher Illies
Modified: 2005-10-14 23:09 UTC (History)
0 users

See Also:


Attachments
file.diff (936 bytes, patch)
2005-10-14 08:50 UTC, Christopher Illies
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Illies 2005-10-14 08:50:18 UTC
math/lapack fails to install on FreeBSD => 6.0 when NO_PROFILE is set.
The Makefile only recognises NOPROFILE.

Fix: apply this patch to math/lapack/Makefile
How-To-Repeat: have: NO_PROFILE=true in /etc/make.conf
cd /usr/ports/math/lapack; make install
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-14 16:43:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmz

Over to maintainer.
Comment 2 jmz freebsd_committer freebsd_triage 2005-10-14 23:08:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!