[36523] trunk/dports/science/libnc-dap
takeshi at macports.org
takeshi at macports.org
Mon May 5 00:07:05 PDT 2008
Revision: 36523
http://trac.macosforge.org/projects/macports/changeset/36523
Author: takeshi at macports.org
Date: 2008-05-05 00:06:52 -0700 (Mon, 05 May 2008)
Log Message:
-----------
libnc-dap: minor changes to fix lint warnings. revision not incremented
Modified Paths:
--------------
trunk/dports/science/libnc-dap/Portfile
Added Paths:
-----------
trunk/dports/science/libnc-dap/files/patch-Makefile.in.diff
Removed Paths:
-------------
trunk/dports/science/libnc-dap/files/patch-Makefile.in
Modified: trunk/dports/science/libnc-dap/Portfile
===================================================================
--- trunk/dports/science/libnc-dap/Portfile 2008-05-05 06:03:35 UTC (rev 36522)
+++ trunk/dports/science/libnc-dap/Portfile 2008-05-05 07:06:52 UTC (rev 36523)
@@ -5,7 +5,7 @@
name libnc-dap
version 3.7.0
revision 3
-platforms darwin
+platforms darwin
maintainers takeshi at macports.org
categories science
description an alternative implementation of Unidata's netCDF 3.6 API
@@ -20,8 +20,8 @@
Unidata's netCDF 3.6 API. Our version adds the capability to \
dereference OPeNDAP URLs. You can substitute our version of \
the library when linking your application and then simply pass \
- an OPeNDAP URL in where you would normally use a file name.
-patchfiles patch-Makefile.in
+ an OPeNDAP URL in where you would normally use a file name.
+patchfiles patch-Makefile.in.diff
depends_lib port:curl \
port:libdap \
port:libxml2
Deleted: trunk/dports/science/libnc-dap/files/patch-Makefile.in
===================================================================
--- trunk/dports/science/libnc-dap/files/patch-Makefile.in 2008-05-05 06:03:35 UTC (rev 36522)
+++ trunk/dports/science/libnc-dap/files/patch-Makefile.in 2008-05-05 07:06:52 UTC (rev 36523)
@@ -1,13 +0,0 @@
---- Makefile.in.orig 2006-11-28 09:27:37.000000000 +0900
-+++ Makefile.in 2007-03-16 05:06:28.000000000 +0900
-@@ -296,8 +296,8 @@
- # debugging.
- CXXFLAGS_DEBUG = -g3 -O0 -Wall -fno-defer-pop
- TEST_COV_FLAGS = -ftest-coverage -fprofile-arcs
--SUBDIRS = . ncdump
--DIST_SUBDIRS = nc_test unit-tests ncdump
-+SUBDIRS = .
-+DIST_SUBDIRS = nc_test unit-tests
- lib_LTLIBRARIES = libnc-dap.la
- bin_SCRIPTS = ncdap-config
- LIBSRC = NCArray.cc NCByte.cc NCFloat64.cc NCGrid.cc NCUInt32.cc \
Copied: trunk/dports/science/libnc-dap/files/patch-Makefile.in.diff (from rev 36496, trunk/dports/science/libnc-dap/files/patch-Makefile.in)
===================================================================
--- trunk/dports/science/libnc-dap/files/patch-Makefile.in.diff (rev 0)
+++ trunk/dports/science/libnc-dap/files/patch-Makefile.in.diff 2008-05-05 07:06:52 UTC (rev 36523)
@@ -0,0 +1,13 @@
+--- Makefile.in.orig 2006-11-28 09:27:37.000000000 +0900
++++ Makefile.in 2007-03-16 05:06:28.000000000 +0900
+@@ -296,8 +296,8 @@
+ # debugging.
+ CXXFLAGS_DEBUG = -g3 -O0 -Wall -fno-defer-pop
+ TEST_COV_FLAGS = -ftest-coverage -fprofile-arcs
+-SUBDIRS = . ncdump
+-DIST_SUBDIRS = nc_test unit-tests ncdump
++SUBDIRS = .
++DIST_SUBDIRS = nc_test unit-tests
+ lib_LTLIBRARIES = libnc-dap.la
+ bin_SCRIPTS = ncdap-config
+ LIBSRC = NCArray.cc NCByte.cc NCFloat64.cc NCGrid.cc NCUInt32.cc \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080505/4af8a6de/attachment.html
More information about the macports-changes
mailing list