Changeset 98016


Ignore:
Timestamp:
Sep 22, 2012, 8:23:37 AM (12 years ago)
Author:
ryandesign@…
Message:

magic: update to 7.5.223 which includes an upstream fix designed to address #36251; disable modular because it's off by default and the developer says it doesn't offer any advantages; remove a part of the configure patch that has been accepted and incorporated upstream

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

Legend:

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

    r97864 r98016  
    66
    77name                magic
    8 version             7.5.221
    9 revision            1
     8version             7.5.223
    109set major           [lindex [split ${version} .] 0]
    1110categories          science
     
    3130depends_lib         port:tcl port:tk port:blt port:mesa
    3231
    33 checksums           rmd160  9b2c8cdc223c1275bf1005c3c57ba78267145ba9 \
    34                     sha256  7f028ba6e2ed35861d4b3256c5b0f87491901283769257432943be4372fcb42b
     32checksums           rmd160  1e11d5bdef69f866c57c8f739c4ca5420f3779da \
     33                    sha256  72e5609c61620161fcc3574a8a76684dde5fed1cbebe4cc54261429f05f5bce3
    3534
    3635patchfiles          patch-scripts-configure.in.diff \
     
    4746compiler.blacklist  clang
    4847
    49 configure.args      --enable-modular
    50 
    5148use_parallel_build  no
    5249
     
    5451    # The build and install don't notice when essential files don't get built,
    5552    # so we must exit for it when it fails. #32934
    56     foreach f {ext2sim/exttosim.dylib ext2spice/exttospice.dylib magic/tclmagic.dylib} {
     53    foreach f {magic/tclmagic.dylib} {
    5754        if {![file exists ${worksrcpath}/${f}]} {
    5855            return -code error "${f} did not get built"
  • trunk/dports/science/magic/files/patch-scripts-configure.in.diff

    r97864 r98016  
    99 AC_PROG_INSTALL
    1010 AC_PROG_RANLIB
    11 @@ -39,7 +40,7 @@
    12  dnl stage will not execute correctly on the ".in" files in the scmos
    13  dnl directory.
    14  
    15 -if test "$CPP" = "gcc -E" ; then
    16 +if test "$CPP" = "$CC -E" ; then
    17     CPP="$CPP -x c"
    18  fi
    19  
    2011@@ -251,7 +252,6 @@
    2112 LD_RUN_PATH=""
Note: See TracChangeset for help on using the changeset viewer.