Sun Jan 18 21:41:36 2015 UTC ()
install vcos_attr.h header, bump pkg revision


(jmcneill)
diff -r1.6 -r1.7 pkgsrc/misc/raspberrypi-userland/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/misc/raspberrypi-userland/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/misc/raspberrypi-userland/buildlink3.mk
diff -r1.3 -r1.4 pkgsrc/misc/raspberrypi-userland/distinfo
diff -r0 -r1.1 pkgsrc/misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt

cvs diff -r1.6 -r1.7 pkgsrc/misc/raspberrypi-userland/Makefile (expand / switch to context diff)
--- pkgsrc/misc/raspberrypi-userland/Makefile 2014/03/31 08:49:42 1.6
+++ pkgsrc/misc/raspberrypi-userland/Makefile 2015/01/18 21:41:36 1.7
@@ -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/
 

cvs diff -r1.1.1.1 -r1.2 pkgsrc/misc/raspberrypi-userland/PLIST (expand / switch to context diff)
--- pkgsrc/misc/raspberrypi-userland/PLIST 2013/04/01 21:02:02 1.1.1.1
+++ pkgsrc/misc/raspberrypi-userland/PLIST 2015/01/18 21:41:36 1.2
@@ -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

cvs diff -r1.1.1.1 -r1.2 pkgsrc/misc/raspberrypi-userland/buildlink3.mk (expand / switch to context diff)
--- pkgsrc/misc/raspberrypi-userland/buildlink3.mk 2013/04/01 21:02:02 1.1.1.1
+++ pkgsrc/misc/raspberrypi-userland/buildlink3.mk 2015/01/18 21:41:36 1.2
@@ -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
 

cvs diff -r1.3 -r1.4 pkgsrc/misc/raspberrypi-userland/distinfo (expand / switch to context diff)
--- pkgsrc/misc/raspberrypi-userland/distinfo 2014/03/31 08:49:42 1.3
+++ pkgsrc/misc/raspberrypi-userland/distinfo 2015/01/18 21:41:36 1.4
@@ -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

File Added: pkgsrc/misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt
$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