Date: Thu, 18 Feb 2021 01:35:51 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565851 - in head/graphics: stamp tumble Message-ID: <202102180135.11I1Zpfw086205@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180135.11I1Zpfw086205>