Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 13:03:44 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480019 - head/misc/raspberrypi-userland
Message-ID:  <201809181303.w8ID3iNG014373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Tue Sep 18 13:03:44 2018
New Revision: 480019
URL: https://svnweb.freebsd.org/changeset/ports/480019

Log:
  misc/raspberrypi-userland: Unbreak on armv7
  
  Set LLD_UNSAFE as it's needed to link.
  While here pet portlint.
  
  Tested-On: RPI2
  
  Approved by:	mikael.urankar@gmail.com (maintainer), bapt (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17203

Modified:
  head/misc/raspberrypi-userland/Makefile

Modified: head/misc/raspberrypi-userland/Makefile
==============================================================================
--- head/misc/raspberrypi-userland/Makefile	Tue Sep 18 13:02:39 2018	(r480018)
+++ head/misc/raspberrypi-userland/Makefile	Tue Sep 18 13:03:44 2018	(r480019)
@@ -14,14 +14,13 @@ ONLY_FOR_ARCHS=	armv6 armv7
 
 CONFLICTS_INSTALL=	libglesv2 libEGL
 
+USES=		cmake:outsource pkgconfig shebangfix
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	gonzoua
 GH_PROJECT=	userland
 GH_TAGNAME=	e143b48
 
-USE_LDCONFIG=	yes
-
-USES=		cmake:outsource pkgconfig shebangfix
 CMAKE_ARGS+=	-DVMCS_INSTALL_PREFIX=${PREFIX} \
 		-DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake
 SHEBANG_FILES=	host_applications/linux/apps/dtoverlay/dtoverlay-post \
@@ -32,6 +31,10 @@ EXAMPLES_DESC=	Install test applications source code (
 EXAMPLES_LIB_DEPENDS=	libfreetype.so:print/freetype2
 
 DEBUG_CFLAGS_OFF=	-DNDEBUG
+
+USE_LDCONFIG=	yes
+
+LLD_UNSAFE=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|/opt/vc|${PREFIX}|g" \



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