| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace non breaking space \xa0 with a normal space. | mat | 2016-10-20 | 1 | -1/+1 |
* | Make make clean be recursive again. | mat | 2016-10-18 | 1 | -5/+4 |
* | Add ncurses suggestion to qa.sh. | kwm | 2016-09-14 | 1 | -0/+3 |
* | Provide a standard way to look up for executables and shared libraries. | mat | 2016-09-08 | 1 | -4/+6 |
* | Disable some checks for linux ports. | mat | 2016-09-08 | 1 | -5/+5 |
* | - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with | tijl | 2016-09-06 | 1 | -1/+0 |
* | Add a stage-qa check to check for the existence of SONAME in .so's. | mat | 2016-08-29 | 1 | -1/+37 |
* | Use LIB_DEPENDS when appropriate in KDE components. | mat | 2016-08-26 | 1 | -0/+36 |
* | typo. | mat | 2016-08-17 | 1 | -1/+1 |
* | Unbreak make missing. | mat | 2016-08-17 | 1 | -1/+17 |
* | Only try to create DISTDIR if it does not exist already. | mat | 2016-08-08 | 1 | -1/+3 |
* | Tell people to add USES=gettext-runtime, not USES=gettext. | mat | 2016-08-06 | 1 | -1/+1 |
* | Add a PKGMESSAGES variable that allows the framework to have more than | mat | 2016-08-03 | 1 | -2/+4 |
* | Only warn about symlinks that exist in the stage directory, or that | mat | 2016-06-30 | 1 | -1/+8 |
* | - Fix typo: "you need USES=nssl" -> "you need USES=ssl" | amdmi3 | 2016-06-28 | 1 | -1/+1 |
* | Catch up two instances of USE_OPENSSL. | mat | 2016-06-27 | 1 | -1/+1 |
* | Replace bsd.openssl.mk with USES=ssl | mat | 2016-06-27 | 1 | -0/+9 |
* | Fix package depends install not respecting DEPENDS_ARGS for the PKGFILE lookup. | bdrewery | 2016-06-24 | 1 | -6/+4 |
* | Add a function port_var_fetch() for fetching multiple variables from a port. | bdrewery | 2016-06-24 | 1 | -0/+29 |
* | Show proper variable in error. | bdrewery | 2016-06-24 | 1 | -1/+1 |
* | Extend the symlink checks to warn on absolute targets. | mat | 2016-06-23 | 1 | -1/+6 |
* | Extract create-manifest. | mat | 2016-06-19 | 1 | -0/+148 |
* | Reverse tests to decrease complexity. | mat | 2016-06-19 | 3 | -96/+100 |
* | Remove unnecessary evals that do-fetch was using. | mat | 2016-06-19 | 2 | -16/+17 |
* | Simplify do-fetch, and remove now unused code. | mat | 2016-06-19 | 1 | -40/+28 |
* | Add USE_OPENSSL to the proxy libs thing. | mat | 2016-06-16 | 1 | -0/+5 |
* | Fix having the :DEFAULT MASTER_SITES entries ending up being there twice | mat | 2016-06-06 | 1 | -0/+2 |
* | Fix logic a bit, in case pkg is not installed (I guess.) | mat | 2016-06-04 | 1 | -9/+7 |
* | Fix fetch-list and fetch-url-list-int when DISTDIR is not writable. | mat | 2016-05-29 | 1 | -4/+4 |
* | Fix sed command in proxydeps_suggest_uses qa.sh check | amdmi3 | 2016-05-29 | 1 | -1/+1 |
* | Fix make check-plist with new @xmlcatmgr keyword | bapt | 2016-05-26 | 1 | -1/+1 |
* | Ensure dp_PKGNAME has been passed to check-vulnerable | bapt | 2016-05-26 | 1 | -1/+1 |
* | Extract the larger bsd.port.mk targets into separate scripts. | mat | 2016-05-25 | 5 | -0/+389 |
* | A new stage-qa test has been added, it reports all shared libraries | mat | 2016-05-25 | 1 | -1/+290 |
* | Ease debugging of Mk/Scripts scripts. | mat | 2016-05-21 | 10 | -0/+19 |
* | Try to simplify how libperl.so is looked for. | mat | 2016-05-09 | 1 | -10/+13 |
* | Extract the users/groups creation into a separate shell script. | mat | 2016-04-19 | 1 | -0/+179 |
* | exclude all gem stuff from path check | swills | 2016-01-22 | 1 | -3/+1 |
* | smart_makepatch: Quote PATCH_WRKSRC when regenerating patches. | rakuco | 2016-01-21 | 1 | -2/+2 |
* | Be consistent and always enclose shell variables inside braces. | mat | 2016-01-19 | 1 | -5/+5 |
* | Rework the logic of the libperl detection, making it a bit more simple, | mat | 2016-01-19 | 1 | -20/+18 |
* | Do not advise to strip object files, it can be harmful | antoine | 2015-12-26 | 1 | -1/+1 |
* | Do not cache PYTHON_PORTVERSION, it is not invariant between ports | antoine | 2015-12-26 | 1 | -1/+0 |
* | - add additional blank line, else the first line of the error message | ohauer | 2015-12-23 | 1 | -0/+1 |
* | Fix typo in message. | demon | 2015-12-22 | 1 | -1/+1 |
* | Use normal PORTSDIR rather than dp_PORTSDIR so it is passed around properly. | bdrewery | 2015-12-05 | 2 | -5/+5 |
* | Mk/Scripts/smart_makepatch.sh: Fix multi-patch file and locals bug | marino | 2015-11-22 | 1 | -10/+19 |
* | Enhance "make makepatch" to address two major deficiencies | marino | 2015-11-15 | 1 | -0/+251 |
* | - Only consider missing dependency origins to be fatal if they were not | bdrewery | 2015-11-14 | 1 | -8/+21 |
* | Fix partial tree checkouts with 'all-depends-list', 'make clean', etc, after | bdrewery | 2015-11-10 | 1 | -1/+1 |
* | Don't hardcode CCACHE_DIR. | bdrewery | 2015-11-07 | 1 | -1/+4 |
* | Avoid redundantly looking up python command executions for dependency calcula... | bdrewery | 2015-10-20 | 1 | -3/+8 |
* | Avoid redundantly looking up perl version when looking up dependencies or in ... | bdrewery | 2015-10-20 | 1 | -0/+3 |
* | - Combine clean-depends-list.sh into depends-list.sh | bdrewery | 2015-10-20 | 2 | -57/+34 |
* | The command environment from r399703 is only needed if recursing. | bdrewery | 2015-10-20 | 1 | -3/+6 |
* | When listing dependencies, export the common command execution results. | bdrewery | 2015-10-20 | 1 | -0/+2 |
* | Add some work-in-progress scripts for splitting symbols out into PREFIX/lib/d... | bdrewery | 2015-10-20 | 2 | -2/+50 |
* | Switch strip test to using readelf(1) instead of file(1) to identify symbols. | bdrewery | 2015-10-20 | 1 | -8/+6 |
* | Follow-up r399170 with a script, ports_env.sh, that can be used for the purpose. | bdrewery | 2015-10-13 | 2 | -3/+16 |
* | Add a function to export vars that bsd.port.mk generates from fork/exec. | bdrewery | 2015-10-13 | 1 | -0/+51 |
* | Use -r flag for read command, this fixes handling of paths containing | amdmi3 | 2015-10-12 | 1 | -1/+1 |
* | Make missing argument less obscure. | bdrewery | 2015-10-10 | 1 | -4/+5 |
* | Shift any arguments eaten up from getopts. This script takes no arguments | bdrewery | 2015-10-10 | 1 | -0/+1 |
* | Unify depends-list.sh and all-depends-list.sh into one script, depends-list.sh. | bdrewery | 2015-10-10 | 2 | -39/+17 |
* | Add a way to cleanly handle terminfo.db file used by devel/ncurses | amdmi3 | 2015-10-08 | 1 | -1/+22 |
* | Implemented complete support for test target. | amdmi3 | 2015-09-29 | 1 | -0/+38 |
* | Extend @sample to accept arguments | bapt | 2015-09-26 | 1 | -10/+15 |
* | Fix error message when not finding a package | bapt | 2015-09-03 | 1 | -1/+1 |
* | Make baselibs QA check non recursive and activate it again | antoine | 2015-08-11 | 1 | -6/+6 |
* | Disable baselibs check until it is made saner (aka non recursive) | bapt | 2015-08-09 | 1 | -1/+1 |
* | Fix a typo that made baselibs QA check run twice on some files | antoine | 2015-08-09 | 1 | -1/+1 |
* | checks $WRKSRC for all direct dependencies in the limited-clean-depends: | loader | 2015-07-30 | 1 | -1/+1 |
* | Split LIB_DEPENDS and the other _DEPENDS types. | mat | 2015-07-24 | 1 | -6/+15 |
* | Fix path of libedit | bapt | 2015-07-20 | 1 | -1/+1 |
* | Add a QA check on some base libraries (for now only libedit and libarchive) | bapt | 2015-07-20 | 1 | -1/+23 |
* | - Add /usr/sbin/dtrace to the list of allowed shebangs | amdmi3 | 2015-07-15 | 1 | -0/+1 |
* | - Provide a check/warning/fix for users that upgraded from an older release a... | zi | 2015-07-07 | 1 | -0/+7 |
* | Rewite CLEAN-DEPENDS* | bapt | 2015-07-04 | 1 | -0/+50 |
* | Fix missing variable that got accidentally removed before commit | bapt | 2015-07-02 | 1 | -1/+1 |
* | Move all-depends-list to a regular script | bapt | 2015-07-02 | 1 | -0/+39 |
* | Factorize the function to validate env | bapt | 2015-07-02 | 3 | -26/+17 |
* | Remove disconnected script | swills | 2015-07-01 | 1 | -23/+0 |
* | Add PATH environment when trying to find libraries this fixes building under | bapt | 2015-07-01 | 1 | -1/+1 |
* | Refactor dependency checks and installation | bapt | 2015-06-29 | 1 | -0/+177 |
* | - Add blacklist of files which are not intended to be executed to shebang test | amdmi3 | 2015-06-04 | 1 | -4/+12 |
* | - Add ${PREFIX}/www to shebang check. We have many shebang problems which nee... | amdmi3 | 2015-05-21 | 1 | -3/+4 |
* | Fix strip check to consider setuid binaries. | bdrewery | 2015-04-30 | 1 | -1/+1 |
* | - Display a stage-qa warning when ports use PREFIX/var instead of /var | tijl | 2015-04-21 | 1 | -1/+7 |
* | - Remove dead function from find-lib.sh | antoine | 2015-04-10 | 2 | -20/+2 |
* | Remove unintended change from r383627 | bapt | 2015-04-09 | 1 | -1/+0 |
* | Remove USE_GNUSTEP from bsd.port.mk | bapt | 2015-04-09 | 1 | -0/+1 |
* | Stop trying to resolv symlinks when looking up for a shlib | bapt | 2015-04-09 | 1 | -21/+1 |
* | Speed up checking for stripped binaries | feld | 2015-03-24 | 1 | -1/+1 |
* | Make fonts repecting XDG | bapt | 2015-03-22 | 1 | -2/+2 |
* | Remove a debug line from actual-package-depends | antoine | 2015-03-12 | 1 | -1/+0 |
* | Rework dependency registration | bapt | 2015-02-10 | 2 | -0/+134 |
* | Don't replace PREFIX anywhere in the plist line, only do it for the beginning. | bdrewery | 2015-01-23 | 1 | -4/+4 |
* | - Move parse_plist() into a new file, functions.sh. | bdrewery | 2015-01-08 | 2 | -138/+156 |
* | - Rework check on $makeplist in parse_plist(). The variable was/is always 0 as | bdrewery | 2015-01-08 | 1 | -2/+4 |
* | Limit the scope of variables in parse_plist() | bdrewery | 2015-01-08 | 1 | -0/+2 |
* | Remove now useless gnomehier, pkg handles automatically the directories where | bapt | 2014-12-25 | 1 | -6/+2 |
* | - Add three empty dirs that belonged to gnomehier to devel/gconf2, | antoine | 2014-12-23 | 1 | -0/+1 |
* | Don't output a warning if PERL_ARCH does not exist. | mat | 2014-12-23 | 1 | -1/+1 |
* | Make Perl link all .so it builds with libperl.so. | mat | 2014-12-17 | 1 | -1/+50 |
* | Fix a false positive home directory leftover for ports with multiple USERS | antoine | 2014-12-02 | 1 | -1/+1 |
* | - During makeplist, emit only empty directories inside prefix and | antoine | 2014-11-05 | 1 | -3/+6 |
* | - Accept absolute path for @fc, @fontsdir, @fcfontsdir, @shell keywords | ak | 2014-10-09 | 1 | -0/+7 |
* | info keyword now handles full paths | antoine | 2014-10-08 | 1 | -1/+4 |
* | Replace @dirrm/@dirrmtry with @dir in makeplist and leftovers check | antoine | 2014-10-07 | 2 | -12/+12 |
* | - Allow LINUXBASE for shebangs. | bdrewery | 2014-10-04 | 1 | -0/+1 |
* | check-plist no longer needs to check for directories owned by dependencies. | bdrewery | 2014-10-04 | 1 | -51/+2 |
* | Garbage collect dependency mtree check removed in r368803 | bdrewery | 2014-10-04 | 1 | -31/+0 |
* | Do not report directories in plist as orphans | antoine | 2014-09-22 | 1 | -1/+0 |
* | adjust check_stagedir.sh to take in account %%KEY%%@dirrm* | bapt | 2014-09-22 | 1 | -1/+1 |
* | Update to 1.3.8 Changes: | bapt | 2014-09-22 | 2 | -4/+5 |
* | Fix typo | antoine | 2014-09-18 | 1 | -1/+1 |
* | Turn the installation of *.la files, without some form of USES=libtool in | tijl | 2014-09-16 | 1 | -3/+3 |
* | Make check-stagedir.sh aware of (owner,group,perm) syntax for keywords | antoine | 2014-09-02 | 1 | -0/+4 |
* | - Make it possible to use sample keyword with a full path | antoine | 2014-09-02 | 1 | -3/+9 |
* | Remove support for pkg_install | bapt | 2014-09-01 | 1 | -32/+7 |
* | Ignore references to stagedir in .fmt and .log files generated for tex formats | antoine | 2014-08-30 | 1 | -0/+2 |
* | Check that the plist doesn't reference the stage dir during stage-qa | antoine | 2014-08-26 | 1 | -1/+1 |
* | - Add the same workaround for ignoring PREFIX/info removal when PREFIX != | bdrewery | 2014-08-19 | 1 | -0/+8 |
* | Advise trying INSTALL_TARGET=install-strip before ${STRIP_CMD} | antoine | 2014-08-18 | 1 | -1/+1 |
* | - Fix 'make check-plist' incorrectly considering all installed packages as | bdrewery | 2014-08-12 | 1 | -5/+7 |
* | - Fix check-plist so that its 'files in plist but missing from STAGEDIR' check | bdrewery | 2014-07-25 | 1 | -5/+12 |
* | Do not report parent directories of LOCALBASE as orphans | antoine | 2014-07-01 | 1 | -0/+8 |
* | Do not report files @commented by multiple options as orphans | antoine | 2014-06-21 | 1 | -1/+1 |
* | Mk/Scripts/qa.sh: add /bin/tcsh as a valid shebang. | rene | 2014-06-17 | 1 | -0/+1 |
* | fix a typo | daichi | 2014-06-13 | 1 | -1/+1 |
* | Add an @shell keyword to handle adding and remove a shell path in /etc/shell | bapt | 2014-06-12 | 1 | -1/+1 |
* | Add more files to orphans white list: | antoine | 2014-05-20 | 1 | -0/+7 |
* | - %D is based on @cwd, not PREFIX; Fix false-postives when using pkg_install | bdrewery | 2014-05-18 | 1 | -1/+1 |
* | - Fix check-plist showing @sample dest files as orphans and also showing in | bdrewery | 2014-05-17 | 1 | -1/+8 |
* | - Move security-check.awk to Mk/Scripts where it is more proper these days. | bdrewery | 2014-05-10 | 1 | -0/+100 |
* | - Fix regression handling files with spaces from r350006. | bdrewery | 2014-05-10 | 1 | -21/+40 |
* | Let stage-qa detect .la libraries and warn that a port needs USES=libtool. | tijl | 2014-05-06 | 1 | -1/+12 |
* | - Ignore MTREE owned PREFIX and PREFIX/info removal for now. | bdrewery | 2014-05-04 | 1 | -1/+11 |
* | - Always ignore /root/.ccache. Missed with r352918 | bdrewery | 2014-05-04 | 1 | -1/+1 |
* | - Fix check-stagedir causing staging violating. Quote all directory names | bdrewery | 2014-04-25 | 1 | -2/+5 |
* | - Fix false-positive orphanned dir when '@unexec rmdir -p' is used. | bdrewery | 2014-04-25 | 1 | -3/+3 |
* | - Refactor a bit into functions | bdrewery | 2014-04-25 | 1 | -234/+290 |
* | check-plist: Don't error if GNOME_MTREE_FILE is missing, which can happen | bdrewery | 2014-04-24 | 1 | -1/+1 |
* | - Handle plist containing @unexec /bin/rmdir | antoine | 2014-04-24 | 1 | -5/+5 |
* | - Fix handling of "@comment @cwd" so it does not reset real @cwd; only | bdrewery | 2014-04-23 | 1 | -7/+37 |
* | Fix directory keywords handling | antoine | 2014-04-22 | 1 | -1/+1 |
* | - For pkg run-depends dir listing, consider deps recursively. | bdrewery | 2014-04-22 | 1 | -7/+21 |
* | Fill orphans white list with files regenerated by installation scripts: | antoine | 2014-04-22 | 1 | -1/+16 |
* | - Do not advise to strip non FreeBSD binaries [1] | antoine | 2014-04-22 | 1 | -4/+4 |
* | - Split MTREE check into its own check | bdrewery | 2014-04-22 | 1 | -5/+17 |
* | - Sort directories by Lexicographical Depth-First order (find -ds) | bdrewery | 2014-04-22 | 1 | -7/+27 |
* | Fix plist_sub_sed_sort.sh when value contains spaces | antoine | 2014-04-21 | 1 | -1/+1 |
* | - Rename check-orphans to check-plist. Keep the old for backwards-compat. | bdrewery | 2014-04-19 | 3 | -47/+232 |
* | - Fix HOMEDIR handling to not exclude all directories for ports without USERS | bdrewery | 2014-04-17 | 1 | -1/+1 |
* | - Document PLIST_SUB_SED= will disable PLIST_SUB hints | bdrewery | 2014-04-17 | 1 | -6/+21 |
* | - Add script for handling leftover processing by poudriere/tinderbox. | bdrewery | 2014-04-17 | 1 | -0/+139 |
* | Do not advise to strip ELF relocatables, usually it is harmful | antoine | 2014-04-13 | 1 | -1/+3 |
* | Reduce the number of false positives reported by the shebang qa check | antoine | 2014-04-13 | 1 | -19/+45 |
* | - Make shebang a warning for now, too many false-positives in files we | bdrewery | 2014-04-11 | 1 | -2/+2 |
* | Allow to properly run make check-orphans and make makeplist for gnome ports | bapt | 2014-04-11 | 1 | -1/+5 |
* | Rewrite the sharedmimeinfo qa check so that it doesn't produce a false | antoine | 2014-04-09 | 1 | -4/+11 |
* | - stage-qa: Fix absolute symlink check to look at target not fully resolved | bdrewery | 2014-04-03 | 1 | -1/+1 |
* | - Fix fatal checks not exiting with non-zero [1] | bdrewery | 2014-04-03 | 1 | -16/+46 |
* | Remove quotes around values we get in PLIST_SUB. [1] | mat | 2014-02-25 | 1 | -2/+2 |
* | Try and force people to check the plist makeplist generates. | mat | 2014-02-10 | 1 | -0/+1 |
* | - Do not check for ${WRKDIR} in staged files, there are lots of false | antoine | 2014-01-29 | 1 | -7/+5 |
* | Greatly enhance makeplist to replace all it can find in PLIST_SUB. | mat | 2014-01-28 | 1 | -4/+17 |
* | Do not show orphans anymore with pkgng for .info files | bapt | 2014-01-27 | 1 | -0/+5 |
* | Fix paths check from qa.sh | antoine | 2014-01-10 | 1 | -2/+1 |
* | pkgng expect all non ascii code and '%' to be urlencoded in the comment | bapt | 2014-01-07 | 1 | -0/+23 |
* | /usr/bin/nawk and /bin/csh are valid shebangs | bapt | 2013-12-07 | 1 | -0/+2 |
* | Fixup makeplist for directories. | mat | 2013-11-30 | 1 | -1/+1 |
* | - in qa.sh, properly work with filenames containing blank or tab, | mandree | 2013-11-23 | 2 | -10/+15 |
* | bsd.stage.mk: Fewer false positives, much faster, easier maintenance. | mandree | 2013-11-01 | 2 | -2/+116 |
* | - Add check for suid files and directories | ak | 2013-10-21 | 1 | -1/+12 |
* | Recommand to use STRIP_CMD to strip binaries given that it will respect the W... | bapt | 2013-10-19 | 1 | -1/+1 |
* | - Fix desktopfileutils() and sharedmimeinfo() returning non-zero and causing | bdrewery | 2013-10-11 | 1 | -0/+2 |
* | Add two QA tests for staged ports: | antoine | 2013-10-11 | 1 | -1/+21 |
* | - Move dialog4ports.sh to more appropriate new directory Mk/Scripts as | bdrewery | 2013-10-10 | 1 | -0/+48 |
* | First set of Q/A for staged ports. | bapt | 2013-10-09 | 1 | -0/+82 |