pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/raspberrypi-userland raspberrypi-userland: fix bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ec4ba1adbb9
branches:  trunk
changeset: 327260:4ec4ba1adbb9
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Mon Dec 24 01:53:51 2018 +0000

description:
raspberrypi-userland: fix build errors on PKG_DEVELOPER=yes. PR pkg/53745

Bump PKGREVISION for the changed files and dependency change.
Ok'ed by wiz@

diffstat:

 misc/raspberrypi-userland/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r d698fc478b55 -r 4ec4ba1adbb9 misc/raspberrypi-userland/Makefile
--- a/misc/raspberrypi-userland/Makefile        Mon Dec 24 00:10:09 2018 +0000
+++ b/misc/raspberrypi-userland/Makefile        Mon Dec 24 01:53:51 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/07/30 22:32:19 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/12/24 01:53:51 tsutsui Exp $
 #
 
 DISTNAME=      userland-20170109
@@ -22,6 +22,7 @@
 
 USE_CMAKE=     yes
 CMAKE_ARGS+=   -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-netbsdelf.cmake
+USE_TOOLS+=            bash:run
 
 SUBST_CLASSES+=                vc
 SUBST_STAGE.vc=                pre-configure
@@ -29,6 +30,10 @@
 SUBST_FILES.vc=                makefiles/cmake/vmcs.cmake
 SUBST_SED.vc=          -e 's,/opt/vc,${PREFIX},g'
 
+REPLACE_BASH+=         buildme \
+                       host_applications/linux/apps/dtoverlay/dtoverlay-post \
+                       host_applications/linux/apps/dtoverlay/dtoverlay-pre
+
 .include "options.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index