pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53745: pkgsrc/misc/raspberrypi-userland fails with PKG_DEVELOPER=yes
The following reply was made to PR pkg/53745; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/53745: pkgsrc/misc/raspberrypi-userland fails with PKG_DEVELOPER=yes
Date: Sat, 1 Dec 2018 21:36:51 +0900
As suggested the following patch solves the warnings:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/misc/raspberrypi-userland/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile 30 Jul 2017 22:32:19 -0000 1.12
+++ Makefile 1 Dec 2018 11:48:52 -0000
@@ -22,6 +22,7 @@ USE_LANGUAGES= c c++
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_MESSAGE.vc= Fixing hard-coded inst
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"
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index