Age | Commit message (Expand) | Author | Files | Lines |
2005-08-08 | Don't install the manpage on FreeBSD. | xtraeme | 1 | -2/+3 |
2005-08-07 | Added an experimental --autofix or -F command line option. It currently | rillig | 1 | -12/+89 |
2005-08-06 | Fixed a bug which led to an endless loop. While happily changing the | rillig | 1 | -3/+2 |
2005-08-06 | Fixed the indentation. Replaced a nested if with an &&. Noticed that I | rillig | 1 | -21/+17 |
2005-08-06 | The check_category subroutine has been converted to a one-pass checker. | rillig | 1 | -34/+57 |
2005-08-06 | Don't be too strict to the "wip" category Makefile. It may have a | rillig | 1 | -2/+11 |
2005-08-06 | Made the checks for category Makefiles much stricter. Only the "category | rillig | 1 | -38/+55 |
2005-08-06 | Run a quick self-test after installation. | rillig | 1 | -1/+4 |
2005-08-06 | White-space fixes. | rillig | 1 | -9/+9 |
2005-08-06 | Code beautification: %{$foo} instead of %$foo. | rillig | 1 | -3/+3 |
2005-08-06 | Checking for C/C++ comments is not necessary for Makefiles. No-one uses | rillig | 1 | -4/+1 |
2005-08-06 | Bump the PKGREVISIONs of all (638) packages that hardcode the locations | jlam | 1 | -3/+1 |
2005-08-06 | Moved the checks that had been done while loading Makefiles into a | rillig | 1 | -24/+29 |
2005-08-04 | Bump to 20050804: | xtraeme | 2 | -4/+8 |
2005-08-04 | missed in last | abs | 1 | -1/+2 |
2005-08-04 | update pkgtools/pkg_chk to 1.60: | abs | 2 | -21/+34 |
2005-08-02 | Update to version 0.118: pkgdiff fix and tuning. | seb | 2 | -6/+11 |
2005-08-02 | Print warnings if the values of ${PKGNAME}, ${SVR4_PKGNAME}, | rillig | 1 | -14/+14 |
2005-08-01 | Some more speed optimization. | rillig | 1 | -10/+9 |
2005-08-01 | Converted PkgLint::FileUtils::Line to use an array instead of a hash for | rillig | 1 | -8/+8 |
2005-08-01 | update to cdpack-1.6. | dmcmahill | 5 | -108/+191 |
2005-08-01 | Sppeded up the subroutines read_makefile and check_for_multiple_patches. | rillig | 1 | -9/+13 |
2005-08-01 | Added a new command line option --debug|d. It is currently used for | rillig | 1 | -16/+36 |
2005-08-01 | Simplified the code---no user-visisble changes. | rillig | 1 | -30/+25 |
2005-08-01 | More code cleanup. This time it's only white-space issues. | rillig | 1 | -62/+55 |
2005-08-01 | Internal cleanup: moved some subroutines so that fewer forward | rillig | 1 | -136/+98 |
2005-08-01 | Remove (commented out) USE_DB2 here too. | wiz | 1 | -2/+1 |
2005-08-01 | Remove another legacy var that was removed from pkgsrc before the previous br... | wiz | 1 | -2/+1 |
2005-08-01 | Remove some legacy vars that were removed from pkgsrc before the previous bra... | wiz | 2 | -8/+2 |
2005-08-01 | Remove obsolete USE_PAM. | wiz | 1 | -2/+1 |
2005-07-31 | Update digest to version 20050731: | agc | 4 | -410/+833 |
2005-07-30 | Inserted empty lines before elsif to make the code more readable. | rillig | 1 | -1/+48 |
2005-07-30 | The global variables are only needed when checking a package, not a | rillig | 1 | -2/+3 |
2005-07-30 | Remove pkgconflict here too. | wiz | 1 | -2/+1 |
2005-07-30 | Removed the package as it has not been working since 2001. Ok'ed by | rillig | 6 | -539/+0 |
2005-07-29 | Allow PATCH_DIST_CAT in the PATCH_SITES section. | he | 2 | -4/+4 |
2005-07-25 | Add xorg file which has common Xorg file entries. | reed | 1 | -0/+611 |
2005-07-25 | Added xorg support, based on if ${X11BASE}/lib/X11/config/xorgversion.def | reed | 7 | -2/+129 |
2005-07-25 | Pull over change from src/usr.sbin/pkg_install: | hubertf | 1 | -4/+11 |
2005-07-25 | Pull over this change from src/usr.sbin/pkg_install (-current): | hubertf | 1 | -14/+18 |
2005-07-21 | 3.9: Update for pkg-config path change. | wiz | 2 | -5/+5 |
2005-07-21 | Fix a typo and improve markup. | wiz | 2 | -100/+95 |
2005-07-21 | Updated and rewrote the man page. | rillig | 2 | -95/+72 |
2005-07-21 | Added a new subroutine log_subinfo that has an additional parameter | rillig | 1 | -35/+66 |
2005-07-21 | Changed debugging output to reflect the recent split of checkfile_Makefile. | rillig | 1 | -6/+6 |
2005-07-21 | The checkfile_Makefile subroutine is split into load_package_Makefile | rillig | 1 | -35/+47 |
2005-07-21 | In the diagnostic messages, multiple adjacent slashes are compressed to | rillig | 1 | -1/+2 |
2005-07-20 | Updated to be in sync with mk/replace.mk, revision 1.120. | rillig | 1 | -2/+4 |
2005-07-20 | Don't print "vague" diagnostics by default. A "vague" diagnostic is one | rillig | 1 | -2/+2 |
2005-07-20 | Don't show warnings for tool names that are enclosed in single quotes. | rillig | 1 | -3/+10 |