svn commit: r480019 - head/misc/raspberrypi-userland

Emmanuel Vadot manu at FreeBSD.org
Tue Sep 18 13:03:45 UTC 2018


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 at 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" \


More information about the svn-ports-head mailing list