1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Fix build when print/texinfo installed

- Bump PORTREVISION for package change

PR:		ports/186850
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-04 15:31:38 +00:00
parent 25b9d76b40
commit 05328dea7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352961
3 changed files with 30 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= netcdf-fortran
PORTVERSION= 4.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= https://github.com/Unidata/${PORTNAME}/archive/ \
LOCAL/sunpoet

View File

@ -0,0 +1,10 @@
--- man4/netcdf-f77.texi.orig 2012-02-29 06:03:05.000000000 +0800
+++ man4/netcdf-f77.texi 2014-05-04 21:56:03.359920958 +0800
@@ -2570,7 +2570,6 @@
The name of the
group will be copied to this character array. The name will be less
than NF_MAX_NAME in length.
-@item
@end table

View File

@ -0,0 +1,19 @@
--- man4/netcdf-f90.texi.orig 2012-02-29 06:03:05.000000000 +0800
+++ man4/netcdf-f90.texi 2014-05-04 21:57:31.569914537 +0800
@@ -2082,7 +2082,6 @@
The name of the
group will be copied to this character array. The name will be less
than NF90_MAX_NAME in length.
-@item
@end table
@@ -6979,7 +6978,7 @@
@node FORTRAN 77 to Fortran 90 Transition Guide, Combined Index, Summary of Fortran 90 Interface, Top
@appendix Appendix B - FORTRAN 77 to Fortran 90 Transition Guide
-@unnumberedsubsec The new Fortran 90 interface
+@unnumberedsec The new Fortran 90 interface
The Fortran 90 interface to the netCDF library closely follows the
FORTRAN 77 interface. In most cases, function and constant names and