View | Details | Raw Unified | Return to bug 136377
Collapse All | Expand All

(-)/usr/ports/sunpoet/netcdf4/Makefile (-5 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	netcdf
8
PORTNAME=	netcdf
9
PORTVERSION=	4.0
9
PORTVERSION=	4.0.1
10
CATEGORIES=	science
10
CATEGORIES=	science
11
MASTER_SITES=	http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \
11
MASTER_SITES=	http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \
12
		ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
12
		ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
Lines 19-26 Link Here
19
LATEST_LINK=	netcdf4
19
LATEST_LINK=	netcdf4
20
20
21
CONFIGURE_ARGS=	--disable-f77 --disable-f90 \
21
CONFIGURE_ARGS=	--disable-f77 --disable-f90 \
22
		--enable-cxx --enable-cxx-4 --enable-netcdf-4 --enable-shared \
22
		--enable-cxx --enable-cxx-4 --enable-ncgen4 --enable-netcdf-4 \
23
		--with-hdf5=${LOCALBASE} --with-zlib=/usr
23
		--enable-shared --with-hdf5=${LOCALBASE} --with-zlib=/usr
24
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -fPIC -DPIC -Df2cFortran"
24
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -fPIC -DPIC -Df2cFortran"
25
MAKE_ENV+=	MAKEINFOFLAGS="--no-split" INFODIR="${PREFIX}/${INFO_PATH}"
25
MAKE_ENV+=	MAKEINFOFLAGS="--no-split" INFODIR="${PREFIX}/${INFO_PATH}"
26
26
Lines 49-62 Link Here
49
49
50
post-patch:
50
post-patch:
51
.if defined(NOPORTDOCS)
51
.if defined(NOPORTDOCS)
52
	@${REINPLACE_CMD} -e '814 s/install-docDATA //' \
52
	@${REINPLACE_CMD} -e '829 s/install-docDATA //' \
53
		${WRKSRC}/man4/Makefile.in
53
		${WRKSRC}/man4/Makefile.in
54
.endif
54
.endif
55
	@${REINPLACE_CMD} -e \
55
	@${REINPLACE_CMD} -e \
56
		's/\(@INSTALL_DOCS_TRUE@MAN.*\)/# \1/' \
56
		's/\(@INSTALL_DOCS_TRUE@MAN.*\)/# \1/' \
57
		${WRKSRC}/Makefile.in
57
		${WRKSRC}/Makefile.in
58
	@${REINPLACE_CMD} -e \
58
	@${REINPLACE_CMD} -e \
59
		'274 s/\(info_docs\).*/html_docs\)/' \
59
		'288 s/\(info_docs\).*/html_docs\)/' \
60
		${WRKSRC}/man4/Makefile.in
60
		${WRKSRC}/man4/Makefile.in
61
61
62
post-configure:
62
post-configure:
(-)/usr/ports/sunpoet/netcdf4/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (netcdf-4.0.tar.gz) = afc057b07b6e6843556dcfbc4ced402c
1
MD5 (netcdf-4.0.1.tar.gz) = a251453c5477599f050fa4e593295186
2
SHA256 (netcdf-4.0.tar.gz) = 4f6934fd862b2e0f5a6ddcd8ef5f86a03d8aebfd106bc09c97afc80fe2ad5c96
2
SHA256 (netcdf-4.0.1.tar.gz) = 290e377aa2e9419bb50a2fa1038d6e77d36f239a8a9c3be9e3a9319f1e484d19
3
SIZE (netcdf-4.0.tar.gz) = 11584002
3
SIZE (netcdf-4.0.1.tar.gz) = 8018998

Return to bug 136377