index
:
ports
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
2025Q1
main
FreeBSD ports tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the meaning of NO_WRKSUBDIR to force a WRKDIR != WRKSRC.
Mathieu Arnold
2015-11-05
5
-13
/
+23
*
Fix a bug introduced in r399992, where creating only a user would fail
Brad Davis
2015-10-29
1
-6
/
+6
*
Mk/bsd.sites.mk: Remove non-PEP449 Python mirrors [Part III]
Kubilay Kocak
2015-10-24
1
-3
/
+5
*
Teach the ports framework to handle creating users/groups when
Brad Davis
2015-10-22
1
-8
/
+22
*
- Add shebangfix documentation bits
Dmitry Marakasov
2015-10-22
1
-2
/
+10
*
Revert r399921 for now due to fallout with libclc using ninja.
Bryan Drewery
2015-10-21
1
-3
/
+0
*
Enable verbose (compiler output) builds for autotools builds when package
Bryan Drewery
2015-10-21
1
-0
/
+3
*
PLIST_SUB entries need paths relative to PREFIX.
Mathieu Arnold
2015-10-21
1
-1
/
+1
*
Rework change in r399791 for default perl to not execute it on 'make clean'
Bryan Drewery
2015-10-20
1
-2
/
+2
*
Roll all of the commands into a loop and use the same patterns for every lang.
Bryan Drewery
2015-10-20
1
-31
/
+15
*
Avoid redundantly looking up python command executions for dependency calcula...
Bryan Drewery
2015-10-19
2
-3
/
+17
*
Avoid redundantly looking up perl version when looking up dependencies or in ...
Bryan Drewery
2015-10-19
3
-2
/
+10
*
- Combine clean-depends-list.sh into depends-list.sh
Bryan Drewery
2015-10-19
3
-77
/
+45
*
The command environment from r399703 is only needed if recursing.
Bryan Drewery
2015-10-19
1
-3
/
+6
*
Fix test-depends after r399703.
Bryan Drewery
2015-10-19
1
-0
/
+1
*
When listing dependencies, export the common command execution results.
Bryan Drewery
2015-10-19
1
-0
/
+2
*
Add some work-in-progress scripts for splitting symbols out into PREFIX/lib/d...
Bryan Drewery
2015-10-19
2
-2
/
+50
*
Switch strip test to using readelf(1) instead of file(1) to identify symbols.
Bryan Drewery
2015-10-19
1
-8
/
+6
*
Make OpenJDK 1.8 the default
Steve Wills
2015-10-19
1
-2
/
+2
*
Improve shebangfix framework
Dmitry Marakasov
2015-10-19
1
-14
/
+31
*
Drop 8 support.
Mathieu Arnold
2015-10-15
2
-20
/
+0
*
Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched
Baptiste Daroussin
2015-10-15
66
-405
/
+405
*
Temporary readd ${PORTSDIR} to perl5 deps as somewhow they are triggering
Baptiste Daroussin
2015-10-14
1
-4
/
+4
*
Drop the necessity to add ${PORTSDIR} to dependency line
Baptiste Daroussin
2015-10-14
66
-415
/
+415
*
Xorg-server update to 1.17.2 with related driver updates and bumps.
Koop Mast
2015-10-13
1
-2
/
+2
*
Follow-up r399170 with a script, ports_env.sh, that can be used for the purpose.
Bryan Drewery
2015-10-13
2
-3
/
+16
*
Add a function to export vars that bsd.port.mk generates from fork/exec.
Bryan Drewery
2015-10-12
1
-0
/
+51
*
Don't check for minimal Pkg version for package building.
Bryan Drewery
2015-10-12
1
-1
/
+1
*
Name the 'uname -r' variable the same as the bsd.port.subdir.mk version, _OSR...
Bryan Drewery
2015-10-12
1
-6
/
+6
*
Apply export handling fixes from bsd.port.mk.
Bryan Drewery
2015-10-12
1
-14
/
+18
*
Export more sysctl(8) vars.
Bryan Drewery
2015-10-12
1
-1
/
+7
*
Remove debugging leftover from r399160.
Bryan Drewery
2015-10-12
1
-1
/
+0
*
Export HAVE_COMPAT_IA32_KERN to sub-makes and ensure it is not exported if em...
Bryan Drewery
2015-10-12
1
-1
/
+3
*
Move the exported variable assignments to where they are looked-up.
Bryan Drewery
2015-10-12
1
-1
/
+6
*
Spell 'OSREL' properly from r399155.
Bryan Drewery
2015-10-12
1
-1
/
+1
*
Don't check for minimal pkg version in sub-makes.
Bryan Drewery
2015-10-12
1
-2
/
+3
*
Pass result of 'uname -r' to sub-makes to avoid unneeded lookup.
Bryan Drewery
2015-10-12
1
-2
/
+4
*
Use a loop to export vars.
Bryan Drewery
2015-10-12
1
-5
/
+6
*
Re-apply r398953 with protection for 'make *config*'.
Bryan Drewery
2015-10-12
1
-1
/
+1
*
Replace escaping for exported vars with :Q feature.
Bryan Drewery
2015-10-12
1
-4
/
+4
*
Remove SYSTEMVERSION exporting, not needed since r99913.
Bryan Drewery
2015-10-12
1
-2
/
+1
*
Use -r flag for read command, this fixes handling of paths containing
Dmitry Marakasov
2015-10-12
1
-1
/
+1
*
Adding CPAL-1.0, https://opensource.org/licenses/CPAL-1.0
Kurt Jaeger
2015-10-11
1
-1
/
+4
*
Add PLIST_DIRSTRY deprecation to sanity check (forgot to add it before)
Baptiste Daroussin
2015-10-10
1
-1
/
+2
*
Avoid a useless call to dirname
Baptiste Daroussin
2015-10-10
1
-1
/
+1
*
Remove another unused variable
Baptiste Daroussin
2015-10-10
1
-1
/
+0
*
Remove unused variable
Baptiste Daroussin
2015-10-10
1
-1
/
+0
*
Check if the port directory is aboslute otherwise prepend ${PORTSDIR} in FETC...
Baptiste Daroussin
2015-10-10
1
-0
/
+4
*
Revert r398953 per bdrewery demand it breaks make config
Baptiste Daroussin
2015-10-10
1
-1
/
+1
*
Use USESDIR macro
Baptiste Daroussin
2015-10-10
1
-1
/
+1
[next]