[98149] trunk/dports/science/magic

ryandesign at macports.org ryandesign at macports.org
Wed Sep 26 08:01:12 PDT 2012


Revision: 98149
          http://trac.macports.org//changeset/98149
Author:   ryandesign at macports.org
Date:     2012-09-26 08:01:12 -0700 (Wed, 26 Sep 2012)
Log Message:
-----------
magic: update to 7.5.225; remove "echo -n => printf" portion of configure patch integrated upstream

Modified Paths:
--------------
    trunk/dports/science/magic/Portfile
    trunk/dports/science/magic/files/patch-scripts-configure.in.diff

Modified: trunk/dports/science/magic/Portfile
===================================================================
--- trunk/dports/science/magic/Portfile	2012-09-26 14:32:29 UTC (rev 98148)
+++ trunk/dports/science/magic/Portfile	2012-09-26 15:01:12 UTC (rev 98149)
@@ -5,7 +5,7 @@
 PortGroup           conflicts_build 1.0
 
 name                magic
-version             7.5.224
+version             7.5.225
 set major           [lindex [split ${version} .] 0]
 categories          science
 # mostly very permissively licensed, but includes a copy of GNU readline
@@ -29,8 +29,8 @@
 
 depends_lib         port:tcl port:tk port:blt port:mesa
 
-checksums           rmd160  68cc5fd71905dac2ed4abbe6eac5256e359fcdac \
-                    sha256  47f1b3283cf35c97de30c35c844f4abdbc331f375062fc4462d36a9a447c6495
+checksums           rmd160  2b18e32af8f7af232183eed4fb60894c90592de7 \
+                    sha256  a08a52697fed5b55701a66de14c8957ee4a8c667ee11fc3d581769aec6e03ddb
 
 patchfiles          patch-scripts-configure.in.diff
 
@@ -42,6 +42,7 @@
 autoreconf.dir      ${worksrcpath}/scripts
 
 # error: non-void function should return a value [-Wreturn-type]
+# http://opencircuitdesign.com/pipermail/magic-dev/2012/000596.html
 compiler.blacklist  clang
 
 use_parallel_build  no

Modified: trunk/dports/science/magic/files/patch-scripts-configure.in.diff
===================================================================
--- trunk/dports/science/magic/files/patch-scripts-configure.in.diff	2012-09-26 14:32:29 UTC (rev 98148)
+++ trunk/dports/science/magic/files/patch-scripts-configure.in.diff	2012-09-26 15:01:12 UTC (rev 98149)
@@ -35,46 +35,3 @@
  
  dnl Substitute all variables
  
-@@ -1654,7 +1651,7 @@
- echo "Configuration Summary (principle requirements):"
- echo
- 
--echo -n "X11:          "
-+printf "X11:          "
- if test $usingX11 ; then
-    echo "yes"
- else
-@@ -1668,7 +1665,7 @@
-    echo
- fi
- 
--echo -n "OpenGL:       "
-+printf "OpenGL:       "
- if test $usingOGL ; then
-    echo "yes"
- else
-@@ -1685,9 +1682,9 @@
- fi
- 
- if test $usingTcl ; then
--   echo -n "Tcl/Tk:       "
-+   printf "Tcl/Tk:       "
-    echo "yes (version ${TCL_VERSION})"
--   echo -n "BLT:          "
-+   printf "BLT:          "
-    if test "x${TCLSH_EXE}" = "x" ; then
-       echo "Cannot find 'tclsh' executable to check existance of the BLT package"
-    else
-@@ -1710,10 +1707,10 @@
-    fi
- else
-    if test $usingScheme ; then
--     echo -n "Scheme:       "
-+     printf "Scheme:       "
-      echo "yes"
-    else
--     echo -n "Tcl/Tk:       "
-+     printf "Tcl/Tk:       "
-      echo "no"
-      echo
-      echo "  Without Tcl/Tk, you cannot run the enhanced version of magic"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120926/6cceac2e/attachment.html>


More information about the macports-changes mailing list