[31043] trunk/dports/science/cdf

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 14 11:49:34 PST 2007


Revision: 31043
          http://trac.macosforge.org/projects/macports/changeset/31043
Author:   gwright at macports.org
Date:     2007-11-14 11:49:32 -0800 (Wed, 14 Nov 2007)

Log Message:
-----------
Version bump to 32.

Modified Paths:
--------------
    trunk/dports/science/cdf/Portfile
    trunk/dports/science/cdf/files/patch-Makefile

Modified: trunk/dports/science/cdf/Portfile
===================================================================
--- trunk/dports/science/cdf/Portfile	2007-11-14 19:20:45 UTC (rev 31042)
+++ trunk/dports/science/cdf/Portfile	2007-11-14 19:49:32 UTC (rev 31043)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		cdf
-version		31
+version		32
 maintainers	gwright at macports.org
 platforms	darwin
 categories	science
@@ -15,17 +15,17 @@
 		independent fashion. 
 
 homepage	http://cdf.gsfc.nasa.gov/
-master_sites	ftp://rumba.gsfc.nasa.gov/pub/cdf/dist/${name}${version}/unix
+master_sites	ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/${name}${version}/unix
 
 distfiles	${name}${version}-dist-all${extract.suffix}
 
-checksums	sha1 dfef1275fb4f7966633f6e6ca331b06ee7fc48f0
+checksums	sha1 c24a88dee108ab3ae7787697350f77ca3e9bd776
 
 depends_build	port:gcc42
 
 fetch.use_epsv	no
 configure	{ }
-worksrcdir	${name}${version}-dist
+worksrcdir	${name}${version}-dist-readonly
 
 platform darwin i386 {
 		  global cdf_arch
@@ -54,5 +54,7 @@
 		  reinplace "s|${destroot}${prefix}|${prefix}|" ${destroot}${prefix}/bin/definitions.B
 		  reinplace "s|${destroot}${prefix}|${prefix}|" ${destroot}${prefix}/bin/definitions.C
 		  reinplace "s|${destroot}${prefix}|${prefix}|" ${destroot}${prefix}/bin/definitions.K
+
+		  system "install_name_tool -id ${prefix}/lib/libcdf.dylib ${destroot}${prefix}/lib/libcdf.dylib"
 		}
 

Modified: trunk/dports/science/cdf/files/patch-Makefile
===================================================================
--- trunk/dports/science/cdf/files/patch-Makefile	2007-11-14 19:20:45 UTC (rev 31042)
+++ trunk/dports/science/cdf/files/patch-Makefile	2007-11-14 19:49:32 UTC (rev 31043)
@@ -1,5 +1,5 @@
---- Makefile.sav	2007-09-05 15:18:41.000000000 -0400
-+++ Makefile	2007-09-05 15:21:01.000000000 -0400
+--- Makefile.sav	2007-09-06 21:42:06.000000000 -0400
++++ Makefile	2007-09-06 21:43:57.000000000 -0400
 @@ -166,39 +166,39 @@
  EXEEXT_macosx=
  
@@ -7,7 +7,8 @@
 -CC_macosx_ppc=gcc
 +CC_macosx_ppc=gcc-mp-4.2
  LD_macosx_ppc=libtool -syslibroot /Developer/SDKs/MacOSX10.4u.sdk -arch_only ppc
- LDOPTIONS_macosx_ppc=-dynamic
+-LDOPTIONS_macosx_ppc=-dynamic
++LDOPTIONS_macosx_ppc=-dynamic -headerpad_max_install_names
  PIC_macosx_ppc=
 -COPTIONS_macosx_ppc=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -arch ppc -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
 +COPTIONS_macosx_ppc=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
@@ -23,7 +24,8 @@
 -CC_macosx_ppc64=gcc
 +CC_macosx_ppc64=gcc-mp-4.2
  LD_macosx_ppc64=libtool -syslibroot /Developer/SDKs/MacOSX10.4u.sdk -arch_only ppc64
- LDOPTIONS_macosx_ppc64=-dynamic
+-LDOPTIONS_macosx_ppc64=-dynamic
++LDOPTIONS_macosx_ppc64=-dynamic -headerpad_max_install_names
  PIC_macosx_ppc64=
 -COPTIONS_macosx_ppc64=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -arch ppc64 -m64 -DMACOSX64 -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
 +COPTIONS_macosx_ppc64=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -m64 -DMACOSX64 -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
@@ -39,7 +41,8 @@
 -CC_macosx_i386=gcc
 +CC_macosx_i386=gcc-mp-4.2
  LD_macosx_i386=libtool -syslibroot /Developer/SDKs/MacOSX10.4u.sdk -arch_only i386
- LDOPTIONS_macosx_i386=-dynamic
+-LDOPTIONS_macosx_i386=-dynamic
++LDOPTIONS_macosx_i386=-dynamic -headerpad_max_install_names
  PIC_macosx_i386=
 -COPTIONS_macosx_i386=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -arch i386 -Di386 -D__MACH__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
 -COPTIONSld_macosx_i386=-arch i386 -isysroot/Developer/SDKs/MacOSX10.4u.sdk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071114/5c9deaa2/attachment.html


More information about the macports-changes mailing list