summaryrefslogtreecommitdiff
path: root/Mk/Scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* exclude all gem stuff from path checkSteve Wills2016-01-211-3/+1
* smart_makepatch: Quote PATCH_WRKSRC when regenerating patches.Raphael Kubo da Costa2016-01-211-2/+2
* Be consistent and always enclose shell variables inside braces.Mathieu Arnold2016-01-181-5/+5
* Rework the logic of the libperl detection, making it a bit more simple,Mathieu Arnold2016-01-181-20/+18
* Do not advise to strip object files, it can be harmfulAntoine Brodin2015-12-251-1/+1
* Do not cache PYTHON_PORTVERSION, it is not invariant between portsAntoine Brodin2015-12-251-1/+0
* - add additional blank line, else the first line of the error messageOlli Hauer2015-12-231-0/+1
* Fix typo in message.Dmitry Sivachenko2015-12-221-1/+1
* Use normal PORTSDIR rather than dp_PORTSDIR so it is passed around properly.Bryan Drewery2015-12-042-5/+5
* Mk/Scripts/smart_makepatch.sh: Fix multi-patch file and locals bugJohn Marino2015-11-221-10/+19
* Enhance "make makepatch" to address two major deficienciesJohn Marino2015-11-151-0/+251
* - Only consider missing dependency origins to be fatal if they were notBryan Drewery2015-11-131-8/+21
* Fix partial tree checkouts with 'all-depends-list', 'make clean', etc, afterBryan Drewery2015-11-091-1/+1
* Don't hardcode CCACHE_DIR.Bryan Drewery2015-11-061-1/+4
* Avoid redundantly looking up python command executions for dependency calcula...Bryan Drewery2015-10-191-3/+8
* Avoid redundantly looking up perl version when looking up dependencies or in ...Bryan Drewery2015-10-191-0/+3
* - Combine clean-depends-list.sh into depends-list.shBryan Drewery2015-10-192-57/+34
* The command environment from r399703 is only needed if recursing.Bryan Drewery2015-10-191-3/+6
* 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
* 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
* Use -r flag for read command, this fixes handling of paths containingDmitry Marakasov2015-10-121-1/+1
* Make missing argument less obscure.Bryan Drewery2015-10-091-4/+5
* Shift any arguments eaten up from getopts. This script takes no argumentsBryan Drewery2015-10-091-0/+1
* Unify depends-list.sh and all-depends-list.sh into one script, depends-list.sh.Bryan Drewery2015-10-092-39/+17
* Add a way to cleanly handle terminfo.db file used by devel/ncursesDmitry Marakasov2015-10-081-1/+22
* Implemented complete support for test target.Dmitry Marakasov2015-09-281-0/+38
* Extend @sample to accept argumentsBaptiste Daroussin2015-09-261-10/+15
* Fix error message when not finding a packageBaptiste Daroussin2015-09-021-1/+1
* Make baselibs QA check non recursive and activate it againAntoine Brodin2015-08-101-6/+6
* Disable baselibs check until it is made saner (aka non recursive)Baptiste Daroussin2015-08-091-1/+1
* Fix a typo that made baselibs QA check run twice on some filesAntoine Brodin2015-08-091-1/+1
* checks $WRKSRC for all direct dependencies in the limited-clean-depends:Fukang Chen2015-07-301-1/+1
* Split LIB_DEPENDS and the other _DEPENDS types.Mathieu Arnold2015-07-241-6/+15
* Fix path of libeditBaptiste Daroussin2015-07-191-1/+1
* Add a QA check on some base libraries (for now only libedit and libarchive)Baptiste Daroussin2015-07-191-1/+23
* - Add /usr/sbin/dtrace to the list of allowed shebangsDmitry Marakasov2015-07-141-0/+1
* - Provide a check/warning/fix for users that upgraded from an older release a...Ryan Steinmetz2015-07-071-0/+7
* Rewite CLEAN-DEPENDS*Baptiste Daroussin2015-07-041-0/+50
* Fix missing variable that got accidentally removed before commitBaptiste Daroussin2015-07-011-1/+1
* Move all-depends-list to a regular scriptBaptiste Daroussin2015-07-011-0/+39
* Factorize the function to validate envBaptiste Daroussin2015-07-013-26/+17
* Remove disconnected scriptSteve Wills2015-07-011-23/+0
* Add PATH environment when trying to find libraries this fixes building underBaptiste Daroussin2015-06-301-1/+1
* Refactor dependency checks and installationBaptiste Daroussin2015-06-281-0/+177
* - Add blacklist of files which are not intended to be executed to shebang testDmitry Marakasov2015-06-041-4/+12
* - Add ${PREFIX}/www to shebang check. We have many shebang problems which nee...Dmitry Marakasov2015-05-201-3/+4
* Fix strip check to consider setuid binaries.Bryan Drewery2015-04-301-1/+1