summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2015-01-18 21:41:36 +0000
committerjmcneill <jmcneill@pkgsrc.org>2015-01-18 21:41:36 +0000
commit79c5ebe9ca82b953869a44f79e757907e5e6856c (patch)
tree67fc19df99b9dde8912c41197196391ccb52bac1 /misc
parentd664ccba3ccc4843e75eb07ae24c8294113ce8b5 (diff)
downloadpkgsrc-79c5ebe9ca82b953869a44f79e757907e5e6856c.tar.gz
install vcos_attr.h header, bump pkg revision
Diffstat (limited to 'misc')
-rw-r--r--misc/raspberrypi-userland/Makefile3
-rw-r--r--misc/raspberrypi-userland/PLIST3
-rw-r--r--misc/raspberrypi-userland/buildlink3.mk4
-rw-r--r--misc/raspberrypi-userland/distinfo3
-rw-r--r--misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt12
5 files changed, 20 insertions, 5 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile
index a7c7c86ebf7..a2ac668b482 100644
--- a/misc/raspberrypi-userland/Makefile
+++ b/misc/raspberrypi-userland/Makefile
@@ -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 --git a/misc/raspberrypi-userland/PLIST b/misc/raspberrypi-userland/PLIST
index cb86e6bdf6a..bdba8253bbe 100644
--- a/misc/raspberrypi-userland/PLIST
+++ b/misc/raspberrypi-userland/PLIST
@@ -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/user_nodefs.h
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 --git a/misc/raspberrypi-userland/buildlink3.mk b/misc/raspberrypi-userland/buildlink3.mk
index 89335b3b760..a0b0850a436 100644
--- a/misc/raspberrypi-userland/buildlink3.mk
+++ b/misc/raspberrypi-userland/buildlink3.mk
@@ -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 --git a/misc/raspberrypi-userland/distinfo b/misc/raspberrypi-userland/distinfo
index 9b107de59f7..85eca265edd 100644
--- a/misc/raspberrypi-userland/distinfo
+++ b/misc/raspberrypi-userland/distinfo
@@ -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 --git a/misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt b/misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt
new file mode 100644
index 00000000000..46831a5dd1e
--- /dev/null
+++ b/misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt
@@ -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