svn commit: r565849 - head/graphics/jpgtn

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 01:17:14 UTC 2021


Author: linimon
Date: Thu Feb 18 01:17:10 2021
New Revision: 565849
URL: https://svnweb.freebsd.org/changeset/ports/565849

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

Modified:
  head/graphics/jpgtn/Makefile

Modified: head/graphics/jpgtn/Makefile
==============================================================================
--- head/graphics/jpgtn/Makefile	Thu Feb 18 01:14:55 2021	(r565848)
+++ head/graphics/jpgtn/Makefile	Thu Feb 18 01:17:10 2021	(r565849)
@@ -10,6 +10,9 @@ MASTER_SITES=	SUNSITE/apps/graphics/misc
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Creates thumbnails of JPEG images
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: background
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: background
+
 USES=		jpeg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libjpeg=${LOCALBASE}


More information about the svn-ports-all mailing list