1PORTNAME= libdispatch 2DISTVERSION= 6.1.1 3PORTREVISION= 1 4PORTEPOCH= 1 5CATEGORIES= devel 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Grand Central Dispatch API support library 9 10LICENSE= Apache-2.0 11 12USES= cmake:testing compiler:c++17-lang 13USE_LDCONFIG= yes 14USE_CXXSTD= c++17 15 16TESTING_UNSAFE= upstream dispatch tests fail and timeout on MidnightBSD 17 18USE_GITHUB= yes 19GH_ACCOUNT= swiftlang 20GH_PROJECT= swift-corelibs-libdispatch 21GH_TAGNAME= swift-${DISTVERSION}-RELEASE 22 23.include <bsd.mport.options.mk> 24 25.if (${ARCH} == armv7 || ${ARCH} == i386) 26CFLAGS+= -Wno-incompatible-function-pointer-types 27.endif 28 29.include <bsd.port.mk> 30