Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 07:54:02 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d380df54b8f9 - main - multimedia/motion: Mark BROKEN
Message-ID:  <202308180754.37I7s2rs084370@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d380df54b8f9f744460ca01b3f329ce0b94a426b

commit d380df54b8f9f744460ca01b3f329ce0b94a426b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 07:45:55 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 07:53:32 +0000

    multimedia/motion: Mark BROKEN
    
    Fails to compile with lots of:
    error: undefined symbol: WebP*
---
 multimedia/motion/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile
index 46ce0bb157dd..1e3a5251006b 100644
--- a/multimedia/motion/Makefile
+++ b/multimedia/motion/Makefile
@@ -14,6 +14,8 @@ WWW=		https://motion-project.github.io/
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
+BROKEN=	fails to compile: undefined symbol: WebP*
+
 # Dependencies
 LIB_DEPENDS=	libwebp.so:graphics/webp \
 		libmicrohttpd.so:www/libmicrohttpd


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308180754.37I7s2rs084370>