Commits

Joshua Root authored e789d209e56
nomaintainer ports: use known_fail
No tags

aqua/Cenon/Portfile

Modified
30 30 rmd160 d80da412511f64a21c331bc617f06d53f9000e33 \
31 31 sha256 7c159d9de557f597e757d933ee2b055f04fd2b49371c28853b5285eb2894224c \
32 32 size 10710712 \
33 33 CenonLibrary-${library_version}-1.tar.bz2 \
34 34 rmd160 5d2f9bd2e1c3838c839c324202563ccb44706f10 \
35 35 sha256 b329331a4b5b40d93eeeddd98f6922a53401b6e4f437538cd98392f8828cbb44 \
36 36 size 2131692
37 37
38 38 use_bzip2 yes
39 39
40 -pre-fetch {
41 - platform darwin {
42 - if {${os.major} < 10} {
40 +platform darwin {
41 + if {${os.major} < 10} {
42 + known_fail yes
43 + pre-fetch {
43 44 ui_error "${name} @${version} requires at least macOS 10.6 Snow Leopard"
44 45 return -code error "imcompatible macOS version"
45 46 }
46 47 }
47 48 }
48 49
49 50 # This is a temporary kludge. The new Xcode build system fails to
50 51 # destroot this for reasons that are poorly understood.
51 52 # Remove this when a better fix is known.
52 53 if {[vercmp ${xcodeversion} 10.0] >= 0} {

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

Add shortcut