From owner-svn-ports-all@freebsd.org Thu Mar 17 20:16:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2683AD4995; Thu, 17 Mar 2016 20:16:26 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85AC3CC4; Thu, 17 Mar 2016 20:16:26 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2HKGPel044707; Thu, 17 Mar 2016 20:16:25 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2HKGPmN044705; Thu, 17 Mar 2016 20:16:25 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603172016.u2HKGPmN044705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 17 Mar 2016 20:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411305 - head/misc/raspberrypi-userland X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 20:16:26 -0000 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