aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Expand)AuthorAgeFilesLines
* Change the meaning of NO_WRKSUBDIR to force a WRKDIR != WRKSRC.Mathieu Arnold2015-11-055-13/+23
* Fix a bug introduced in r399992, where creating only a user would failBrad Davis2015-10-291-6/+6
* Mk/bsd.sites.mk: Remove non-PEP449 Python mirrors [Part III]Kubilay Kocak2015-10-241-3/+5
* Teach the ports framework to handle creating users/groups whenBrad Davis2015-10-221-8/+22
* - Add shebangfix documentation bitsDmitry Marakasov2015-10-221-2/+10
* Revert r399921 for now due to fallout with libclc using ninja.Bryan Drewery2015-10-211-3/+0
* Enable verbose (compiler output) builds for autotools builds when packageBryan Drewery2015-10-211-0/+3
* PLIST_SUB entries need paths relative to PREFIX.Mathieu Arnold2015-10-211-1/+1
* Rework change in r399791 for default perl to not execute it on 'make clean'Bryan Drewery2015-10-201-2/+2
* Roll all of the commands into a loop and use the same patterns for every lang.Bryan Drewery2015-10-201-31/+15
* Avoid redundantly looking up python command executions for dependency calcula...Bryan Drewery2015-10-192-3/+17
* Avoid redundantly looking up perl version when looking up dependencies or in ...Bryan Drewery2015-10-193-2/+10
* - Combine clean-depends-list.sh into depends-list.shBryan Drewery2015-10-193-77/+45
* The command environment from r399703 is only needed if recursing.Bryan Drewery2015-10-191-3/+6
* Fix test-depends after r399703.Bryan Drewery2015-10-191-0/+1
* When listing dependencies, export the common command execution results.Bryan Drewery2015-10-191-0/+2
* Add some work-in-progress scripts for splitting symbols out into PREFIX/lib/d...Bryan Drewery2015-10-192-2/+50
* Switch strip test to using readelf(1) instead of file(1) to identify symbols.Bryan Drewery2015-10-191-8/+6
* Make OpenJDK 1.8 the defaultSteve Wills2015-10-191-2/+2
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-14/+31
* Drop 8 support.Mathieu Arnold2015-10-152-20/+0
* Readd PORTSDIR for now we will only start removing them after 2016Q1 is branchedBaptiste Daroussin2015-10-1566-405/+405
* Temporary readd ${PORTSDIR} to perl5 deps as somewhow they are triggeringBaptiste Daroussin2015-10-141-4/+4
* Drop the necessity to add ${PORTSDIR} to dependency lineBaptiste Daroussin2015-10-1466-415/+415
* Xorg-server update to 1.17.2 with related driver updates and bumps.Koop Mast2015-10-131-2/+2
* Follow-up r399170 with a script, ports_env.sh, that can be used for the purpose.Bryan Drewery2015-10-132-3/+16
* Add a function to export vars that bsd.port.mk generates from fork/exec.Bryan Drewery2015-10-121-0/+51
* Don't check for minimal Pkg version for package building.Bryan Drewery2015-10-121-1/+1
* Name the 'uname -r' variable the same as the bsd.port.subdir.mk version, _OSR...Bryan Drewery2015-10-121-6/+6
* Apply export handling fixes from bsd.port.mk.Bryan Drewery2015-10-121-14/+18
* Export more sysctl(8) vars.Bryan Drewery2015-10-121-1/+7
* Remove debugging leftover from r399160.Bryan Drewery2015-10-121-1/+0
* Export HAVE_COMPAT_IA32_KERN to sub-makes and ensure it is not exported if em...Bryan Drewery2015-10-121-1/+3
* Move the exported variable assignments to where they are looked-up.Bryan Drewery2015-10-121-1/+6
* Spell 'OSREL' properly from r399155.Bryan Drewery2015-10-121-1/+1
* Don't check for minimal pkg version in sub-makes.Bryan Drewery2015-10-121-2/+3
* Pass result of 'uname -r' to sub-makes to avoid unneeded lookup.Bryan Drewery2015-10-121-2/+4
* Use a loop to export vars.Bryan Drewery2015-10-121-5/+6
* Re-apply r398953 with protection for 'make *config*'.Bryan Drewery2015-10-121-1/+1
* Replace escaping for exported vars with :Q feature.Bryan Drewery2015-10-121-4/+4
* Remove SYSTEMVERSION exporting, not needed since r99913.Bryan Drewery2015-10-121-2/+1
* Use -r flag for read command, this fixes handling of paths containingDmitry Marakasov2015-10-121-1/+1
* Adding CPAL-1.0, https://opensource.org/licenses/CPAL-1.0Kurt Jaeger2015-10-111-1/+4
* Add PLIST_DIRSTRY deprecation to sanity check (forgot to add it before)Baptiste Daroussin2015-10-101-1/+2
* Avoid a useless call to dirnameBaptiste Daroussin2015-10-101-1/+1
* Remove another unused variableBaptiste Daroussin2015-10-101-1/+0
* Remove unused variableBaptiste Daroussin2015-10-101-1/+0
* Check if the port directory is aboslute otherwise prepend ${PORTSDIR} in FETC...Baptiste Daroussin2015-10-101-0/+4
* Revert r398953 per bdrewery demand it breaks make configBaptiste Daroussin2015-10-101-1/+1
* Use USESDIR macroBaptiste Daroussin2015-10-101-1/+1