Bug 53352 - [PATCH] math/blitz++: unbreak and fix bento build
Summary: [PATCH] math/blitz++: unbreak and fix bento build
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-15 19:10 UTC by Sergei Kolobov
Modified: 2003-06-19 09:06 UTC (History)
0 users

See Also:


Attachments
file.diff (1.38 KB, patch)
2003-06-15 19:10 UTC, Sergei Kolobov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Kolobov 2003-06-15 19:10:14 UTC
- Unbreak: remove unnecessary check for file descriptor 0 to fix build 
  on bento
- Remove unnecessary dependency on math/blas - quoting blitz++ configure:
  "  (If so, Blitz++ will use BLAS library to run benchmarks against "
  "   if you build the benchmarks.  Blitz++ itself does NOT use BLAS.)"
  We do NOT build benchmarks with this port, so this dependency is unused.

Added file:
- files/patch-bzconfig

Fix: --- blitz++-0.6.patch begins here ---
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2003-06-19 09:06:07 UTC
State Changed
From-To: open->closed

Patch committed, thanks!