1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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

This commit is contained in:
Mark Linimon 2021-02-18 01:35:50 +00:00
parent a071b969ba
commit 35be1648bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565851
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 \