Bug 192823 - [patch] fix math/atlas port OPTIONS handling
Summary: [patch] fix math/atlas port OPTIONS handling
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-19 05:13 UTC by Don Lewis
Modified: 2014-08-21 13:01 UTC (History)
1 user (show)

See Also:


Attachments
patch to fix option handling (3.37 KB, patch)
2014-08-19 16:11 UTC, Don Lewis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Lewis freebsd_committer freebsd_triage 2014-08-19 05:13:11 UTC
Fix OPTIONS handling in math/atlas so that they actually work.  This gets rid of two portlint warnings.

Add an option to the menu to control whether the tuning info and build logs are installed.  Install these files uncompressed instead of in compressed tarballs.

Also tweak ordering in pkg-plist (cosmetic).
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-19 06:35:16 UTC
Hi Don, it looks the the patch was not attached.
Comment 2 Don Lewis freebsd_committer freebsd_triage 2014-08-19 16:11:12 UTC
Created attachment 146041 [details]
patch to fix option handling

Actually attach the patch
Comment 3 John Marino freebsd_committer freebsd_triage 2014-08-19 16:19:24 UTC
thanks
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-08-21 12:58:58 UTC
A commit references this bug:

Author: marino
Date: Thu Aug 21 12:58:37 UTC 2014
New revision: 365553
URL: http://svnweb.freebsd.org/changeset/ports/365553

Log:
  math/atlas: Fix OPTIONS handling, add log control option

  Add an option to the menu to control whether the tuning info and build
  logs are installed.  install these files uncompressed plain text instead
  of compressed tarballs

  PR:		192823
  Submitted by:	Don Lewis

Changes:
  head/math/atlas/Makefile
  head/math/atlas/pkg-plist
Comment 5 John Marino freebsd_committer freebsd_triage 2014-08-21 13:01:52 UTC
I hope it's right because I wasn't about to do another 90 minutes test. :)