Bug 125915 - science/netcdf: add a WITH_FORTRAN knob
Summary: science/netcdf: add a WITH_FORTRAN knob
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-24 04:00 UTC by Pedro F. Giffuni
Modified: 2008-08-07 09:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.29 KB, patch)
2008-07-24 04:00 UTC, Pedro F. Giffuni
no flags Details | Diff
patch-netcdf (3.13 KB, application/octet-stream)
2008-07-24 04:30 UTC, Pedro F. Giffuni
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2008-07-24 04:00:12 UTC
- Add experimental WITH_FORTRAN knob and a patch to have it compile.
- It's off by default as it doesn't seem to be required by any port.
- No functional change.

How-To-Repeat: - Handle with care: it's not catching gfortran on my system but works fine with f77.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-24 04:00:22 UTC
Maintainer of science/netcdf,

Please note that PR ports/125915 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125915

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-24 04:00:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-07-24 04:09:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 4 Pedro F. Giffuni 2008-07-24 04:30:40 UTC
Here;

I found the issue with Fortran detection, enjoy :)


      Posta, news, sport, oroscopo: tutto in una sola pagina. 
Crea l'home page che piace a te!
www.yahoo.it/latuapagina
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-08-07 09:29:57 UTC
beech       2008-08-07 08:29:49 UTC

  FreeBSD ports repository

  Modified files:
    science/netcdf       Makefile pkg-plist 
  Added files:
    science/netcdf/files patch-fortran+cfortran.h 
  Log:
  - Add experimental WITH_FORTRAN knob and a patch to have it compile.
  - It's off by default as it doesn't seem to be required by any port.
  - No functional change.
  
  PR:             ports/125915
  Submitted by:   Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
  Approved by:    maintainer timeout (>2 Weeks)
  
  Revision  Changes    Path
  1.32      +13 -1     ports/science/netcdf/Makefile
  1.1       +21 -0     ports/science/netcdf/files/patch-fortran+cfortran.h (new)
  1.8       +6 -0      ports/science/netcdf/pkg-plist
_______________________________________________
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 6 Beech Rintoul freebsd_committer freebsd_triage 2008-08-07 09:30:01 UTC
State Changed
From-To: feedback->closed

Committed, Thanks!