[67655] trunk/dports/science/miriad/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat May 15 08:03:08 PDT 2010
Revision: 67655
http://trac.macports.org/changeset/67655
Author: ryandesign at macports.org
Date: 2010-05-15 08:03:02 -0700 (Sat, 15 May 2010)
Log Message:
-----------
miriad: update to 4.1.3; add more dependencies; turn off universal variant because we're using a MacPorts compiler; add conflict with pgplot; see #24882
Modified Paths:
--------------
trunk/dports/science/miriad/Portfile
Modified: trunk/dports/science/miriad/Portfile
===================================================================
--- trunk/dports/science/miriad/Portfile 2010-05-15 14:35:55 UTC (rev 67654)
+++ trunk/dports/science/miriad/Portfile 2010-05-15 15:03:02 UTC (rev 67655)
@@ -9,8 +9,9 @@
# based on the snapshot date to distinguish things.
name miriad
-set relver 4.1.1
-set tardate 20100302
+conflicts pgplot
+set relver 4.1.3
+set tardate 20100512
version ${relver}.${tardate}
platforms darwin
categories science
@@ -31,7 +32,7 @@
# Files
master_sites http://astro.berkeley.edu/~pkwill/miriad-macport/
-checksums sha1 5adcad3cb4072bcdbd4dae7770574ef6429aeea4
+checksums sha1 0d92e6e5dfdb8c65ab04e1f898b9c38c3f6c9290
# We need Fortran support, which the Apple version of GCC doesn't offer.
# So we force the use of a specified MacPorts-built GCC.
@@ -39,9 +40,19 @@
set compilerport gcc43
set compilerident macports-gcc-4.3
-depends_build port:${compilerport}
-depends_lib lib:libXaw:xorg-libXaw
+universal_variant no
+depends_build-append port:${compilerport}
+depends_lib-append port:libpng \
+ port:readline \
+ port:xorg-libice \
+ port:xorg-libsm \
+ port:xorg-libX11 \
+ port:xorg-libXau \
+ port:xorg-libXaw \
+ port:xorg-libXdmcp \
+ port:zlib
+
# The XCode 3.0 linker has a bug that prevents successful execution of
# Miriad tasks.
@@ -74,7 +85,7 @@
pre-configure {
ui_msg "Configuring MIRIAD with telescope parameter of \"${thescope}\"."
ui_msg "Consult the port variants to use a different setting. The default"
- ui_msg "is \"${defaultscope}\". If there's no variant for you desired"
+ ui_msg "is \"${defaultscope}\". If there's no variant for your desired"
ui_msg "telescope, contact the port maintainer and one will be quickly added."
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100515/a9836d61/attachment.html>
More information about the macports-changes
mailing list