1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update MASTER_SITES

- Fix build with gcc 4.X

PR:		ports/107117
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
This commit is contained in:
Martin Wilke 2006-12-23 22:22:45 +00:00
parent f305adb466
commit ad6b1685fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180628
6 changed files with 50 additions and 8 deletions

View File

@ -8,7 +8,8 @@
PORTNAME= netcdf
PORTVERSION= 3.6.1
CATEGORIES= science
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ \
http://sunpoet.net/distfiles/
MASTER_SITE_SUBDIR= . old
MAINTAINER= sunpoet@sunpoet.net
@ -18,10 +19,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
CONFLICTS= hdf-4.*
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= ncdump.1 ncgen.1
MAN3= netcdf.3 netcdf.3f

View File

@ -0,0 +1,20 @@
--- Makefile.orig Mon Feb 27 00:43:59 2006
+++ Makefile Sat Dec 23 05:33:43 2006
@@ -117,6 +117,8 @@
ncgen/distclean \
cxx/clean \
cxx/distclean \
+fortran/install \
+fortran/uninstall \
:
@subdir=`echo $@ | sed 's,/.*,,'`; \
target=`echo $@ | sed 's,.*/,,'`; \
@@ -124,8 +126,6 @@
fortran/all \
fortran/test \
-fortran/install \
-fortran/uninstall \
nf_test/all \
nf_test/test \
:

View File

@ -8,7 +8,8 @@
PORTNAME= netcdf
PORTVERSION= 3.6.1
CATEGORIES= science
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ \
http://sunpoet.net/distfiles/
MASTER_SITE_SUBDIR= . old
MAINTAINER= sunpoet@sunpoet.net
@ -18,10 +19,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
CONFLICTS= hdf-4.*
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= ncdump.1 ncgen.1
MAN3= netcdf.3 netcdf.3f

View File

@ -0,0 +1,20 @@
--- Makefile.orig Mon Feb 27 00:43:59 2006
+++ Makefile Sat Dec 23 05:33:43 2006
@@ -117,6 +117,8 @@
ncgen/distclean \
cxx/clean \
cxx/distclean \
+fortran/install \
+fortran/uninstall \
:
@subdir=`echo $@ | sed 's,/.*,,'`; \
target=`echo $@ | sed 's,.*/,,'`; \
@@ -124,8 +126,6 @@
fortran/all \
fortran/test \
-fortran/install \
-fortran/uninstall \
nf_test/all \
nf_test/test \
: