summaryrefslogtreecommitdiff
path: root/Mk
AgeCommit message (Expand)Author
2015-10-19- Combine clean-depends-list.sh into depends-list.shBryan Drewery
2015-10-19The command environment from r399703 is only needed if recursing.Bryan Drewery
2015-10-19Fix test-depends after r399703.Bryan Drewery
2015-10-19When listing dependencies, export the common command execution results.Bryan Drewery
2015-10-19Add some work-in-progress scripts for splitting symbols out into PREFIX/lib/d...Bryan Drewery
2015-10-19Switch strip test to using readelf(1) instead of file(1) to identify symbols.Bryan Drewery
2015-10-19Make OpenJDK 1.8 the defaultSteve Wills
2015-10-19Improve shebangfix frameworkDmitry Marakasov
2015-10-15Drop 8 support.Mathieu Arnold
2015-10-15Readd PORTSDIR for now we will only start removing them after 2016Q1 is branchedBaptiste Daroussin
2015-10-14Temporary readd ${PORTSDIR} to perl5 deps as somewhow they are triggeringBaptiste Daroussin
2015-10-14Drop the necessity to add ${PORTSDIR} to dependency lineBaptiste Daroussin
2015-10-13Xorg-server update to 1.17.2 with related driver updates and bumps.Koop Mast
2015-10-13Follow-up r399170 with a script, ports_env.sh, that can be used for the purpose.Bryan Drewery
2015-10-12Add a function to export vars that bsd.port.mk generates from fork/exec.Bryan Drewery
2015-10-12Don't check for minimal Pkg version for package building.Bryan Drewery
2015-10-12Name the 'uname -r' variable the same as the bsd.port.subdir.mk version, _OSR...Bryan Drewery
2015-10-12Apply export handling fixes from bsd.port.mk.Bryan Drewery
2015-10-12Export more sysctl(8) vars.Bryan Drewery
2015-10-12Remove debugging leftover from r399160.Bryan Drewery
2015-10-12Export HAVE_COMPAT_IA32_KERN to sub-makes and ensure it is not exported if em...Bryan Drewery
2015-10-12Move the exported variable assignments to where they are looked-up.Bryan Drewery
2015-10-12Spell 'OSREL' properly from r399155.Bryan Drewery
2015-10-12Don't check for minimal pkg version in sub-makes.Bryan Drewery
2015-10-12Pass result of 'uname -r' to sub-makes to avoid unneeded lookup.Bryan Drewery
2015-10-12Use a loop to export vars.Bryan Drewery
2015-10-12Re-apply r398953 with protection for 'make *config*'.Bryan Drewery
2015-10-12Replace escaping for exported vars with :Q feature.Bryan Drewery
2015-10-12Remove SYSTEMVERSION exporting, not needed since r99913.Bryan Drewery
2015-10-12Use -r flag for read command, this fixes handling of paths containingDmitry Marakasov
2015-10-11Adding CPAL-1.0, https://opensource.org/licenses/CPAL-1.0Kurt Jaeger
2015-10-10Add PLIST_DIRSTRY deprecation to sanity check (forgot to add it before)Baptiste Daroussin
2015-10-10Avoid a useless call to dirnameBaptiste Daroussin
2015-10-10Remove another unused variableBaptiste Daroussin
2015-10-10Remove unused variableBaptiste Daroussin
2015-10-10Check if the port directory is aboslute otherwise prepend ${PORTSDIR} in FETC...Baptiste Daroussin
2015-10-10Revert r398953 per bdrewery demand it breaks make configBaptiste Daroussin
2015-10-10Use USESDIR macroBaptiste Daroussin
2015-10-10Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans
2015-10-09Don't include/parse bsd.options.desc.mk if not needed (showconfig or -V *_DESC).Bryan Drewery
2015-10-09Make missing argument less obscure.Bryan Drewery
2015-10-09Shift any arguments eaten up from getopts. This script takes no argumentsBryan Drewery
2015-10-09Unify depends-list.sh and all-depends-list.sh into one script, depends-list.sh.Bryan Drewery
2015-10-08Add LOCALBASE-based ldconfig dir to plist for non-default PREFIXDmitry Marakasov
2015-10-08Enable TEST option if DEVELOPER is setDmitry Marakasov
2015-10-08Add a way to cleanly handle terminfo.db file used by devel/ncursesDmitry Marakasov
2015-10-07- Fix compatibility with fmakeDmitry Marakasov
2015-10-07Do not provide empty do-test target for perl5-using portsDmitry Marakasov
2015-10-06www/firefox: update to 41.0Steve Wills
2015-10-05Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGETDmitry Marakasov