index
:
freebsd/ports.git
2014Q1
2014Q2
2014Q3
2014Q4
2015Q1
2015Q2
2015Q3
2015Q4
2016Q1
2016Q2
2016Q3
2016Q4
2017Q1
2017Q2
2017Q3
2017Q4
2018Q1
2018Q2
2018Q3
2018Q4
2019Q1
2019Q2
2019Q3
2019Q4
2020Q1
2020Q2
2020Q3
2020Q4
2021Q1
2021Q2
2021Q3
2021Q4
2022Q1
2022Q2
2022Q3
2022Q4
2023Q1
2023Q2
2023Q3
2023Q4
2024Q1
2024Q2
2024Q3
2024Q4
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mk
/
bsd.options.mk
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce target option helpers.
Mathieu Arnold
2015-07-01
1
-0
/
+17
*
Add SUB_LIST and SUB_FILES to the helper flags. (and sort the flags)
Mathieu Arnold
2015-06-01
1
-9
/
+9
*
Mk/bsd.options.mk: Add OPTIONS_EXCLUDE_${OPSYS}
John Marino
2015-03-26
1
-1
/
+3
*
Add a ${opt}_USE_OFF option helper
Antoine Brodin
2015-01-22
1
-0
/
+8
*
Allow the use of opt_ENABLE= foo=/bar to work like opt_WITH.
Mathieu Arnold
2014-12-29
1
-1
/
+1
*
Spelling
Baptiste Daroussin
2014-09-22
1
-1
/
+1
*
Add an option helper for PLIST_SUB
Antoine Brodin
2014-08-21
1
-2
/
+2
*
Add INFO macro to the helpers
Baptiste Daroussin
2014-07-21
1
-2
/
+2
*
- strip optional WITH parameter from argument if OPTION is set to off
Olli Hauer
2014-06-21
1
-1
/
+1
*
Switch back to default tabspace: 8
Baptiste Daroussin
2014-06-18
1
-62
/
+59
*
Support LIBS like LDFLAGS.
Tijl Coosemans
2014-06-11
1
-6
/
+6
*
Convert all :U to :tu and :L to :tl
Baptiste Daroussin
2014-05-05
1
-1
/
+1
*
- Rename check-orphans to check-plist. Keep the old for backwards-compat.
Bryan Drewery
2014-04-19
1
-0
/
+10
*
Make option DEBUG work like WITH_DEBUG
Baptiste Daroussin
2014-03-28
1
-0
/
+4
*
Have OPTIONS_SUB also fill in SUB_LIST.
Mathieu Arnold
2014-03-25
1
-0
/
+8
*
Correctly sort the DEPENDS targets.
Mathieu Arnold
2014-03-03
1
-2
/
+2
*
Add CONFLICT{,_BUILD,_INSTALL} to the options helpers.
Mathieu Arnold
2014-03-03
1
-14
/
+19
*
Don't output warnings about WITH_DEBUG being on.
Mathieu Arnold
2014-03-03
1
-1
/
+2
*
Add %%NO_OPT1%% to PLIST_SUB that is enabled when %%OPT1%% is not.
Mathieu Arnold
2014-02-27
1
-2
/
+2
*
Really tell our users that using WITH_/WITHOUT_ to set/unset options is
Mathieu Arnold
2014-02-24
1
-0
/
+26
*
Use OPTIONS helpers from excluded options too
Antoine Brodin
2014-02-15
1
-1
/
+1
*
Add two new options helpers:
Mathieu Arnold
2014-01-27
1
-1
/
+17
*
fmake doesn't like previous commit (which breaks index) [1]
Baptiste Daroussin
2013-12-15
1
-14
/
+0
*
Do not set again WITHOUT_NLS in old backward compatibility if NLS is in OPTIO...
Baptiste Daroussin
2013-12-15
1
-1
/
+1
*
Stop defining WITHOUT_NLS it not used anymore in the ports tree
Baptiste Daroussin
2013-12-13
1
-4
/
+0
*
Add support for ${opt}_QMAKE_ON/${opt}_QMAKE_OFF
Max Brazhnikov
2013-11-22
1
-12
/
+15
*
Allow multiple value in ${opt}_USE= FOO=bar,baz.
Mathieu Arnold
2013-11-12
1
-1
/
+3
*
- Remove gratuitous whitespaces
Alex Kozlov
2013-10-30
1
-12
/
+7
*
Allow multiple values for configure ENABLE and WITH options helpers
William Grzybowski
2013-10-27
1
-4
/
+12
*
- Fix OPTIONS_SUB not including OPTIONS_SLAVE options in PLIST_SUB
Bryan Drewery
2013-10-04
1
-1
/
+1
*
- Add option helper opt_USE= FOO=bar -> USE_FOO=bar
Bryan Drewery
2013-10-04
1
-0
/
+9
*
- Add more helpers: ALL_TARGET, INSTALL_TARGET and CATEGORIES
Sunpoet Po-Chuan Hsieh
2013-10-04
1
-10
/
+7
*
- Add support for PATCHFILES and PATCH_SITES
Bryan Drewery
2013-10-04
1
-5
/
+4
*
- Support {opt}_EXTRA_PATCHES
Bryan Drewery
2013-10-03
1
-0
/
+6
*
- Add more OPTIONS helpers: MAKE_ARGS, PLIST_FILES, PLIST_DIRS and PLIST_DIRSTRY
Sunpoet Po-Chuan Hsieh
2013-10-01
1
-5
/
+6
*
If ${opt}_CPPFLAGS is defined, its value will be appended to CPPFLAGS
Christian Weisgerber
2013-09-24
1
-4
/
+4
*
Document the new bsd.options.mk knobs.
Mathieu Arnold
2013-08-01
1
-0
/
+32
*
Add new ${OPT}_CONFIGURE_WITH option help
Baptiste Daroussin
2013-07-29
1
-0
/
+6
*
- Document the use of ${OPTIONS_NAME}_(UN)SET(_FORCE).
Tijl Coosemans
2013-07-25
1
-5
/
+23
*
Replace OPTIONSFILE by OPTIONS_FILE which is a more robust variable with unicity
Baptiste Daroussin
2013-06-26
1
-0
/
+27
*
Add a forgotten helper:
Baptiste Daroussin
2013-06-14
1
-0
/
+6
*
New macros to help dealing with ports that have options:
Baptiste Daroussin
2013-06-14
1
-1
/
+43
*
- Reallign documentation for a tab width of 4.
Tijl Coosemans
2013-06-14
1
-29
/
+55
*
Sort PORT_OPTIONS only once and remove some undefines.
Tijl Coosemans
2013-06-14
1
-17
/
+6
*
Let config-conditional take options configured in make.conf into account.
Tijl Coosemans
2013-06-14
1
-8
/
+15
*
Yet more factorisation
Baptiste Daroussin
2013-06-10
1
-11
/
+4
*
Factorise code
Baptiste Daroussin
2013-06-10
1
-30
/
+10
*
Append per arch defaults directly to OPTIONS_DEFAULT. Duplicates
Tijl Coosemans
2013-06-10
1
-5
/
+1
*
Exclude options directly from OPTIONS_DEFINE and set ALL_OPTIONS
Tijl Coosemans
2013-06-10
1
-21
/
+6
*
This should not have been in either
Baptiste Daroussin
2013-06-10
1
-27
/
+0
[prev]
[next]