Ticket #24882: update.diff
File update.diff, 1.9 KB (added by pkgw (Peter Williams), 15 years ago) |
---|
-
(a) Portfile.mp vs. (b) ports/science/miriad/Portfile
a b 8 8 # based on the snapshot date to distinguish things. 9 9 10 10 name miriad 11 set relver 4.1. 112 set tardate 20100 30211 set relver 4.1.3 12 set tardate 20100512 13 13 version ${relver}.${tardate} 14 14 platforms darwin 15 15 categories science … … 30 30 # Files 31 31 32 32 master_sites http://astro.berkeley.edu/~pkwill/miriad-macport/ 33 checksums sha1 5adcad3cb4072bcdbd4dae7770574ef6429aeea433 checksums sha1 0d92e6e5dfdb8c65ab04e1f898b9c38c3f6c9290 34 34 35 35 # We need Fortran support, which the Apple version of GCC doesn't offer. 36 36 # So we force the use of a specified MacPorts-built GCC. … … 38 38 set compilerport gcc43 39 39 set compilerident macports-gcc-4.3 40 40 41 depends_build port:${compilerport} 42 depends_lib lib:libXaw:xorg-libXaw 41 depends_build-append port:${compilerport} 42 depends_lib-append lib:libpng:libpng \ 43 lib:libreadline:readline \ 44 lib:libIC:xorg-libice \ 45 lib:libSM:xorg-libsm \ 46 lib:libX11:xorg-libX11 \ 47 lib:libXau:xorg-libXau \ 48 lib:libXaw:xorg-libXaw \ 49 lib:libXdmcp:xorg-libXdmcp \ 50 lib:libz:zlib 43 51 44 52 # The XCode 3.0 linker has a bug that prevents successful execution of 45 53 # Miriad tasks. Older versions work, but hopefully not many people have … … 76 84 pre-configure { 77 85 ui_msg "Configuring MIRIAD with telescope parameter of \"${thescope}\"." 78 86 ui_msg "Consult the port variants to use a different setting. The default" 79 ui_msg "is \"${defaultscope}\". If there's no variant for you desired"87 ui_msg "is \"${defaultscope}\". If there's no variant for your desired" 80 88 ui_msg "telescope, contact the port maintainer and one will be quickly added." 81 89 } 82 90