Ticket #49788: p7zip.diff
File p7zip.diff, 1.1 KB (added by Richard.92.Heilmann@…, 9 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name p7zip 6 version 9.38.1 7 revision 1 6 version 15.09 8 7 categories archivers 9 8 # contains unrar code which has a restrictive license 10 9 license LGPL-2.1+ Restrictive/Distributable … … 23 22 use_bzip2 yes 24 23 distfiles ${distname}_src_all${extract.suffix} 25 24 26 checksums rmd160 df76939ed67f3835fe4f8e92f2fec1ab4e4328c6\27 sha256 fd5019109c9a1bf34ad3257d37a6853eae8151ff50345f0a3ffba7d8c5fdb99525 checksums rmd160 f9ca03529644f43893f1f1b7ef6d864549e53022 \ 26 sha256 8783acf747e210e00150f7311cc06c4cd8ecf7b0c27b4adf2194284cc49b4d6f 28 27 29 28 variant universal {} 30 29 … … 37 36 } 38 37 39 38 configure { 40 copy -force ${worksrcpath}/makefile.macosx_ 32bits ${worksrcpath}/makefile.machine39 copy -force ${worksrcpath}/makefile.macosx_llvm_64bits ${worksrcpath}/makefile.machine 41 40 reinplace "s|^CXX=c++|CXX=${configure.cxx}|g" \ 42 41 ${worksrcpath}/makefile.machine 43 42 reinplace "s|^CC=cc|CC=${configure.cc}|g" \