Date: Thu, 4 Feb 2016 16:37:37 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408052 - branches/2016Q1/misc/raspberrypi-userland Message-ID: <201602041637.u14GbbO7040734@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Feb 4 16:37:37 2016 New Revision: 408052 URL: https://svnweb.freebsd.org/changeset/ports/408052 Log: MFH: r408041 - Switch to cmake outsource build to not install unneeded directories Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q1/misc/raspberrypi-userland/Makefile branches/2016Q1/misc/raspberrypi-userland/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/misc/raspberrypi-userland/Makefile ============================================================================== --- branches/2016Q1/misc/raspberrypi-userland/Makefile Thu Feb 4 16:25:37 2016 (r408051) +++ branches/2016Q1/misc/raspberrypi-userland/Makefile Thu Feb 4 16:37:37 2016 (r408052) @@ -3,7 +3,7 @@ PORTNAME= raspberrypi-userland PORTVERSION= 20151105 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= mikael.urankar@gmail.com @@ -22,7 +22,7 @@ GH_TAGNAME= fcbf8a3 USE_LDCONFIG= yes -USES= cmake +USES= cmake:outsource CMAKE_ARGS+= -DVMCS_INSTALL_PREFIX=${PREFIX} \ -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake Modified: branches/2016Q1/misc/raspberrypi-userland/pkg-plist ============================================================================== --- branches/2016Q1/misc/raspberrypi-userland/pkg-plist Thu Feb 4 16:25:37 2016 (r408051) +++ branches/2016Q1/misc/raspberrypi-userland/pkg-plist Thu Feb 4 16:37:37 2016 (r408052) @@ -388,16 +388,5 @@ sbin/vcfiled %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/vgfont/vgft.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/rebuild.sh share/install/vcfiled -@dir include/interface/vchiq_arm/CMakeFiles/vchiq_arm.dir -@dir include/interface/vchiq_arm/CMakeFiles/vchiq_test.dir -@dir include/interface/vcos/CMakeFiles @dir include/interface/vcos/glibc -@dir include/interface/vcos/pthreads/CMakeFiles/vcos.dir/__/generic -@dir include/interface/vcos/pthreads/CMakeFiles/vcos.dir/__/glibc -@dir include/interface/vcos/pthreads/generic/CMakeFiles -@dir include/interface/vmcs_host/CMakeFiles/vchostif.dir/linux -@dir include/interface/vmcs_host/CMakeFiles/vcilcs.dir -@dir include/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled.dir -@dir include/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_check.dir -@dir include/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir @dir include/interface/vmcs_host/linux/vcfiled/etc/init.d
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602041637.u14GbbO7040734>