svn commit: r565446 - branches/2021Q1/www/larbin
Antoine Brodin
antoine at FreeBSD.org
Tue Feb 16 19:35:12 UTC 2021
Author: antoine
Date: Tue Feb 16 19:35:12 2021
New Revision: 565446
URL: https://svnweb.freebsd.org/changeset/ports/565446
Log:
MFH: r565445
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
Modified:
branches/2021Q1/www/larbin/Makefile
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/www/larbin/Makefile
==============================================================================
--- branches/2021Q1/www/larbin/Makefile Tue Feb 16 19:34:53 2021 (r565445)
+++ branches/2021Q1/www/larbin/Makefile Tue Feb 16 19:35:12 2021 (r565446)
@@ -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-branches
mailing list