Ticket #24843: Portfile.diff

File Portfile.diff, 1.4 KB (added by mww@…, 14 years ago)
  • Portfile

    old new  
    44PortSystem      1.0
    55
    66name            spin
    7 version         5.2.2
     7version         5.2.5
    88set version_no_dot [join [split ${version} .] ""]
    99distname        ${name}${version_no_dot}
    1010categories      devel
     
    1919
    2020homepage        http://spinroot.com
    2121master_sites    http://spinroot.com/spin/Src/
    22 checksums       md5     71704ff4af9738eca68bcab7cd62d72f \
    23                 sha1    049fe676b079cbe9e278099544fbb055c92e3927 \
    24                 rmd160  4a37d647fd1dfe782a5e552d363822528a3c55c6
     22checksums           md5     03345f9713e7b4f82d2d8ec319802b9c \
     23                    sha1    274649628c0c8ae3414b863c27a1b8d98a8e9921 \
     24                    rmd160  8d01f8dd0da8c8013fbb8c6d6e9a8c40b8c5f33f
    2525depends_lib     port:tk port:tcl
    2626patchfiles      patch-makefile.diff \
    2727                patch-xspin.diff
     
    3030use_parallel_build no
    3131
    3232set xspin_dir   Xspin5.2
    33 set xspin_name  xspin521.tcl
     33set xspin_name  xspin525.tcl
    3434
    3535pre-patch   {
    3636    file rename ${worksrcpath}/../${xspin_dir}/${xspin_name} ${worksrcpath}/../${xspin_dir}/xspin
     
    4141}
    4242
    4343build.target    ""
    44 build.args      CC="${configure.cc} -DNXT"
     44build.args      CC="${configure.cc} -DNXT" CFLAGS="${configure.cflags} -ansi -D_POSIX_SOURCE -Wno-format-security"
    4545
    4646destroot    {
    4747    xinstall -m 0444 ${worksrcpath}/../Man/${name}.1 \