Commits

Marcus Calhoun-Lopez authored 377d0cc1a16
MailtoMutt: allow build on newer systems

No revbump because port either builds correctly or not at all. See https://trac.macports.org/ticket/57137 Fixes https://trac.macports.org/ticket/58455
No tags

aqua/MailtoMutt/Portfile

Modified
24 24
25 25 # last update was 2004-05-31
26 26 deprecated.upstream_support no
27 27
28 28 if {[vercmp $xcodeversion 4.0] >= 0} {
29 29 post-patch {
30 30 file copy -force ${filespath}/project.pbxproj ${worksrcpath}/${name}.xcode/
31 31 }
32 32 }
33 33
34 +# see https://trac.macports.org/ticket/57137
35 +if {${os.platform} eq "darwin" && ([vercmp $xcodeversion 10.0] > 0)} {
36 + build.pre_args-append -UseModernBuildSystem=NO
37 + destroot.pre_args-append -UseModernBuildSystem=NO
38 +}
39 +
34 40 livecheck.regex mailtomutt-(\[0-9.\]+)${extract.suffix}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut