View | Details | Raw Unified | Return to bug 204388 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	raspberrypi-userland
4
PORTNAME=	raspberrypi-userland
5
PORTVERSION=	20150501
5
PORTVERSION=	20151105
6
CATEGORIES=	misc
6
CATEGORIES=	misc
7
7
8
MAINTAINER=	mikael.urankar@gmail.com
8
MAINTAINER=	mikael.urankar@gmail.com
Lines 17-23 Link Here
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	gonzoua
18
GH_ACCOUNT=	gonzoua
19
GH_PROJECT=	userland
19
GH_PROJECT=	userland
20
GH_TAGNAME=	11ffc75
20
GH_TAGNAME=	fcbf8a3
21
21
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gonzoua-userland-20150501-11ffc75_GH0.tar.gz) = de9ddfdfc6b707be3ff8f6bd96d754dcee7c6cb69b4027f4cb796a2b379ca07b
1
SHA256 (gonzoua-userland-20151105-fcbf8a3_GH0.tar.gz) = b7d89c56e7a6eb4b3f176b18ef96b3fa0391d31b9bb533dee9febddaebe58dc5
2
SIZE (gonzoua-userland-20150501-11ffc75_GH0.tar.gz) = 32934756
2
SIZE (gonzoua-userland-20151105-fcbf8a3_GH0.tar.gz) = 32966319
(-)pkg-plist (+5 lines)
Lines 12-21 Link Here
12
bin/mmal_vc_diag
12
bin/mmal_vc_diag
13
bin/raspistill
13
bin/raspistill
14
bin/raspivid
14
bin/raspivid
15
bin/raspividyuv
15
bin/raspiyuv
16
bin/raspiyuv
16
bin/tvservice
17
bin/tvservice
17
bin/vcgencmd
18
bin/vcgencmd
18
bin/vchiq_test
19
bin/vchiq_test
20
bin/vcmailbox
19
bin/vcsmem
21
bin/vcsmem
20
include/EGL/egl.h
22
include/EGL/egl.h
21
include/EGL/eglext.h
23
include/EGL/eglext.h
Lines 52-57 Link Here
52
include/interface/mmal/core/mmal_clock_private.h
54
include/interface/mmal/core/mmal_clock_private.h
53
include/interface/mmal/core/mmal_component_private.h
55
include/interface/mmal/core/mmal_component_private.h
54
include/interface/mmal/core/mmal_core_private.h
56
include/interface/mmal/core/mmal_core_private.h
57
include/interface/mmal/core/mmal_events_private.h
55
include/interface/mmal/core/mmal_port_private.h
58
include/interface/mmal/core/mmal_port_private.h
56
include/interface/mmal/mmal.h
59
include/interface/mmal/mmal.h
57
include/interface/mmal/mmal_buffer.h
60
include/interface/mmal/mmal_buffer.h
Lines 284-289 Link Here
284
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft.c
287
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft.c
285
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft_2d.c
288
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft_2d.c
286
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft_2d_bitmap.h
289
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft_2d_bitmap.h
290
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_4096k.hex
287
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_1024k.hex
291
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_1024k.hex
288
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_128k.hex
292
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_128k.hex
289
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_16k.hex
293
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_16k.hex
Lines 303-308 Link Here
303
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/mailbox.h
307
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/mailbox.h
304
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/makefile
308
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/makefile
305
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft.qinc
309
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft.qinc
310
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_4096k.qasm
306
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_1024k.qasm
311
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_1024k.qasm
307
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_128k.qasm
312
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_128k.qasm
308
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_16k.qasm
313
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_16k.qasm

Return to bug 204388