Date: Thu, 11 Oct 2018 09:14:12 +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: r481796 - head/misc/raspberrypi-userland Message-ID: <201810110914.w9B9ECa9055322@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Thu Oct 11 09:14:11 2018 New Revision: 481796 URL: https://svnweb.freebsd.org/changeset/ports/481796 Log: misc/raspberry-userland: Order USE* section Reported by: mat Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17225 Modified: head/misc/raspberrypi-userland/Makefile Modified: head/misc/raspberrypi-userland/Makefile ============================================================================== --- head/misc/raspberrypi-userland/Makefile Thu Oct 11 09:12:46 2018 (r481795) +++ head/misc/raspberrypi-userland/Makefile Thu Oct 11 09:14:11 2018 (r481796) @@ -16,6 +16,8 @@ CONFLICTS_INSTALL= libglesv2 libEGL USES= cmake:outsource pkgconfig shebangfix +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= gonzoua GH_PROJECT= userland @@ -31,8 +33,6 @@ EXAMPLES_DESC= Install test applications source code ( EXAMPLES_LIB_DEPENDS= libfreetype.so:print/freetype2 DEBUG_CFLAGS_OFF= -DNDEBUG - -USE_LDCONFIG= yes LLD_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810110914.w9B9ECa9055322>