Bug 125915

Summary: science/netcdf: add a WITH_FORTRAN knob
Product: Ports & Packages Reporter: Pedro F. Giffuni <pfgshield-freebsd>
Component: Individual Port(s)Assignee: Beech Rintoul <beech>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
patch-netcdf none

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&#39;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!