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 \ |