Ticket #49788: p7zip.diff

File p7zip.diff, 1.1 KB (added by Richard.92.Heilmann@…, 8 years ago)
  • Portfile

    old new  
    33PortSystem      1.0
    44
    55name            p7zip
    6 version         9.38.1
    7 revision        1
     6version         15.09
    87categories      archivers
    98# contains unrar code which has a restrictive license
    109license         LGPL-2.1+ Restrictive/Distributable
     
    2322use_bzip2       yes
    2423distfiles       ${distname}_src_all${extract.suffix}
    2524
    26 checksums       rmd160  df76939ed67f3835fe4f8e92f2fec1ab4e4328c6 \
    27                 sha256  fd5019109c9a1bf34ad3257d37a6853eae8151ff50345f0a3ffba7d8c5fdb995
     25checksums           rmd160  f9ca03529644f43893f1f1b7ef6d864549e53022 \
     26                    sha256  8783acf747e210e00150f7311cc06c4cd8ecf7b0c27b4adf2194284cc49b4d6f
    2827
    2928variant universal {}
    3029
     
    3736}
    3837
    3938configure {
    40     copy -force ${worksrcpath}/makefile.macosx_32bits ${worksrcpath}/makefile.machine
     39    copy -force ${worksrcpath}/makefile.macosx_llvm_64bits ${worksrcpath}/makefile.machine
    4140    reinplace "s|^CXX=c++|CXX=${configure.cxx}|g" \
    4241            ${worksrcpath}/makefile.machine
    4342    reinplace "s|^CC=cc|CC=${configure.cc}|g" \