Date: Mon, 8 Jan 2018 10:38:20 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458402 - in head/games: ioquake3 irrlamb minetest openomf spacezero supertuxkart Message-ID: <201801081038.w08AcK3E002253@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Mon Jan 8 10:38:20 2018 New Revision: 458402 URL: https://svnweb.freebsd.org/changeset/ports/458402 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/ioquake3/Makefile head/games/irrlamb/Makefile head/games/minetest/Makefile head/games/openomf/Makefile head/games/spacezero/Makefile head/games/supertuxkart/Makefile Modified: head/games/ioquake3/Makefile ============================================================================== --- head/games/ioquake3/Makefile Mon Jan 8 09:29:26 2018 (r458401) +++ head/games/ioquake3/Makefile Mon Jan 8 10:38:20 2018 (r458402) @@ -54,6 +54,7 @@ MAKE_ARGS+= DEFAULT_BASEDIR="${Q3DIR}" \ ALL_TARGET= release LIBDIR= lib/${PORTNAME}${PKGNAMESUFFIX} +LLD_UNSAFE= yes DOCSDIR= share/doc/${PORTNAME}${PKGNAMESUFFIX} BUILDDIR= ${WRKSRC}/build/${ALL_TARGET}-freebsd-${IOQ3ARCH} BINSUFFIX?= Modified: head/games/irrlamb/Makefile ============================================================================== --- head/games/irrlamb/Makefile Mon Jan 8 09:29:26 2018 (r458401) +++ head/games/irrlamb/Makefile Mon Jan 8 10:38:20 2018 (r458402) @@ -24,6 +24,7 @@ USE_GITHUB= yes GH_ACCOUNT= jazztickets USES= cmake compiler:c++11-lib lua:53 openal +LLD_UNSAFE= yes PORTDOCS= * PORTDATA= * Modified: head/games/minetest/Makefile ============================================================================== --- head/games/minetest/Makefile Mon Jan 8 09:29:26 2018 (r458401) +++ head/games/minetest/Makefile Mon Jan 8 10:38:20 2018 (r458402) @@ -18,6 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= minetest USES= cmake iconv:wchar_t +LLD_UNSAFE= yes CMAKE_ARGS= -DCUSTOM_MANDIR="${PREFIX}/man" \ -DCUSTOM_EXAMPLE_CONF_DIR="${PREFIX}/etc" Modified: head/games/openomf/Makefile ============================================================================== --- head/games/openomf/Makefile Mon Jan 8 09:29:26 2018 (r458401) +++ head/games/openomf/Makefile Mon Jan 8 10:38:20 2018 (r458402) @@ -29,6 +29,7 @@ GH_TUPLE= omf2097:libShadowDive:b2c34a6:shadow \ USES= cmake compiler:c++11-lang gettext openal USE_SDL= sdl2 +LLD_UNSAFE= yes DESKTOP_ENTRIES="OpenOMF" "" \ "${PREFIX}/share/openomf/openomf_icon.png " \ Modified: head/games/spacezero/Makefile ============================================================================== --- head/games/spacezero/Makefile Mon Jan 8 09:29:26 2018 (r458401) +++ head/games/spacezero/Makefile Mon Jan 8 10:38:20 2018 (r458402) @@ -17,6 +17,7 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis USES= openal:al,alut pkgconfig USE_GNOME= gtk20 USE_XORG= x11 +LLD_UNSAFE= yes MAKE_ARGS= DATADIR="${DATADIR}" \ INSTALL_DATA_DIR="${DATADIR}" ALL_TARGET= ${PORTNAME} Modified: head/games/supertuxkart/Makefile ============================================================================== --- head/games/supertuxkart/Makefile Mon Jan 8 09:29:26 2018 (r458401) +++ head/games/supertuxkart/Makefile Mon Jan 8 10:38:20 2018 (r458402) @@ -33,6 +33,7 @@ USES= alias cmake compiler:c++11-lib dos2unix gettext USE_GL= gl glu USE_SDL= sdl USE_XORG= x11 xext sm ice +LLD_UNSAFE= yes DOS2UNIX_FILES= lib/irrlicht/source/Irrlicht/Makefile \ lib/irrlicht/source/Irrlicht/COpenGLExtensionHandler.h CMAKE_ARGS= -DUSE_WIIUSE=NO \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801081038.w08AcK3E002253>