Bug 147738 - [MAINTAINER] [PATCH] math/matio Update to 1.3.4, fix Fortran parts
Summary: [MAINTAINER] [PATCH] math/matio Update to 1.3.4, fix Fortran parts
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-09 23:40 UTC by Robert Farmer
Modified: 2010-06-11 02:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.66 KB, patch)
2010-06-09 23:40 UTC, Robert Farmer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Farmer 2010-06-09 23:40:02 UTC
* Update to 1.3.4
* Fix Fortran support (previously USE_FORTRAN was set but never used)
* Make Fortran support optional, defaulting to off since nobody ever complained about it being broken

Fix: Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-06-10 03:06:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-11 02:35:36 UTC
wen         2010-06-11 01:35:23 UTC

  FreeBSD ports repository

  Modified files:
    math/matio           Makefile distinfo 
  Log:
  - Update to 1.3.4
  - Fix Fortran support (previously USE_FORTRAN was set but never used)
  - Make Fortran support optional
  
  PR:             ports/147738
  Submitted by:   Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
  
  Revision  Changes    Path
  1.2       +28 -4     ports/math/matio/Makefile
  1.2       +3 -3      ports/math/matio/distinfo
_______________________________________________
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 Wen Heping freebsd_committer freebsd_triage 2010-06-11 02:40:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!