Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 19:35:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r565446 - branches/2021Q1/www/larbin
Message-ID:  <202102161935.11GJZCku061159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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