svn commit: r408052 - branches/2016Q1/misc/raspberrypi-userland

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 4 16:37:39 UTC 2016


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 at 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
- at dir include/interface/vchiq_arm/CMakeFiles/vchiq_arm.dir
- at dir include/interface/vchiq_arm/CMakeFiles/vchiq_test.dir
- at dir include/interface/vcos/CMakeFiles
 @dir include/interface/vcos/glibc
- at dir include/interface/vcos/pthreads/CMakeFiles/vcos.dir/__/generic
- at dir include/interface/vcos/pthreads/CMakeFiles/vcos.dir/__/glibc
- at dir include/interface/vcos/pthreads/generic/CMakeFiles
- at dir include/interface/vmcs_host/CMakeFiles/vchostif.dir/linux
- at dir include/interface/vmcs_host/CMakeFiles/vcilcs.dir
- at dir include/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled.dir
- at dir include/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_check.dir
- at dir include/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir
 @dir include/interface/vmcs_host/linux/vcfiled/etc/init.d


More information about the svn-ports-branches mailing list