Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2021 01:11:36 +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: r559902 - head/graphics/ogre3d19
Message-ID:  <202101020111.1021BaZB066141@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Jan  2 01:11:35 2021
New Revision: 559902
URL: https://svnweb.freebsd.org/changeset/ports/559902

Log:
  Mark BROKEN on riscv64 the same way as on aarch64.
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/ogre3d19/Makefile

Modified: head/graphics/ogre3d19/Makefile
==============================================================================
--- head/graphics/ogre3d19/Makefile	Sat Jan  2 00:47:22 2021	(r559901)
+++ head/graphics/ogre3d19/Makefile	Sat Jan  2 01:11:35 2021	(r559902)
@@ -15,14 +15,18 @@ COMMENT=	Scene-oriented, flexible 3D engine written in
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=		does not compile: OgreMain/include/OgreStringConverter.h:126:23: class member cannot be redeclared
+BROKEN_powerpc=		does not install
+BROKEN_riscv64=		does not compile: OgreMain/include/OgreStringConverter.h:126:23: class member cannot be redeclared
+
 LIB_DEPENDS=	libzzip.so:devel/zziplib \
 		libfreetype.so:print/freetype2 \
 		libfreeimage.so:graphics/freeimage
 
 CONFLICTS=	ogre3d-[0-9]*
 
-USE_LDCONFIG=	yes
 USES=		tar:bzip2 cmake pkgconfig compiler:c++11-lib sdl xorg
+USE_LDCONFIG=	yes
 USE_SDL=	sdl
 USE_XORG=	xaw xrandr
 WRKSRC=		${WRKDIR}/sinbad-ogre-dd30349ea667
@@ -32,9 +36,6 @@ OPTIONS_SUB=	yes
 
 BOOST_BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 BOOST_RUN_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
-
-BROKEN_aarch64=		does not compile: error: class member cannot be redeclared
-BROKEN_powerpc=		does not install
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|include(FindPkgMacros)|return()|g' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101020111.1021BaZB066141>