View | Details | Raw Unified | Return to bug 272307 | Differences between
and this patch

Collapse All | Expand All

(-)b/games/naev/Makefile (+2 lines)
Lines 13-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
13
13
14
BROKEN_FreeBSD_13=	ld: error: duplicate symbol: nglActiveTexture
14
BROKEN_FreeBSD_13=	ld: error: duplicate symbol: nglActiveTexture
15
BROKEN_FreeBSD_14=	ld: error: duplicate symbol: nglActiveTexture
15
BROKEN_FreeBSD_14=	ld: error: duplicate symbol: nglActiveTexture
16
DEPRECATED=	Outdated unsupported version by upstream in tree and broken for several months
17
EXPIRATION_DATE=2023-09-30
16
18
17
LIB_DEPENDS=	libpng.so:graphics/png \
19
LIB_DEPENDS=	libpng.so:graphics/png \
18
		libfreetype.so:print/freetype2 \
20
		libfreetype.so:print/freetype2 \
(-)b/graphics/blender-lts29/Makefile (+4 lines)
Lines 15-20 WWW= https://www.blender.org/ Link Here
15
LICENSE=	GPLv3+
15
LICENSE=	GPLv3+
16
LICENSE_FILE=	${WRKSRC}/doc/license/GPL3-license.txt
16
LICENSE_FILE=	${WRKSRC}/doc/license/GPL3-license.txt
17
17
18
BROKEN=		Fails to compile, ld: error: unable to find library -lOpenImageIO_Util
19
DEPRECATED=	Deprecated upstream
20
EXPIRATION_DATE=2023-09-30
21
18
NOT_FOR_ARCHS=	i386
22
NOT_FOR_ARCHS=	i386
19
NOT_FOR_ARCHS_REASON=	uses 64bit atomic functions
23
NOT_FOR_ARCHS_REASON=	uses 64bit atomic functions
20
24

Return to bug 272307