Ticket #47790: Portfile.diff

File Portfile.diff, 1.8 KB (added by janstary (Jan Starý), 9 years ago)

update pstree to 2.39

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                pstree
    6 version             2.36
     6version             2.39
    77categories          sysutils
    88maintainers         mww
    99license             GPL-2
    long_description ${description} 
    1414homepage            http://freecode.com/projects/pstree/
    1515master_sites        ftp://ftp.thp.uni-duisburg.de/pub/source/ \
    1616                    http://fresh.t-systems-sfr.com/unix/src/misc/
    17 checksums           rmd160  b98c5ce530cd4193a883a0c09e080da595595cd5 \
    18                     sha256  9d05d28432a12fe8744b895e10b4a39008bba4fc3787b3595da3cf599b75a4ef
    19 
    20 installs_libs       no
    21 
    22 # http://llvm.org/pr10514
    23 # <rdar://problem/10015171>
    24 if {${configure.compiler} == "clang"} {
    25     configure.cflags-delete -O2
    26     configure.cflags-append -O1
    27 }
     17checksums           rmd160 74bd6cd2fa22e0bde2f3e4936c1b6ed4d767b6df \
     18                    sha256 7c9bc3b43ee6f93a9bc054eeff1e79d30a01cac13df810e2953e3fc24ad8479f
    2819
    2920variant universal   {}
    3021
    3122pre-extract {
    32     file mkdir ${worksrcpath}
    33     xinstall -m 755 ${filespath}/configure ${worksrcpath}
     23    xinstall -m 755 ${filespath}/Makefile ${worksrcpath}
    3424}
    35 extract.dir    ${worksrcpath}
     25extract.mkdir       yes
     26use_configure       no
    3627
    37 destroot {
    38     xinstall -s ${worksrcpath}/pstree ${destroot}${prefix}/bin
    39     set docdir ${prefix}/share/doc/${name}-${version}
    40     xinstall -d ${destroot}${docdir}
    41     xinstall -m 0644 ${worksrcpath}/README \
    42         ${destroot}${docdir}
    43 }
     28destroot.args       BINDIR=${destroot}${prefix}/bin \
     29                    MANDIR=${destroot}${prefix}/share/man/man1
    4430
    4531livecheck.type      regex
    4632livecheck.url       ftp://ftp.thp.uni-duisburg.de/pub/source/