svn commit: r458408 - in head/games: tome4 trigger-rally valyriatear vamos vegastrike voxelands

Kirill Ponomarev krion at FreeBSD.org
Mon Jan 8 13:21:12 UTC 2018


Author: krion
Date: Mon Jan  8 13:21:10 2018
New Revision: 458408
URL: https://svnweb.freebsd.org/changeset/ports/458408

Log:
  Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
  if /usr/bin/ld is lld, until the issue can be addressed.
  
  PR:		214864
  Approved by:	portmgr (LLD_UNSAFE blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/games/tome4/Makefile
  head/games/trigger-rally/Makefile
  head/games/valyriatear/Makefile
  head/games/vamos/Makefile
  head/games/vegastrike/Makefile
  head/games/voxelands/Makefile

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Mon Jan  8 12:55:59 2018	(r458407)
+++ head/games/tome4/Makefile	Mon Jan  8 13:21:10 2018	(r458408)
@@ -31,6 +31,7 @@ USE_SDL=	image2 sdl2 ttf2
 USE_GL=		gl glu
 USE_CSTD=	gnu89
 SUB_FILES=	tome4
+LLD_UNSAFE=	yes
 
 .include <bsd.port.pre.mk>
 

Modified: head/games/trigger-rally/Makefile
==============================================================================
--- head/games/trigger-rally/Makefile	Mon Jan  8 12:55:59 2018	(r458407)
+++ head/games/trigger-rally/Makefile	Mon Jan  8 13:21:10 2018	(r458408)
@@ -26,6 +26,7 @@ USE_SDL=	sdl2 image2
 USE_GL=		glu gl glew
 MAKEFILE=	GNUmakefile
 ALL_TARGET=	build
+LLD_UNSAFE=	yes
 
 WORKINGSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 DATADIR=	${PREFIX}/share/games/trigger-rally

Modified: head/games/valyriatear/Makefile
==============================================================================
--- head/games/valyriatear/Makefile	Mon Jan  8 12:55:59 2018	(r458407)
+++ head/games/valyriatear/Makefile	Mon Jan  8 13:21:10 2018	(r458408)
@@ -29,6 +29,7 @@ USE_SDL=	sdl image ttf
 USE_GL=		gl glu
 USE_XORG=	x11 xext sm ice
 INSTALLS_ICONS=	yes
+LLD_UNSAFE=	yes
 
 PORTDOCS=	*
 PORTDATA=	*

Modified: head/games/vamos/Makefile
==============================================================================
--- head/games/vamos/Makefile	Mon Jan  8 12:55:59 2018	(r458407)
+++ head/games/vamos/Makefile	Mon Jan  8 13:21:10 2018	(r458408)
@@ -27,6 +27,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	ac_cv_lib_freeglut_glutGetModifiers=no \
 		--disable-unit-tests
 USE_LDCONFIG=	yes
+LLD_UNSAFE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib

Modified: head/games/vegastrike/Makefile
==============================================================================
--- head/games/vegastrike/Makefile	Mon Jan  8 12:55:59 2018	(r458407)
+++ head/games/vegastrike/Makefile	Mon Jan  8 13:21:10 2018	(r458408)
@@ -30,6 +30,7 @@ USE_XORG=	sm ice xi x11 xext xrender xinerama xi xrand
 USE_GNOME=	gtk20
 DOS2UNIX_GLOB=	*.cpp *.h
 EXTRACT_AFTER_ARGS=	--exclude boost
+LLD_UNSAFE=	yes
 
 # cegui and ffmpeg are not used yet
 CONFIGURE_ARGS=	--disable-cegui --disable-ffmpeg \

Modified: head/games/voxelands/Makefile
==============================================================================
--- head/games/voxelands/Makefile	Mon Jan  8 12:55:59 2018	(r458407)
+++ head/games/voxelands/Makefile	Mon Jan  8 13:21:10 2018	(r458408)
@@ -18,6 +18,7 @@ LIB_DEPENDS=		libIrrlicht.so:x11-toolkits/irrlicht \
 BROKEN_powerpc64=	fails to link: sibling call optimization does not allow automatic multiple TOCs
 
 USES=			cmake tar:bzip2
+LLD_UNSAFE=		yes
 
 WRKSRC=			${WRKDIR}/${PORTNAME}
 


More information about the svn-ports-all mailing list