svn commit: r565445 - head/www/larbin
Antoine Brodin
antoine at FreeBSD.org
Tue Feb 16 19:34:53 UTC 2021
Author: antoine
Date: Tue Feb 16 19:34:53 2021
New Revision: 565445
URL: https://svnweb.freebsd.org/changeset/ports/565445
Log:
Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: data
>>> defined at event.c
>>> event.o:(data) in archive ../adns/libadns.a
>>> defined at types.c
>>> types.o:(.bss+0x0) in archive ../adns/libadns.a
Reported by: pkg-fallout
MFH: 2021Q1
Modified:
head/www/larbin/Makefile
Modified: head/www/larbin/Makefile
==============================================================================
--- head/www/larbin/Makefile Tue Feb 16 19:32:43 2021 (r565444)
+++ head/www/larbin/Makefile Tue Feb 16 19:34:53 2021 (r565445)
@@ -13,6 +13,9 @@ COMMENT= HTTP crawler with an easy interface
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_FreeBSD_13= ld: error: duplicate symbol: data
+BROKEN_FreeBSD_14= ld: error: duplicate symbol: data
+
BUILD_DEPENDS= bash:shells/bash \
makedepend:devel/makedepend
More information about the svn-ports-all
mailing list