pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/raspberrypi-userland install vcos_attr.h header, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cac71b4d7af2
branches:  trunk
changeset: 644883:cac71b4d7af2
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sun Jan 18 21:41:36 2015 +0000

description:
install vcos_attr.h header, bump pkg revision

diffstat:

 misc/raspberrypi-userland/Makefile                                    |   3 +-
 misc/raspberrypi-userland/PLIST                                       |   3 +-
 misc/raspberrypi-userland/buildlink3.mk                               |   4 +-
 misc/raspberrypi-userland/distinfo                                    |   3 +-
 misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt |  12 ++++++++++
 5 files changed, 20 insertions(+), 5 deletions(-)

diffs (75 lines):

diff -r e849c8ed85f6 -r cac71b4d7af2 misc/raspberrypi-userland/Makefile
--- a/misc/raspberrypi-userland/Makefile        Sun Jan 18 21:20:46 2015 +0000
+++ b/misc/raspberrypi-userland/Makefile        Sun Jan 18 21:41:36 2015 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2014/03/31 08:49:42 skrll Exp $
+# $NetBSD: Makefile,v 1.7 2015/01/18 21:41:36 jmcneill Exp $
 #
 
 DISTNAME=      raspberrypi-userland-20140329
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  http://ftp.NetBSD.org/pub/NetBSD/misc/skrll/rpi/
 
diff -r e849c8ed85f6 -r cac71b4d7af2 misc/raspberrypi-userland/PLIST
--- a/misc/raspberrypi-userland/PLIST   Sun Jan 18 21:20:46 2015 +0000
+++ b/misc/raspberrypi-userland/PLIST   Sun Jan 18 21:41:36 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2013/04/01 21:02:02 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/01/18 21:41:36 jmcneill Exp $
 bin/tvservice
 bin/vcgencmd
 bin/vchiq_test
@@ -68,6 +68,7 @@
 include/interface/vcos/vcos.h
 include/interface/vcos/vcos_assert.h
 include/interface/vcos/vcos_atomic_flags.h
+include/interface/vcos/vcos_attr.h
 include/interface/vcos/vcos_blockpool.h
 include/interface/vcos/vcos_build_info.h
 include/interface/vcos/vcos_cfg.h
diff -r e849c8ed85f6 -r cac71b4d7af2 misc/raspberrypi-userland/buildlink3.mk
--- a/misc/raspberrypi-userland/buildlink3.mk   Sun Jan 18 21:20:46 2015 +0000
+++ b/misc/raspberrypi-userland/buildlink3.mk   Sun Jan 18 21:41:36 2015 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2013/04/01 21:02:02 jmcneill Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2015/01/18 21:41:36 jmcneill Exp $
 
 BUILDLINK_TREE+=       raspberrypi-userland
 
 .if !defined(RASPBERRYPI_USERLAND_BUILDLINK3_MK)
 RASPBERRYPI_USERLAND_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.raspberrypi-userland+=   raspberrypi-userland>=20130128
+BUILDLINK_API_DEPENDS.raspberrypi-userland+=   raspberrypi-userland>=20130128nb1
 BUILDLINK_PKGSRCDIR.raspberrypi-userland?=     ../../misc/raspberrypi-userland
 .endif # RASPBERRYPI_USERLAND_BUILDLINK3_MK
 
diff -r e849c8ed85f6 -r cac71b4d7af2 misc/raspberrypi-userland/distinfo
--- a/misc/raspberrypi-userland/distinfo        Sun Jan 18 21:20:46 2015 +0000
+++ b/misc/raspberrypi-userland/distinfo        Sun Jan 18 21:41:36 2015 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2014/03/31 08:49:42 skrll Exp $
+$NetBSD: distinfo,v 1.4 2015/01/18 21:41:36 jmcneill Exp $
 
 SHA1 (raspberrypi-userland-20140329.tar.gz) = c555cd10773d2017039f9c456092e364a7a9d682
 RMD160 (raspberrypi-userland-20140329.tar.gz) = ba02090e4d1dc0ca027f02635f45f912383d1d2d
 Size (raspberrypi-userland-20140329.tar.gz) = 32387040 bytes
+SHA1 (patch-interface_vcos_CMakeLists.txt) = f96c052af9c1d10f3f386efc1b5d0006559e4e67
 SHA1 (patch-interface_vmcs__host_linux_vcfiled_CMakeLists.txt) = 09eafe7b7d2a9743b7b5d6beca43026204ea451d
diff -r e849c8ed85f6 -r cac71b4d7af2 misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt     Sun Jan 18 21:41:36 2015 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-interface_vcos_CMakeLists.txt,v 1.1 2015/01/18 21:41:36 jmcneill Exp $
+
+--- interface/vcos/CMakeLists.txt.orig 2013-01-27 21:57:20.000000000 +0000
++++ interface/vcos/CMakeLists.txt
+@@ -6,6 +6,7 @@ include (${VIDEOCORE_ROOT}/makefiles/cma
+ set (HEADERS
+    vcos_assert.h
+    vcos_atomic_flags.h
++   vcos_attr.h
+    vcos_blockpool.h
+    vcos_cmd.h
+    vcos_dlfcn.h



Home | Main Index | Thread Index | Old Index