FreeBSD Bugzilla – Attachment 176854 Details for
Bug 214388
[patch] devel/cmake: enable option for bundled libs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add option PORTLIBS to Makefile and make LIB_DEPENDS depend on that
cmake.patch (text/plain), 959 bytes, created by
Robert Schulze
on 2016-11-10 12:13:06 UTC
(
hide
)
Description:
Add option PORTLIBS to Makefile and make LIB_DEPENDS depend on that
Filename:
MIME Type:
Creator:
Robert Schulze
Created:
2016-11-10 12:13:06 UTC
Size:
959 bytes
patch
obsolete
>diff -Naur devel/cmake.orig/Makefile devel/cmake/Makefile >--- devel/cmake.orig/Makefile 2016-11-10 12:54:18.213258000 +0100 >+++ devel/cmake/Makefile 2016-11-10 12:57:56.928767000 +0100 >@@ -18,18 +18,20 @@ > CONFIGURE_ARGS= --prefix=${PREFIX} \ > --datadir="/${DATADIR_REL}" \ > --docdir="/${DOCSDIR_REL}" \ >- --system-libs \ > --parallel=${MAKE_JOBS_NUMBER} \ > --init="${PATCHDIR}/InitialCache.cmake" > > .if !defined(CMAKE_MODULES) >-OPTIONS_DEFINE= DOCS MANPAGES >-OPTIONS_DEFAULT=MANPAGES >+OPTIONS_DEFINE= DOCS MANPAGES PORTLIBS >+OPTIONS_DEFAULT=MANPAGES PORTLIBS > OPTIONS_SUB= yes > USES+= execinfo libarchive ncurses > HAS_CONFIGURE= yes > >-LIB_DEPENDS= libcurl.so:ftp/curl \ >+PORTLIBS_DESC= use curl/expat/jsonpp from ports >+PORTLIBS_CONFIGURE_ON= --system-libs >+ >+PORTLIBS_LIB_DEPENDS= libcurl.so:ftp/curl \ > libexpat.so:textproc/expat2 \ > libjsoncpp.so:devel/jsoncpp > RUN_DEPENDS= ${LOCALBASE}/share/cmake/Modules/CMake.cmake:devel/cmake-modules
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214388
: 176854