Age | Commit message (Expand) | Author | Files | Lines |
2005-11-23 | When a list is appended to another list, like MAKE_ENV+= | rillig | 1 | -8/+12 |
2005-11-23 | Updated pkglint to 4.45.1. | rillig | 3 | -14/+20 |
2005-11-23 | Remove unused variables, fix variable names to avoid shadowing globals, | ben | 3 | -21/+23 |
2005-11-22 | Reduce the use of the system() function in pkg_install to avoid quoting | ben | 14 | -221/+425 |
2005-11-21 | Updated pkglint to 4.45. | rillig | 2 | -14/+14 |
2005-11-21 | * warn about unportable CPP macros in patches. | rillig | 1 | -0/+1 |
2005-11-21 | Fixed a syntax error. I had forgotten to begin a comment with a "#". | rillig | 1 | -3/+3 |
2005-11-20 | Updated pkglint to 4.44. | rillig | 4 | -22/+5 |
2005-11-20 | Reworked the in-file documentation on pkglint. Added section headings. | rillig | 1 | -23/+141 |
2005-11-20 | Removed the (undocumented) -Wvague option. All diagnostics that had been | rillig | 1 | -29/+33 |
2005-11-20 | Don't print warnings for unknown "empty" directories like pkg/ and scripts/ | rillig | 1 | -2/+2 |
2005-11-20 | Updated pkglint to 4.43.2. | rillig | 3 | -7/+43 |
2005-11-20 | Use $conf_pkgsrcdir instead of hard-coded "/usr/pkgsrc". | rillig | 1 | -3/+3 |
2005-11-20 | Added the $conf_make variable to solve compile-time errors. | rillig | 1 | -1/+2 |
2005-11-20 | Updated lintpkgsrc to 4.43.1. | rillig | 2 | -7/+17 |
2005-11-20 | Don't report *_MK variables as unchecked. | rillig | 1 | -2/+4 |
2005-11-19 | As long as pkg_regress is not mentioned in the pkgsrc guide, it does not | rillig | 1 | -2/+1 |
2005-11-19 | Variable names starting with an underscore are reserved for internal | rillig | 1 | -3/+2 |
2005-11-19 | Code cleanup. | rillig | 1 | -164/+22 |
2005-11-19 | Replaced the special purpose variable $seen_USE_PKGLOCALEDIR with the | rillig | 1 | -6/+15 |
2005-11-19 | Removed the old EXTRACT_SUFX check. | rillig | 1 | -19/+2 |
2005-11-19 | Don't complain if no MAINTAINER is given. | rillig | 1 | -13/+1 |
2005-11-19 | Oops, covered the tracks from last-minute tests. | rillig | 1 | -2/+1 |
2005-11-19 | Updated pkglint to 4.43. | rillig | 5 | -14/+69 |
2005-11-19 | Updated pkglint to 4.42.2. | rillig | 3 | -4/+10 |
2005-11-18 | revert last, and apply the simpler fix to the MAKEEXTRALIST macro in | grant | 1 | -9/+7 |
2005-11-18 | pass const empty string to MAKEEXTRALIST macro instead of the | grant | 1 | -5/+8 |
2005-11-17 | If there are no files to clean, do nothing. | rillig | 1 | -1/+5 |
2005-11-17 | Updated pkgclean to 20051116. | rillig | 4 | -138/+91 |
2005-11-17 | Fix for part of PR#32092: add SKIP_AUDIT_PACKAGES=yes so pkg_install can | erh | 1 | -1/+2 |
2005-11-17 | Added a dependency on libnbcompat to allow building on Solaris easier. | rillig | 2 | -2/+8 |
2005-11-16 | Update to version 1.24. | seb | 3 | -15/+53 |
2005-11-15 | Values in SUBST_CLASSES may be tool names. | rillig | 1 | -1/+2 |
2005-11-15 | USE_JAVA2 may be "YES", too. | rillig | 1 | -2/+2 |
2005-11-15 | Removed the (vague) check for "nb\d+" in DISTNAME. | rillig | 1 | -6/+1 |
2005-11-15 | * mention the SUBST framework whenever ${SED} is used. | rillig | 1 | -0/+1 |
2005-11-15 | Updated pkglint to 4.42.1. | rillig | 2 | -5/+8 |
2005-11-15 | Don't hide errors in the post-install stage. | rillig | 1 | -2/+2 |
2005-11-15 | MANINSTALL is a user-settable variable and thus must not be defined by | rillig | 1 | -5/+1 |
2005-11-14 | The last change was a bad idea. Reverted it partly. Now pkglint -I shows | rillig | 1 | -22/+24 |
2005-11-14 | * warn about the use of ${WRKDIR:=...}, as this construct should only | rillig | 1 | -0/+2 |
2005-11-14 | WRKSRC is of type WrkdirSubdirectory, but no new checks are added. | rillig | 2 | -2/+6 |
2005-11-14 | - EXTRACT_SUFX is of type DistSuffix. | rillig | 2 | -2/+8 |
2005-11-14 | The readmakefile() subroutine only returns the lines of the main Makefile | rillig | 2 | -4/+8 |
2005-11-14 | * avoid duplicate warnings. | rillig | 1 | -0/+1 |
2005-11-14 | Updated pkglint to 4.42. | rillig | 4 | -49/+117 |
2005-11-14 | Sync with src/usr.sbin/pkg_install: | dillo | 2 | -5/+5 |
2005-11-14 | Remove obsolete file from OBJS also. | dillo | 1 | -2/+2 |
2005-11-14 | Rename LIBKVER_STANDALONE_DIR to LIBKVER_STANDALONE_PREFIX. | seb | 1 | -4/+4 |
2005-11-14 | * detect spelling errors in variable names | rillig | 1 | -0/+1 |