Changeset 97862


Ignore:
Timestamp:
Sep 18, 2012, 1:18:37 AM (12 years ago)
Author:
ryandesign@…
Message:

magic: update to 7.5.221 (#32934)

Location:
trunk/dports/science/magic
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/magic/Portfile

    r97860 r97862  
    66
    77name                magic
    8 version             7.5.214
    9 revision            1
     8version             7.5.221
    109set major           [lindex [split ${version} .] 0]
    1110categories          science
     
    3130depends_lib         port:tcl port:tk port:blt port:mesa
    3231
    33 checksums           rmd160  00a1c576407d593b10fe9b3aeadf22d577439e7c \
    34                     sha256  c809d4b497acfa69da729d06e0b4ceaab9b4eada89c38f79056f82db943667ab
     32checksums           rmd160  9b2c8cdc223c1275bf1005c3c57ba78267145ba9 \
     33                    sha256  7f028ba6e2ed35861d4b3256c5b0f87491901283769257432943be4372fcb42b
    3534
    3635patchfiles          patch-scripts-configure.in.diff \
     
    4443# error: non-void function should return a value [-Wreturn-type]
    4544compiler.blacklist  clang
     45
     46configure.args      --enable-modular
    4647
    4748use_parallel_build  no
  • trunk/dports/science/magic/files/patch-__APPLE__.diff

    r97859 r97862  
    9696 #endif
    9797 
    98 --- scripts/configure.in.orig   2010-03-08 07:33:07.000000000 -0600
    99 +++ scripts/configure.in        2012-09-17 19:33:38.000000000 -0500
    100 @@ -1137,7 +1137,6 @@
     98--- scripts/configure.in.orig   2012-04-20 09:12:44.000000000 -0500
     99+++ scripts/configure.in        2012-09-17 19:52:29.000000000 -0500
     100@@ -1148,7 +1148,6 @@
    101101     AC_DEFINE(WIN32)
    102102     ;;
  • trunk/dports/science/magic/files/patch-scripts-configure.in.diff

    r89137 r97862  
    1 --- scripts/configure.in.orig   2010-03-08 07:33:07.000000000 -0600
    2 +++ scripts/configure.in        2012-01-19 15:47:55.000000000 -0600
     1--- scripts/configure.in.orig   2012-04-20 09:12:44.000000000 -0500
     2+++ scripts/configure.in        2012-09-17 16:43:07.000000000 -0500
    33@@ -23,6 +23,7 @@
    44 dnl Checks for programs.
     
    1717 modules=""
    1818 unused=""
    19 @@ -1279,7 +1279,7 @@
     19@@ -1290,7 +1290,7 @@
    2020       SHDLIB_EXT=".dylib"
    2121       LDDL_FLAGS="-dynamiclib -flat_namespace -undefined suppress -noprebind"
     
    2626 
    2727     *cygwin*)
    28 @@ -1518,9 +1518,6 @@
     28@@ -1529,9 +1529,6 @@
    2929    DEPEND_FLAG="-MM"
    3030 fi
     
    3636 dnl Substitute all variables
    3737 
    38 @@ -1572,7 +1569,7 @@
     38@@ -1583,7 +1580,7 @@
    3939 echo "Configuration Summary (principle requirements):"
    4040 echo
     
    4545    echo "yes"
    4646 else
    47 @@ -1586,7 +1583,7 @@
     47@@ -1597,7 +1594,7 @@
    4848    echo
    4949 fi
     
    5454    echo "yes"
    5555 else
    56 @@ -1603,9 +1600,9 @@
     56@@ -1614,9 +1611,9 @@
    5757 fi
    5858 
     
    6666       echo "Cannot find 'tclsh' executable to check existance of the BLT package"
    6767    else
    68 @@ -1628,10 +1625,10 @@
     68@@ -1639,10 +1636,10 @@
    6969    fi
    7070 else
Note: See TracChangeset for help on using the changeset viewer.