misc/raspberrypi-userland: Update to 20160306
This update also adds a DEBUG option. PR: 207790, 207097, 207102
This commit is contained in:
parent
abe09b4d5d
commit
28de6a006a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411305
2 changed files with 7 additions and 6 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue