svn commit: r565851 - in head/graphics: stamp tumble

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 01:35:51 UTC 2021


Author: linimon
Date: Thu Feb 18 01:35:50 2021
New Revision: 565851
URL: https://svnweb.freebsd.org/changeset/ports/565851

Log:
  Mark BROKEN in 13/14 (via latest llvm update).

Modified:
  head/graphics/stamp/Makefile
  head/graphics/tumble/Makefile

Modified: head/graphics/stamp/Makefile
==============================================================================
--- head/graphics/stamp/Makefile	Thu Feb 18 01:28:36 2021	(r565850)
+++ head/graphics/stamp/Makefile	Thu Feb 18 01:35:50 2021	(r565851)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Adds a graphical, configurable timestamp to a grayscale image
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: DefaultNetbuf
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: DefaultNetbuf
+
 USES=		jpeg
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/tumble/Makefile
==============================================================================
--- head/graphics/tumble/Makefile	Thu Feb 18 01:28:36 2021	(r565850)
+++ head/graphics/tumble/Makefile	Thu Feb 18 01:35:50 2021	(r565851)
@@ -12,7 +12,9 @@ COMMENT=	Creates a PDF file from image files
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NOT_FOR_ARCHS=	powerpc sparc64
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: blank_handler
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: blank_handler
+NOT_FOR_ARCHS=		powerpc sparc64
 NOT_FOR_ARCHS_REASON=	Only works on little endian systems
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff \


More information about the svn-ports-all mailing list