Age | Commit message (Expand) | Author | Files | Lines |
2016-04-10 | Remove support for USE_DESTDIR=no. | joerg | 1 | -35/+1 |
2016-03-11 | Explicitly skip directories. PR 50955. | dholland | 1 | -1/+4 |
2016-03-10 | Reset 'found' variable for each library check. Previously, all subsequent | jperkin | 1 | -1/+2 |
2016-02-24 | Fix issue with VAX when awk's split is called with empty string. | jklos | 1 | -1/+3 |
2016-02-19 | Add an additional check to ensure that library REQUIRES are not relative | jperkin | 1 | -4/+9 |
2015-11-27 | Perform interpreter sed(1) check with LC_ALL=C, avoids failures on newer | jperkin | 1 | -2/+2 |
2015-11-24 | Do the "defined && !empty" dance for NetBSD 5 make. | jperkin | 1 | -2/+2 |
2015-11-16 | Add support for CHECK_WRKREF_EXTRA_DIRS to check-shlibs. If "extra" is | jperkin | 2 | -2/+13 |
2015-08-17 | Introduce support for checking Mach-O dynamic libraries. | jperkin | 3 | -19/+138 |
2015-08-17 | Fix check-shlibs regular expression to match .dylib/.sl the same as .so | jperkin | 1 | -2/+2 |
2015-08-10 | Fix typo in local variable name. | jperkin | 1 | -2/+2 |
2015-04-29 | Use a single egrep and regexp instead of iterating over the list of files to | jperkin | 1 | -5/+3 |
2015-04-29 | Only check executable files for valid interpreters. By the time this check is | jperkin | 1 | -10/+3 |
2015-02-16 | Remove obsolete bulk build variables. | jperkin | 1 | -5/+1 |
2015-02-01 | Revert "Drop obsolated old bulk build related variable settings." | obache | 1 | -1/+5 |
2014-11-21 | Drop obsolated old bulk build related variable settings. | obache | 1 | -5/+1 |
2014-10-12 | Simplify PKG_DEVELOPER checks. | joerg | 9 | -21/+24 |
2014-10-03 | Cache the results of getline and system() calls. Testing with | jperkin | 1 | -7/+20 |
2014-10-01 | Fix the readelf environment variable. | jperkin | 1 | -2/+2 |
2014-09-07 | Set nrpath correctly in the case where there is no RPATH at all. Fixes | jperkin | 1 | -2/+2 |
2014-09-06 | Ensure we iterate over the RPATH in search order, rather than relying on | jperkin | 1 | -5/+5 |
2014-09-04 | Add a 'wrappers' option for CHECK_WRKREF which, if enabled, will check for | jperkin | 1 | -3/+8 |
2014-05-09 | use configured in check-perms | richard | 1 | -2/+2 |
2014-03-11 | Revert rev. 1.5 | ryoon | 1 | -3/+1 |
2014-03-11 | Revert rev. 1.5 and 1.6 | ryoon | 1 | -11/+2 |
2014-03-11 | Fix "illegal reference to local variable word" error with lang/nawk | ryoon | 1 | -2/+11 |
2014-03-02 | Imprement CHECK_SHLIBS_SKIP, same as other CHECK_*_SKIP. | obache | 1 | -1/+20 |
2014-03-01 | Fixes floating point exceptions on VAX. | jklos | 1 | -1/+3 |
2014-02-20 | Prevent _CHECK_FILES_{PRE,POST} to include check-files-{pre,post}-message | obache | 1 | -5/+5 |
2013-10-25 | Some Linux systems now use DT_RUNPATH, so match it here as well. | joerg | 1 | -6/+6 |
2013-05-12 | drop `file' command from default USE_TOOLS list. | obache | 1 | -1/+4 |
2013-05-09 | Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/. | riastradh | 1 | -3/+3 |
2013-03-08 | Add DESTDIR to error message in case of PLIST mismatch. | wiz | 1 | -3/+3 |
2013-02-20 | skip symbolic link for shlibs check, it may point to absolute path and currently | obache | 1 | -2/+5 |
2013-01-04 | Don't print the /bin/sh warning on SunOS-5.11, where /bin/sh is ksh93. | jperkin | 1 | -2/+2 |
2012-07-02 | Expand the list of full dependencies, so that the shared library check | joerg | 1 | -2/+2 |
2012-06-16 | Revert last change. | obache | 1 | -17/+2 |
2012-06-15 | allow DSO in not only non-full dependency packages but also indirect full dep... | obache | 1 | -2/+17 |
2012-05-29 | Extend shared library check to all files that match *.so. | joerg | 1 | -2/+2 |
2012-05-22 | mk/check/check-files.mk: Skip locale.alias | marino | 1 | -1/+4 |
2011-10-15 | Rename "flavor" to "pkgformat". | reed | 1 | -5/+5 |
2011-09-08 | Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -i | abs | 1 | -2/+2 |
2011-04-19 | Just warn about non executable files using env. | roy | 1 | -2/+7 |
2011-04-19 | Disallow the use of env(1) as an interpreter. | roy | 1 | -2/+7 |
2011-01-11 | Skip interpreter check unless regular file. | obache | 1 | -1/+4 |
2010-08-24 | I'm fed up with having to waste time because PKG_DEVELOPER is "special" and | bad | 9 | -18/+18 |
2010-02-02 | Deal with cases where the first dependency of a package is a build | joerg | 1 | -3/+7 |
2010-02-02 | The missing run-time search path test cannot run reliably in DESTDIR mode | tnn | 1 | -3/+8 |
2009-10-21 | revert previous - better do a bulk build with this change first to see | tnn | 1 | -1/+4 |
2009-10-21 | remove lib/charset.alias from CHECK_FILES_SKIP | tnn | 1 | -4/+1 |