Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 19:34:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565445 - head/www/larbin
Message-ID:  <202102161934.11GJYrHJ061033@repo.freebsd.org>

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



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