| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full path to file(1) from base as sysutils/file is buggy | antoine | 2018-10-06 | 1 | -1/+1 |
* | Fix typo | sunpoet | 2018-09-23 | 1 | -1/+1 |
* | Extract PLIST_SUB substitutions into a sed script. | mat | 2018-07-26 | 3 | -13/+17 |
* | Tell people who disabled LICENSE processing that it then cannot be | mat | 2018-07-26 | 1 | -1/+3 |
* | Have the license qa check actually work. | mat | 2018-07-18 | 1 | -8/+10 |
* | Add a license qa check to tell porters when their ports will be mostly | mat | 2018-07-18 | 1 | -0/+25 |
* | Convert to readelf. | mat | 2018-06-30 | 1 | -7/+7 |
* | Remove dead code. | mat | 2018-06-30 | 1 | -5/+0 |
* | Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk | tcberner | 2018-06-29 | 1 | -4/+2 |
* | SC1004: This backslash+linefeed is literal. Break outside single quotes if yo... | mat | 2018-06-08 | 2 | -39/+39 |
* | SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options. | mat | 2018-06-08 | 1 | -4/+5 |
* | SC2162: read without -r will mangle backslashes. | mat | 2018-06-08 | 4 | -21/+21 |
* | SC2015: Note that A && B || C is not if-then-else. C may run when A is true. | mat | 2018-06-08 | 1 | -3/+4 |
* | Don't exec with a pipe afterwards, it is weird. | mat | 2018-06-08 | 1 | -1/+1 |
* | SC2185: Some finds don't have a default path. Specify '.' explicitly. | mat | 2018-06-08 | 1 | -5/+5 |
* | SC2046: Quote this to prevent word splitting. | mat | 2018-06-08 | 5 | -5/+9 |
* | SC2006: Use $(..) instead of legacy `..`. | mat | 2018-06-02 | 4 | -9/+9 |
* | SC2155: Declare and assign separately to avoid masking return values. | mat | 2018-06-02 | 1 | -1/+2 |
* | SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. | mat | 2018-06-02 | 1 | -1/+1 |
* | SC2153: Possible misspelling: PORTNAME may not be assigned, but portname is. | mat | 2018-06-02 | 1 | -0/+3 |
* | SC2091: Remove surrounding $() to avoid executing output. | mat | 2018-06-02 | 1 | -1/+1 |
* | SC2163: Exporting an expansion rather than a variable. | mat | 2018-06-02 | 1 | -0/+2 |
* | SC2034: <some var> appears unused. Verify it or export it. | mat | 2018-06-02 | 1 | -1/+1 |
* | SC2198: Arrays don't work as operands in [ ]. Use a loop (or concatenate with... | mat | 2018-06-02 | 1 | -1/+1 |
* | SC2221 & SC2222: This pattern always overrides a later/previous one. | mat | 2018-06-02 | 1 | -2/+0 |
* | SC2068: Double quote array expansions to avoid re-splitting elements. | mat | 2018-06-02 | 1 | -0/+4 |
* | SC2145: Argument mixes string and array. Use * or separate argument. | mat | 2018-06-02 | 3 | -11/+11 |
* | stage-qa: Change stripped check to only look for .debug_info. | bdrewery | 2018-05-11 | 1 | -1/+1 |
* | Add PORTS_ENV_VARS caching support to USES=objc. | bdrewery | 2018-03-14 | 1 | -1/+1 |
* | Handle flavors in the proxydeps qa check. | mat | 2018-03-07 | 1 | -0/+7 |
* | Add a hint about devel/boost-python-libs. | mat | 2018-03-07 | 1 | -0/+2 |
* | Avoid double exporting PORTS_ENV. | bdrewery | 2018-03-03 | 1 | -0/+6 |
* | Add compiler.mk to PORTS_ENV. | bdrewery | 2018-03-01 | 1 | -1/+1 |
* | ports_env: Store list of variables to export in PORTS_ENV_VARS in mk files. | bdrewery | 2018-03-01 | 1 | -18/+2 |
* | Chase r459584: Remove _PYTHON_DEFAULT_VERSION. | bdrewery | 2018-03-01 | 1 | -1/+0 |
* | Remove leftover debugging | bdrewery | 2018-02-22 | 1 | -1/+0 |
* | Fix RANDOMIZE_MASTER_SITES. | bdrewery | 2018-02-21 | 1 | -1/+6 |
* | Extract desktop-categories, check-desktop-entries, and install-desktop-entrie... | mat | 2018-01-28 | 3 | -0/+266 |
* | Add support to passing directories to EXTRA_PATCHES. | mat | 2018-01-25 | 1 | -3/+8 |
* | Allow passing -DDEPENDS_SHOW_FLAVOR to list flavors for dependency lists. | bdrewery | 2018-01-25 | 1 | -4/+13 |
* | `make makepatch`: Don't replace patches with only metadata changes | kevans | 2018-01-23 | 1 | -0/+33 |
* | add new stage-qa target: gemfiledeps | tz | 2018-01-23 | 1 | -1/+46 |
* | Remove confusing and obsolete comment, 10.2 support was axed in | mat | 2018-01-18 | 1 | -1/+0 |
* | Fix typo in r458054. | bdrewery | 2018-01-05 | 1 | -1/+1 |
* | Fix some *-list targets not properly passing FLAVOR down the chain. | bdrewery | 2018-01-05 | 1 | -1/+5 |
* | Report (in q/a) and fix (in shebangfix) python[23] shebangs | amdmi3 | 2017-12-21 | 1 | -2/+2 |
* | Fix a edge case in the fetch related targets. | mat | 2017-12-16 | 1 | -4/+8 |
* | Fix qa lib dependency checks when using libmap.conf. | mat | 2017-12-15 | 1 | -1/+1 |
* | Fix 'make -j'. | bdrewery | 2017-12-07 | 1 | -3/+3 |
* | Generic FLAVORS work. | mat | 2017-11-30 | 1 | -1/+18 |
* | Skip comments when parsing GID_FILES | antoine | 2017-10-16 | 1 | -1/+1 |
* | Take out the check that suggests that all <foo>-qt5 ports should be | adridg | 2017-10-05 | 1 | -2/+0 |
* | Implement basic flavors. | mat | 2017-09-26 | 2 | -3/+17 |
* | Remove a useless block in the shebang checks. | mat | 2017-09-26 | 1 | -20/+0 |
* | Remove USES=execinfo. | mat | 2017-09-22 | 1 | -3/+0 |
* | - Update The Glorious Glasgow Haskell Compiler to version 8.0.2 | tcberner | 2017-08-09 | 1 | -0/+6 |
* | add new stage-qa target: gemdeps | lifanov | 2017-08-08 | 1 | -1/+36 |
* | Add gstreamer 0.10 and 1.0 hints to the qa script. | kwm | 2017-08-06 | 1 | -0/+8 |
* | Exec less rm(1) for existing files. | bdrewery | 2017-07-29 | 1 | -1/+9 |
* | Ignore info/*/dir (as used by the lang/gcc* ports, for example) in addition | gerald | 2017-07-20 | 1 | -1/+1 |
* | When specifying Git dependencies in Cargo.toml developers can set 3 | tobik | 2017-07-19 | 1 | -9/+44 |
* | Fix using more than one files in UID_FILES and GID_FILES. | mat | 2017-07-19 | 1 | -15/+46 |
* | Add USES=cargo to make creating ports of Rust applications easier | tobik | 2017-06-22 | 1 | -0/+56 |
* | qa: add check for NO_ARCH | dbn | 2017-06-19 | 1 | -1/+27 |
* | Consolidate the Mesa ports, update to 17.0.4, and add Wayland option | rezny | 2017-05-13 | 1 | -4/+4 |
* | Sometime, USES=iconv does not bring in the required dependency. | mat | 2017-05-10 | 1 | -1/+1 |
* | - Add /bin/rc to blacklist for qa.sh, since it's not available on FreeBSD | amdmi3 | 2017-04-21 | 1 | -0/+3 |
* | Treat python shebangs without version specified (e.g. `/usr/local/bin/python' | amdmi3 | 2017-04-10 | 1 | -4/+19 |
* | Don't limit Q/A check for bad shebangs with just bin, sbin, libexec | amdmi3 | 2017-04-10 | 1 | -4/+2 |
* | The lang/perl5* ports are allowed to have their shebangs pointing to the | mat | 2017-04-04 | 1 | -3/+6 |
* | Finish removal of gal2 | bapt | 2017-04-02 | 1 | -1/+0 |
* | Remove more obsolete gnome2 components | bapt | 2017-04-02 | 1 | -2/+0 |
* | Catchup with recent removals | bapt | 2017-04-02 | 1 | -2/+0 |
* | ports_env: Fix OPSYS not being exported. | bdrewery | 2017-02-18 | 1 | -1/+1 |
* | Now that all supported FreeBSD versions support libmap.conf files installed | kwm | 2017-02-12 | 1 | -17/+0 |
* | Tell Module::Build to use LOCALBASE/bin/perl and not | mat | 2017-02-01 | 1 | -0/+5 |
* | Remove some code added in r858[1], still don't know what it was supposed to | mat | 2017-01-28 | 1 | -2/+2 |
* | Provide a port/perl module mapping utility. | mat | 2017-01-19 | 1 | -1/+15 |
* | The output of tools like awk, date, sort, tr,... depends on the current | tijl | 2017-01-18 | 1 | -1/+0 |
* | Implement EXTRA_PATCH_TREE. | mat | 2017-01-17 | 1 | -0/+4 |
* | Extract do-patch into a separate script. | mat | 2017-01-17 | 1 | -0/+117 |
* | Remove support for FreeBSD < 10.3 from Mk/* | rene | 2017-01-03 | 1 | -1/+1 |
* | Use dp_DISTINFO_FILE instead of DISTINFO_FILE | bapt | 2016-12-19 | 1 | -1/+1 |
* | Report the binary with bad linking. | mat | 2016-12-09 | 1 | -2/+6 |
* | - Skip soname check if ${STAGEDIR}${PREFIX}/lib directory does not exist | sunpoet | 2016-12-04 | 1 | -1/+1 |
* | Importing KDE Frameworks into the ports tree (required for newer KDE Desktop ... | tcberner | 2016-11-15 | 1 | -1/+27 |
* | Fix directory creation when primary group is different from user name | antoine | 2016-11-01 | 1 | -1/+2 |
* | Fix package upgrade setting wrong ownership on a package's $HOME. | bdrewery | 2016-11-01 | 1 | -1/+1 |
* | Don't truncate DEPENDS_ARGS here. | bdrewery | 2016-11-01 | 1 | -2/+2 |
* | Add a Perl CORE QA check. | mat | 2016-10-29 | 1 | -1/+49 |
* | Do not force a lookup in LOCALBASE/lib for shared libraries. | mat | 2016-10-25 | 1 | -1/+1 |
* | 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 |