diff --git a/misc/ola/Makefile b/misc/ola/Makefile index 1e30be6e83ef..b62a7e2b874b 100644 --- a/misc/ola/Makefile +++ b/misc/ola/Makefile @@ -1,42 +1,44 @@ PORTNAME= ola DISTVERSION= 0.10.9 PORTREVISION= 10 CATEGORIES= misc MASTER_SITES= https://github.com/OpenLightingProject/ola/releases/download/${DISTVERSION}/ +PATCH_SITES= https://github.com/OpenLightingProject/${PORTNAME}/commit/ +PATCHFILES+= 321731ce73be4ea79adb2174591ce94695d3e85b.patch:-p1 +PATCHFILES+= 4006f2129f0a6061d59fe5892a2a17c53699a31a.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Open Lighting Architecture: framework for lighting control information WWW= https://www.openlighting.org/ola/ \ https://github.com/OpenLightingProject/ola LICENSE= GPLv2+ -BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/OpenLightingProject/ola/issues/1982 - LIB_DEPENDS= libavahi-common.so:net/avahi-app \ libftdi1.so:devel/libftdi1 \ libmicrohttpd.so:www/libmicrohttpd \ libprotobuf.so:devel/protobuf3 \ libuuid.so:misc/libuuid TEST_DEPENDS= cppunit>0:devel/cppunit USES= bison gmake libtool localbase pkgconfig USE_LDCONFIG= yes LDFLAGS+= -lprotobuf # workaround for https://github.com/OpenLightingProject/ola/issues/1871 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-unittests --disable-examples CONFIGURE_ARGS+= --disable-fatal-warnings # see https://github.com/OpenLightingProject/ola/issues/1962 TEST_TARGET= check INSTALL_TARGET= install-strip TESTING_UNSAFE= 1 test fails, see https://github.com/OpenLightingProject/ola/issues/1872 do-test: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ./configure ${CONFIGURE_ARGS} --enable-unittests && \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${TEST_TARGET} .include diff --git a/misc/ola/distinfo b/misc/ola/distinfo index aa69c855991b..fc71f3769545 100644 --- a/misc/ola/distinfo +++ b/misc/ola/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1688084092 +TIMESTAMP = 1753077837 SHA256 (ola-0.10.9.tar.gz) = 44073698c147fe641507398253c2e52ff8dc7eac8606cbf286c29f37939a4ebf SIZE (ola-0.10.9.tar.gz) = 2578760 +SHA256 (4006f2129f0a6061d59fe5892a2a17c53699a31a.patch) = 4aaa190f2d819aa82cd856c4f428406b3a092b6ed5c2465775006ee1f918d8ff +SIZE (4006f2129f0a6061d59fe5892a2a17c53699a31a.patch) = 1006 +SHA256 (321731ce73be4ea79adb2174591ce94695d3e85b.patch) = 3b19a250de1ed4c0a153c77955ffb54c203412142a97bb879e4cc38ad3a5affd +SIZE (321731ce73be4ea79adb2174591ce94695d3e85b.patch) = 1064