Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2000 08:58:34 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/18748: Update port: math/netcdf to 3.5b3
Message-ID:  <20000522155834.E98C737BA4B@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         18748
>Category:       ports
>Synopsis:       Update port: math/netcdf to 3.5b3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 22 09:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 3.5b3

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/math/netcdf/Makefile math/netcdf/Makefile
--- /usr/ports/math/netcdf/Makefile	Fri Apr 14 18:53:13 2000
+++ math/netcdf/Makefile	Sat May 20 05:47:32 2000
@@ -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-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 -urN /usr/ports/math/netcdf/files/md5 math/netcdf/files/md5
--- /usr/ports/math/netcdf/files/md5	Wed Sep  8 18:40:09 1999
+++ math/netcdf/files/md5	Sat May 20 05:09:27 2000
@@ -1 +1 @@
-MD5 (netcdf-3.5-beta2.tar.Z) = 4a14728e5eecf6479095c9d625507f4a
+MD5 (netcdf-3.5-beta3.tar.Z) = b6b0f1d6fd6c5ccf559032eb1e9d6950
diff -urN /usr/ports/math/netcdf/pkg/PLIST math/netcdf/pkg/PLIST
--- /usr/ports/math/netcdf/pkg/PLIST	Fri Jul 30 23:12:53 1999
+++ math/netcdf/pkg/PLIST	Sat May 20 05:30:58 2000
@@ -3,7 +3,6 @@
 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_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


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000522155834.E98C737BA4B>