summaryrefslogtreecommitdiff
path: root/Mk/Scripts
AgeCommit message (Expand)Author
2015-10-19Avoid redundantly looking up python command executions for dependency calcula...Bryan Drewery
2015-10-19Avoid redundantly looking up perl version when looking up dependencies or in ...Bryan Drewery
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-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-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-12Use -r flag for read command, this fixes handling of paths containingDmitry Marakasov
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 a way to cleanly handle terminfo.db file used by devel/ncursesDmitry Marakasov
2015-09-28Implemented complete support for test target.Dmitry Marakasov
2015-09-26Extend @sample to accept argumentsBaptiste Daroussin
2015-09-02Fix error message when not finding a packageBaptiste Daroussin
2015-08-10Make baselibs QA check non recursive and activate it againAntoine Brodin
2015-08-09Disable baselibs check until it is made saner (aka non recursive)Baptiste Daroussin
2015-08-09Fix a typo that made baselibs QA check run twice on some filesAntoine Brodin
2015-07-30checks $WRKSRC for all direct dependencies in the limited-clean-depends:Fukang Chen
2015-07-24Split LIB_DEPENDS and the other _DEPENDS types.Mathieu Arnold
2015-07-19Fix path of libeditBaptiste Daroussin
2015-07-19Add a QA check on some base libraries (for now only libedit and libarchive)Baptiste Daroussin
2015-07-14- Add /usr/sbin/dtrace to the list of allowed shebangsDmitry Marakasov
2015-07-07- Provide a check/warning/fix for users that upgraded from an older release a...Ryan Steinmetz
2015-07-04Rewite CLEAN-DEPENDS*Baptiste Daroussin
2015-07-01Fix missing variable that got accidentally removed before commitBaptiste Daroussin
2015-07-01Move all-depends-list to a regular scriptBaptiste Daroussin
2015-07-01Factorize the function to validate envBaptiste Daroussin
2015-07-01Remove disconnected scriptSteve Wills
2015-06-30Add PATH environment when trying to find libraries this fixes building underBaptiste Daroussin
2015-06-28Refactor dependency checks and installationBaptiste Daroussin
2015-06-04- Add blacklist of files which are not intended to be executed to shebang testDmitry Marakasov
2015-05-20- Add ${PREFIX}/www to shebang check. We have many shebang problems which nee...Dmitry Marakasov
2015-04-30Fix strip check to consider setuid binaries.Bryan Drewery
2015-04-20- Display a stage-qa warning when ports use PREFIX/var instead of /varTijl Coosemans
2015-04-10- Remove dead function from find-lib.shAntoine Brodin
2015-04-09Remove unintended change from r383627Baptiste Daroussin
2015-04-09Remove USE_GNUSTEP from bsd.port.mkBaptiste Daroussin
2015-04-09Stop trying to resolv symlinks when looking up for a shlibBaptiste Daroussin
2015-03-23Speed up checking for stripped binariesMark Felder
2015-03-21Make fonts repecting XDGBaptiste Daroussin
2015-03-11Remove a debug line from actual-package-dependsAntoine Brodin
2015-02-09Rework dependency registrationBaptiste Daroussin
2015-01-22Don't replace PREFIX anywhere in the plist line, only do it for the beginning.Bryan Drewery
2015-01-08- Move parse_plist() into a new file, functions.sh.Bryan Drewery
2015-01-08- Rework check on $makeplist in parse_plist(). The variable was/is always 0 asBryan Drewery
2015-01-08Limit the scope of variables in parse_plist()Bryan Drewery
2014-12-25Remove now useless gnomehier, pkg handles automatically the directories whereBaptiste Daroussin