summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-29 03:40:22 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-29 03:40:22 +0000
commit479bf056d3f57c73be410c987e7ba4de45eb38f3 (patch)
treef8d85451f8fe3b4d9b539a34b0efd20658740e1f /math
parentUpdate MASTER_SITES and WWW: line to pkg/DESCR (diff)
Update to version 3.5b3.
PR: 18748 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=28887
Diffstat (limited to 'math')
-rw-r--r--math/netcdf/Makefile16
-rw-r--r--math/netcdf/distinfo2
-rw-r--r--math/netcdf/pkg-plist5
3 files changed, 11 insertions, 12 deletions
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile
index 3d74fe7fbcb2..17e5215399c9 100644
--- a/math/netcdf/Makefile
+++ b/math/netcdf/Makefile
@@ -6,19 +6,19 @@
#
PORTNAME= netcdf
-PORTVERSION= 3.5b2
+PORTVERSION= 3.5b3
CATEGORIES= math
MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/
-DISTFILES= netcdf-3.5-beta2.tar.Z
+DISTFILES= ${PORTNAME}-3.5-beta3.tar.Z
MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/netcdf-3.5/src
+WRKSRC= ${WRKDIR}/${PORTNAME}-3.5-beta3/src
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC -DPIC -Df2cFortran"
+CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
MAN1= ncdump.1 ncgen.1
-MAN3= netcdf.3 netcdf.3f
+MAN3= netcdf.3
post-build:
@(cd ${WRKSRC}/libsrc && \
@@ -28,9 +28,9 @@ post-build:
post-install:
${INSTALL_DATA} ${WRKSRC}/libsrc/libnetcdf.so ${PREFIX}/lib/libnetcdf.so.1
- ${LN} -sf ${PREFIX}/lib/libnetcdf.so.1 ${PREFIX}/lib/libnetcdf.so
+ ${LN} -sf libnetcdf.so.1 ${PREFIX}/lib/libnetcdf.so
${INSTALL_DATA} ${WRKSRC}/cxx/libnetcdf_c++.so ${PREFIX}/lib/libnetcdf_c++.so.1
- ${LN} -sf ${PREFIX}/lib/libnetcdf_c++.so.1 ${PREFIX}/lib/libnetcdf_c++.so
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+ ${LN} -sf libnetcdf_c++.so.1 ${PREFIX}/lib/libnetcdf_c++.so
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/math/netcdf/distinfo b/math/netcdf/distinfo
index 31e774d392c4..f05694772387 100644
--- a/math/netcdf/distinfo
+++ b/math/netcdf/distinfo
@@ -1 +1 @@
-MD5 (netcdf-3.5-beta2.tar.Z) = 4a14728e5eecf6479095c9d625507f4a
+MD5 (netcdf-3.5-beta3.tar.Z) = b6b0f1d6fd6c5ccf559032eb1e9d6950
diff --git a/math/netcdf/pkg-plist b/math/netcdf/pkg-plist
index 1d84bd6662c3..699a8184c49b 100644
--- a/math/netcdf/pkg-plist
+++ b/math/netcdf/pkg-plist
@@ -3,7 +3,6 @@ bin/ncgen
include/ncvalues.h
include/netcdf.h
include/netcdf.hh
-include/netcdf.inc
include/netcdfcpp.h
lib/libnetcdf.a
lib/libnetcdf.so
@@ -11,5 +10,5 @@ lib/libnetcdf.so.1
lib/libnetcdf_c++.a
lib/libnetcdf_c++.so
lib/libnetcdf_c++.so.1
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
+@exec /sbin/ldconfig -m %B
+@unexec /sbin/ldconfig -R