diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-04 23:13:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-04 23:13:32 +0800 |
commit | c1bf041805516d995934c873f8c9667fb8017d64 (patch) | |
tree | 93b09ed37f713ce4d7cb1999de58cea11bb78d5d | |
parent | fc51d9005452fbcd93ec91f57bb3ef26ae4a4208 (diff) | |
download | freebsd-ports-gnome-c1bf041805516d995934c873f8c9667fb8017d64.tar.gz freebsd-ports-gnome-c1bf041805516d995934c873f8c9667fb8017d64.tar.zst freebsd-ports-gnome-c1bf041805516d995934c873f8c9667fb8017d64.zip |
- Switch to cmake outsource build to not install unneeded directories
Approved by: portmgr blanket
MFH: 2016Q1 (blanket)
-rw-r--r-- | misc/raspberrypi-userland/Makefile | 4 | ||||
-rw-r--r-- | misc/raspberrypi-userland/pkg-plist | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index 514f1444cd16..aca8932d99b2 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -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 diff --git a/misc/raspberrypi-userland/pkg-plist b/misc/raspberrypi-userland/pkg-plist index 1a813aaf66a9..95e2834e218f 100644 --- a/misc/raspberrypi-userland/pkg-plist +++ b/misc/raspberrypi-userland/pkg-plist @@ -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 |