Commits

Ryan Schmidt authored 0be0d6e0f17
graphviz, graphviz-devel: Remove Darwin check

It is understood that anything including the xcode portgroup requires macOS.
No tags

graphics/graphviz/Portfile

Modified
301 301 categories-append aqua
302 302
303 303 description OS X 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 310 pre-fetch {
311 - if {${os.platform} ne "darwin"} {
312 - ui_error "${subport} requires OS X."
313 - return -code error "incompatible operating system"
314 - }
315 311 if {${os.major} < 9} {
316 312 ui_error "${subport} requires OS X 10.5 or greater. Try graphviz-oldgui instead."
317 313 return -code error "incompatible OS X version"
318 314 }
319 315 }
320 316
321 317 extract.post_args-append ${worksrcdir}/macosx ${worksrcdir}/doc
322 318
323 319 patchfiles patch-project.pbxproj.diff
324 320

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

Add shortcut