Date: Thu, 17 Mar 2016 20:16:25 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411305 - head/misc/raspberrypi-userland Message-ID: <201603172016.u2HKGPmN044705@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Mar 17 20:16:25 2016 New Revision: 411305 URL: https://svnweb.freebsd.org/changeset/ports/411305 Log: misc/raspberrypi-userland: Update to 20160306 This update also adds a DEBUG option. PR: 207790, 207097, 207102 Modified: head/misc/raspberrypi-userland/Makefile head/misc/raspberrypi-userland/distinfo Modified: head/misc/raspberrypi-userland/Makefile ============================================================================== --- head/misc/raspberrypi-userland/Makefile Thu Mar 17 19:56:32 2016 (r411304) +++ head/misc/raspberrypi-userland/Makefile Thu Mar 17 20:16:25 2016 (r411305) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= raspberrypi-userland -PORTVERSION= 20151105 -PORTREVISION= 2 +PORTVERSION= 20160306 CATEGORIES= misc MAINTAINER= mikael.urankar@gmail.com @@ -18,7 +17,7 @@ CONFLICTS_INSTALL= libglesv2 libEGL USE_GITHUB= yes GH_ACCOUNT= gonzoua GH_PROJECT= userland -GH_TAGNAME= fcbf8a3 +GH_TAGNAME= c702cd3 USE_LDCONFIG= yes @@ -26,11 +25,13 @@ USES= cmake:outsource CMAKE_ARGS+= -DVMCS_INSTALL_PREFIX=${PREFIX} \ -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= EXAMPLES DEBUG OPTIONS_DEFAULT= EXAMPLES EXAMPLES_DESC= Install test applications source code (hello_pi) EXAMPLES_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +DEBUG_CFLAGS_OFF= -DNDEBUG + post-patch: @${REINPLACE_CMD} -e "s|/opt/vc|${PREFIX}|g" \ ${WRKSRC}/makefiles/cmake/vmcs.cmake \ Modified: head/misc/raspberrypi-userland/distinfo ============================================================================== --- head/misc/raspberrypi-userland/distinfo Thu Mar 17 19:56:32 2016 (r411304) +++ head/misc/raspberrypi-userland/distinfo Thu Mar 17 20:16:25 2016 (r411305) @@ -1,2 +1,2 @@ -SHA256 (gonzoua-userland-20151105-fcbf8a3_GH0.tar.gz) = b7d89c56e7a6eb4b3f176b18ef96b3fa0391d31b9bb533dee9febddaebe58dc5 -SIZE (gonzoua-userland-20151105-fcbf8a3_GH0.tar.gz) = 32966319 +SHA256 (gonzoua-userland-20160306-c702cd3_GH0.tar.gz) = 2b0864427414742778c7df81e177053ca15df508e79cdd6b4629f8f89cb90a34 +SIZE (gonzoua-userland-20160306-c702cd3_GH0.tar.gz) = 32888794
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603172016.u2HKGPmN044705>