Ticket #68564: enigma.diff
File enigma.diff, 2.5 KB (added by contextnerror, 13 months ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 2 3 3 PortSystem 1.0 4 PortGroup github 1.0 4 5 5 6 name enigma 6 7 subport enigma-devel {} 7 8 8 9 if {${subport} eq "enigma"} { 9 10 conflicts enigma-devel 10 version 1.21 11 revision 6 12 master_sites sourceforge:project/enigma-game/Release%20${version}/ 13 checksums rmd160 7942dd2acc1e21cb40200a9ae767a4673c569a2a \ 14 sha256 d872cf067d8eb560d3bb1cb17245814bc56ac3953ae1f12e2229c8eb6f82ce01 \ 15 size 56409951 11 github.setup Enigma-Game Enigma 1.30 12 github.tarball_from releases 13 distname ${github.project}-${github.version}-src 14 revision 0 15 checksums rmd160 e6ff23ca7859d468175abd821f89a6434f65c396 \ 16 sha256 ae64b91fbc2b10970071d0d78ed5b4ede9ee3868de2e6e9569546fc58437f8af \ 17 size 43653520 16 18 17 19 patchfiles-append patch-remove-SDL-frameworks-stop-static-linking.diff 18 20 19 21 # /opt/local/libexec/llvm-9.0/bin/../include/c++/v1/system_error:434:1: note: candidate function not viable: no known conversion from 'basic_ifstream<char>' to 'const std::__1::error_condition' for 1st argument 20 22 compiler.blacklist-append {macports-clang-[6-9].0} 23 24 github.livecheck.regex {([0-9.]+)} 21 25 22 26 } elseif {${subport} eq "enigma-devel"} { 23 27 conflicts enigma 24 PortGroup github 1.025 28 26 29 github.setup Enigma-Game Enigma 26a0ad7d8918f1e640bafac599976ddf18de23fa 27 30 version 20191107 … … 46 49 } 47 50 48 51 categories games 49 platforms darwin50 52 maintainers nomaintainer 51 53 license GPL-2+ 52 54 homepage https://www.nongnu.org/enigma/ … … 63 65 64 66 # c++17 has a conflicting header 65 67 post-patch { 66 move ${worksrcpath}/intl/VERSION ${worksrcpath}/intl/VERSION.txt 68 move ${worksrcpath}/intl/VERSION ${worksrcpath}/intl/VERSION.txt 67 69 } 68 70 69 71 configure.args-append --with-libintl-prefix=${prefix} … … 98 100 copy ${worksrcpath}/etc/macfiles/Enigma.app \ 99 101 ${destroot}${applications_dir}/ 100 102 } 103