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

Collapse All | Expand All

(-)b/graphics/ogre3d19/Makefile (-11 / +10 lines)
Lines 1-10 Link Here
1
PORTNAME=	ogre3d
1
PORTNAME=	ogre3d
2
PORTVERSION=	1.9.0
2
PORTVERSION=	1.9.0
3
PORTREVISION=	21
3
PORTREVISION=	22
4
CATEGORIES=	graphics devel
4
CATEGORIES=	graphics devel
5
MASTER_SITES=	https://bitbucket.org/sinbad/ogre/get/
6
PKGNAMESUFFIX=	19
5
PKGNAMESUFFIX=	19
7
DISTNAME=	v1-9-0
8
6
9
MAINTAINER=	amdmi3@FreeBSD.org
7
MAINTAINER=	amdmi3@FreeBSD.org
10
COMMENT=	Scene-oriented, flexible 3D engine written in C++ (legacy version 1.9)
8
COMMENT=	Scene-oriented, flexible 3D engine written in C++ (legacy version 1.9)
Lines 13-30 WWW= https://www.ogre3d.org/ Link Here
13
LICENSE=	MIT
11
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
15
13
16
#BROKEN_aarch64=	does not compile: OgreMain/include/OgreStringConverter.h:126:23: class member cannot be redeclared
14
BROKEN_aarch64=	does not compile: OgreMain/include/OgreStringConverter.h:126:23: class member cannot be redeclared
17
#BROKEN_powerpc=	does not install
15
BROKEN_powerpc=	does not install
18
#BROKEN_riscv64=	does not compile: OgreMain/include/OgreStringConverter.h:126:23: class member cannot be redeclared
16
BROKEN_riscv64=	does not compile: OgreMain/include/OgreStringConverter.h:126:23: class member cannot be redeclared
19
BROKEN=		Unfetchable
20
DEPRECATED=	Unfetchable
21
EXPIRATION_DATE=2025-03-31
22
17
23
LIB_DEPENDS=	libfreeimage.so:graphics/freeimage \
18
LIB_DEPENDS=	libfreeimage.so:graphics/freeimage \
24
		libfreetype.so:print/freetype2 \
19
		libfreetype.so:print/freetype2 \
25
		libzzip.so:devel/zziplib
20
		libzzip.so:devel/zziplib
26
21
27
USES=		cmake compiler:c++11-lib gl pkgconfig sdl tar:bzip2 xorg
22
USES=		cmake compiler:c++11-lib gl pkgconfig sdl tar:bzip2 xorg
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	OGRECave
26
GH_PROJECT=	ogre
27
GH_TAGNAME=	v1-9-0
28
28
USE_CXXSTD=	c++14
29
USE_CXXSTD=	c++14
29
USE_GL=		gl glu
30
USE_GL=		gl glu
30
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
Lines 33-40 USE_XORG= ice sm x11 xaw xext xrandr xt Link Here
33
34
34
CONFLICTS=	ogre3d
35
CONFLICTS=	ogre3d
35
36
36
WRKSRC=		${WRKDIR}/sinbad-ogre-dd30349ea667
37
38
OPTIONS_DEFINE=	BOOST DOCS
37
OPTIONS_DEFINE=	BOOST DOCS
39
OPTIONS_SUB=	yes
38
OPTIONS_SUB=	yes
40
39
(-)b/graphics/ogre3d19/distinfo (-3 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (v1-9-0.tar.bz2) = 3072df52b2bed2a1b52e969f140ae9a4373ec931029d3eaa032e7c609a91ef82
1
TIMESTAMP = 1739716001
2
SIZE (v1-9-0.tar.bz2) = 128098305
2
SHA256 (OGRECave-ogre-1.9.0-v1-9-0_GH0.tar.gz) = 27843c1ff520e0c6b2b4ffafc90a435b7a9ef48a4c1347cbfed98b5fed7490ba
3
SIZE (OGRECave-ogre-1.9.0-v1-9-0_GH0.tar.gz) = 131793709
3
- 

Return to bug 283907