pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/raspberrypi-userland
Module Name: pkgsrc
Committed By: tsutsui
Date: Mon Dec 24 01:53:51 UTC 2018
Modified Files:
pkgsrc/misc/raspberrypi-userland: Makefile
Log Message:
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@
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/raspberrypi-userland/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/raspberrypi-userland/Makefile
diff -u pkgsrc/misc/raspberrypi-userland/Makefile:1.12 pkgsrc/misc/raspberrypi-userland/Makefile:1.13
--- pkgsrc/misc/raspberrypi-userland/Makefile:1.12 Sun Jul 30 22:32:19 2017
+++ pkgsrc/misc/raspberrypi-userland/Makefile Mon Dec 24 01:53:51 2018
@@ -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_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"
Home |
Main Index |
Thread Index |
Old Index