Commits

Ryan Schmidt authored 6804b17829f
graphviz, graphviz-gui: Use known_fail yes
No tags

graphics/graphviz/Portfile

Modified
293 293
294 294 subport graphviz-gui${thisbranch} {
295 295 PortGroup xcode 1.0
296 296
297 297 revision 1
298 298
299 299 conflicts graphviz-gui${otherbranch} graphviz-oldgui
300 300
301 301 categories-append aqua
302 302
303 - description OS X Aqua GUI for viewing and exporting \
303 + description macOS Aqua GUI for viewing and exporting \
304 304 Graphviz graphs
305 305
306 306 long_description ${description}.
307 307
308 308 depends_lib port:graphviz${thisbranch}
309 309
310 - pre-fetch {
311 - if {${os.major} < 9} {
312 - ui_error "${subport} requires OS X 10.5 or greater. Try graphviz-oldgui instead."
313 - return -code error "incompatible OS X version"
310 + if {${os.major} < 9} {
311 + known_fail yes
312 + pre-fetch {
313 + ui_error "${subport} requires Mac OS X 10.5 or greater. Try graphviz-oldgui instead."
314 + return -code error "incompatible Mac OS X version"
314 315 }
315 316 }
316 317
317 318 extract.post_args-append ${worksrcdir}/macosx ${worksrcdir}/doc
318 319
319 320 patchfiles patch-project.pbxproj.diff
320 321
321 322 # this port does not build with the new xcode build system at present
322 323 if {[vercmp ${xcodeversion} 10.0] >= 0} {
323 324 # Xcode10 will not build against an IBDocument.SystemTarget of 10.5

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

Add shortcut