View | Details | Raw Unified | Return to bug 207790
Collapse All | Expand All

(-)Makefile (-4 / +5 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	raspberrypi-userland
4
PORTNAME=	raspberrypi-userland
5
PORTVERSION=	20151105
5
PORTVERSION=	20160306
6
PORTREVISION=	2
7
CATEGORIES=	misc
6
CATEGORIES=	misc
8
7
9
MAINTAINER=	mikael.urankar@gmail.com
8
MAINTAINER=	mikael.urankar@gmail.com
Lines 18-24 Link Here
18
USE_GITHUB=	yes
17
USE_GITHUB=	yes
19
GH_ACCOUNT=	gonzoua
18
GH_ACCOUNT=	gonzoua
20
GH_PROJECT=	userland
19
GH_PROJECT=	userland
21
GH_TAGNAME=	fcbf8a3
20
GH_TAGNAME=	c702cd3
22
21
23
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
24
23
Lines 26-36 Link Here
26
CMAKE_ARGS+=	-DVMCS_INSTALL_PREFIX=${PREFIX} \
25
CMAKE_ARGS+=	-DVMCS_INSTALL_PREFIX=${PREFIX} \
27
		-DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake
26
		-DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake
28
27
29
OPTIONS_DEFINE=	EXAMPLES
28
OPTIONS_DEFINE=	EXAMPLES DEBUG
30
OPTIONS_DEFAULT=	EXAMPLES
29
OPTIONS_DEFAULT=	EXAMPLES
31
EXAMPLES_DESC=	Install test applications source code (hello_pi)
30
EXAMPLES_DESC=	Install test applications source code (hello_pi)
32
EXAMPLES_LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
31
EXAMPLES_LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
33
32
33
DEBUG_CFLAGS_OFF=	-DNDEBUG
34
34
post-patch:
35
post-patch:
35
	@${REINPLACE_CMD} -e "s|/opt/vc|${PREFIX}|g" \
36
	@${REINPLACE_CMD} -e "s|/opt/vc|${PREFIX}|g" \
36
		${WRKSRC}/makefiles/cmake/vmcs.cmake \
37
		${WRKSRC}/makefiles/cmake/vmcs.cmake \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gonzoua-userland-20151105-fcbf8a3_GH0.tar.gz) = b7d89c56e7a6eb4b3f176b18ef96b3fa0391d31b9bb533dee9febddaebe58dc5
1
SHA256 (gonzoua-userland-20160306-c702cd3_GH0.tar.gz) = 2b0864427414742778c7df81e177053ca15df508e79cdd6b4629f8f89cb90a34
2
SIZE (gonzoua-userland-20151105-fcbf8a3_GH0.tar.gz) = 32966319
2
SIZE (gonzoua-userland-20160306-c702cd3_GH0.tar.gz) = 32888794

Return to bug 207790