FreeBSD Bugzilla – Attachment 151104 Details for
Bug 196374
devel/cmake: OPTIONS menu shows up every time (pre.mk before OPTIONS)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Makefile to fix. apply in devel/cmake directory.
cmake.patch (text/plain), 792 bytes, created by
Tomoaki AOKI
on 2014-12-30 08:18:59 UTC
(
hide
)
Description:
Patch for Makefile to fix. apply in devel/cmake directory.
Filename:
MIME Type:
Creator:
Tomoaki AOKI
Created:
2014-12-30 08:18:59 UTC
Size:
792 bytes
patch
obsolete
>--- Makefile.orig 2014-12-30 09:47:55.371191000 +0900 >+++ Makefile 2014-12-30 15:08:07.619101320 +0900 >@@ -23,12 +23,6 @@ > --parallel=${MAKE_JOBS_NUMBER} \ > --init="${PATCHDIR}/InitialCache.cmake" > >-.include <bsd.port.pre.mk> >- >-.if defined(STRIP) && ${STRIP} != "" && !defined(WITH_DEBUG) >-INSTALL_TARGET= install/strip >-.endif >- > .if !defined(CMAKE_MODULES) > OPTIONS_DEFINE= DOCS > OPTIONS_SUB= yes >@@ -40,6 +34,12 @@ > RUN_DEPENDS= ${LOCALBASE}/share/cmake/Modules/CMake.cmake:${PORTSDIR}/devel/cmake-modules > .endif > >+.include <bsd.port.pre.mk> >+ >+.if defined(STRIP) && ${STRIP} != "" && !defined(WITH_DEBUG) >+INSTALL_TARGET= install/strip >+.endif >+ > post-patch: > @(${FIND} ${WRKSRC}/Modules -name "*.cmake" -print0; \ > ${FIND} ${WRKSRC}/Tests -name "CMakeLists.txt" -print0 ) | \
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 196374
: 151104