svn commit: r458388 - in head/games: dhewm3 endless-sky freeminer glest

Kirill Ponomarev krion at FreeBSD.org
Sun Jan 7 22:34:18 UTC 2018


Author: krion
Date: Sun Jan  7 22:34:17 2018
New Revision: 458388
URL: https://svnweb.freebsd.org/changeset/ports/458388

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/dhewm3/Makefile
  head/games/endless-sky/Makefile
  head/games/freeminer/Makefile
  head/games/glest/Makefile

Modified: head/games/dhewm3/Makefile
==============================================================================
--- head/games/dhewm3/Makefile	Sun Jan  7 22:30:45 2018	(r458387)
+++ head/games/dhewm3/Makefile	Sun Jan  7 22:34:17 2018	(r458388)
@@ -20,6 +20,7 @@ GH_ACCOUNT=	dhewm
 
 USES=		cmake jpeg openal:al
 USE_SDL=	sdl2
+LLD_UNSAFE=	yes
 
 WRKSRC_SUBDIR=	neo
 

Modified: head/games/endless-sky/Makefile
==============================================================================
--- head/games/endless-sky/Makefile	Sun Jan  7 22:30:45 2018	(r458387)
+++ head/games/endless-sky/Makefile	Sun Jan  7 22:34:17 2018	(r458388)
@@ -22,6 +22,7 @@ USE_GITHUB=	yes
 USES=		compiler:c++11-lib jpeg localbase:ldflags openal scons
 USE_SDL=	sdl2
 USE_GL=		gl glew
+LLD_UNSAFE=	yes
 INSTALLS_ICONS=	yes
 
 PORTDATA=	*

Modified: head/games/freeminer/Makefile
==============================================================================
--- head/games/freeminer/Makefile	Sun Jan  7 22:30:45 2018	(r458387)
+++ head/games/freeminer/Makefile	Sun Jan  7 22:34:17 2018	(r458388)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
 USE_GITHUB=	yes
 
 USES=		compiler:c++11-lib cmake
+LLD_UNSAFE=	yes
 CMAKE_ARGS=	-DCUSTOM_MANDIR="${PREFIX}/man" \
 		-DCUSTOM_EXAMPLE_CONF_DIR="${PREFIX}/etc" \
 		-DRUN_IN_PLACE=0

Modified: head/games/glest/Makefile
==============================================================================
--- head/games/glest/Makefile	Sun Jan  7 22:30:45 2018	(r458387)
+++ head/games/glest/Makefile	Sun Jan  7 22:34:17 2018	(r458388)
@@ -21,6 +21,7 @@ USES=		autoreconf:build dos2unix localbase lua:51 open
 		pkgconfig zip
 USE_SDL=	yes
 USE_GL=		yes
+LLD_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	mk/linux/configure
 SUB_FILES=		glest-wrapper pkg-message


More information about the svn-ports-head mailing list