Changeset 98309


Ignore:
Timestamp:
Oct 2, 2012, 7:54:44 PM (12 years ago)
Author:
ryandesign@…
Message:

magic: update to 7.5.227; now compiles with clang

Location:
trunk/dports/science/magic
Files:
1 added
1 edited

Legend:

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

    r98149 r98309  
    66
    77name                magic
    8 version             7.5.225
     8conflicts           magic-devel
     9version             7.5.227
    910set major           [lindex [split ${version} .] 0]
    1011categories          science
     
    3031depends_lib         port:tcl port:tk port:blt port:mesa
    3132
    32 checksums           rmd160  2b18e32af8f7af232183eed4fb60894c90592de7 \
    33                     sha256  a08a52697fed5b55701a66de14c8957ee4a8c667ee11fc3d581769aec6e03ddb
     33checksums           rmd160  c39d9c902e6bb68db84d91c8edbcd47c2f91667d \
     34                    sha256  14d645b58786b3235928f1469c6220ac55d1be40875e8257d2064264c860136b
    3435
    3536patchfiles          patch-scripts-configure.in.diff
     37
     38# http://opencircuitdesign.com/pipermail/magic-dev/2012/000606.html
     39patchfiles-append   patch-tcltk-magic.sh.in.diff
    3640
    3741universal_variant   no
     
    4145use_autoreconf      yes
    4246autoreconf.dir      ${worksrcpath}/scripts
    43 
    44 # error: non-void function should return a value [-Wreturn-type]
    45 # http://opencircuitdesign.com/pipermail/magic-dev/2012/000596.html
    46 compiler.blacklist  clang
    4747
    4848use_parallel_build  no
Note: See TracChangeset for help on using the changeset viewer.