FreeBSD Bugzilla – Attachment 135888 Details for
Bug 180949
[PATCH] Add some documentation to bsd.options.mk knobs.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
doc
doc (text/plain), 1.49 KB, created by
Mathieu Arnold
on 2013-07-30 18:10:00 UTC
(
hide
)
Description:
doc
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2013-07-30 18:10:00 UTC
Size:
1.49 KB
patch
obsolete
> >Index: Mk/bsd.options.mk >=================================================================== >--- Mk/bsd.options.mk (revision 323975) >+++ Mk/bsd.options.mk (working copy) >@@ -68,6 +68,35 @@ > # > # WITH - Set options from the command line > # WITHOUT - Unset options from the command line >+# >+# >+# The following knobs are there to simplfy the handling of OPTIONS in simple >+# cases : >+# >+# OPTIONS_SUB When defined it will add to PLIST_SUB: >+# Option enabled ${opt}="" >+# Option disabled ${opt}="@comment " >+# >+# ${opt}_CONFIGURE_ON When option is enabled, it will add its content to >+# the CONFIGURE_ARGS. >+# ${opt}_CONFIGURE_OFF When option is disabled, it will add its content to >+# the CONFIGURE_ARGS. >+# ${opt}_CONFIGURE_ENABLE Will add to CONFIGURE_ARGS: >+# Option enabled --enable-${content} >+# Option disabled --disable-${content} >+# >+# ${opt}_CMAKE_ON When option is enabled, it will add its content to >+# the CMAKE_ARGS. >+# ${opt}_CMAKE_OFF When option is disabled, it will add its content to >+# the CMAKE_ARGS. >+# >+# For each of CFLAGS CXXFLAGS LDFLAGS CONFIGURE_ENV MAKE_ENV USES DISTFILES, >+# defining ${opt}_${variable} will add it to the actual variable when the >+# option is enabled. >+# >+# For each of the depends target PKG EXTRACT PATCH FETCH BUILD LIB RUN, >+# defining ${opt}_${deptype}_DEPENDS will add it to the actual dependency when >+# the option is enabled. > > ## > # Set all the options available for the ports, beginning with the
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 Raw
Actions:
View
Attachments on
bug 180949
: 135888