Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-06 | msgfmt build time dependency. | joerg | 1 | -1/+2 | |
2005-12-06 | - Integrated the code from checklines_mk_deprecated_variables() into | rillig | 1 | -36/+15 | |
checkline_mk_text() and checkline_mk_varassign(). This saves 20 lines and makes the warnings appear ordered by line number. | |||||
2005-12-06 | Correct imake man page handling in plist. | joerg | 1 | -2/+2 | |
2005-12-06 | msgfmt build dependency. | joerg | 1 | -1/+2 | |
2005-12-06 | - Improved the heuristics for detecting direct use of ${TOOL}s. | rillig | 1 | -154/+157 | |
- Moved the whole complicated code from checklines_package_Makefile() to checkline_mk_shellcmd() and checkline_mk_varassign(). - Reenabled the -Wdirectcmd options by default. | |||||
2005-12-06 | Fix GCC 3.4+: label at end of compound statement. | joerg | 3 | -1/+26 | |
2005-12-06 | GCC 3.4+: Label at end of compound statement. | joerg | 2 | -1/+14 | |
2005-12-06 | Bumped PKGREVISION of www/thttpd because of the recent change to patch-af. | rillig | 1 | -1/+2 | |
See PR 25487 for details. | |||||
2005-12-06 | Bumped PKGREVISION because of the recent change to patch-af. | rillig | 1 | -2/+2 | |
2005-12-06 | Reordered the complete file. Grouped subroutines by name (checkline_*, | rillig | 1 | -571/+543 | |
checklines_*, checkfile_*). No functional changes. | |||||
2005-12-06 | Manually override config.guess and config.sub since this package | joerg | 1 | -1/+5 | |
doesn't use the normal GNU configure mess. | |||||
2005-12-06 | Fix errno. | joerg | 2 | -1/+24 | |
2005-12-06 | <sys/param.h> must be included before querying __NetBSD_Version__. Noted | rillig | 2 | -6/+10 | |
by Mito Osamu in PR 25487. | |||||
2005-12-06 | Fix errno. On DragonFly, define HAS_STRERROR to avoid conflicts with | joerg | 3 | -11/+22 | |
system headers. | |||||
2005-12-06 | Collected the routines that load pkglint-specific data in one section. | rillig | 1 | -141/+141 | |
No functional changes. | |||||
2005-12-06 | Add DragonFly support. | joerg | 1 | -2/+2 | |
2005-12-06 | - Renamed get_make_vars_typemap() to get_vartypes_map(). | rillig | 1 | -96/+83 | |
- Added specialized subroutines for checking a single line. - Removed checklines_Makefile_varuse(). - Removed checklines_direct_tools(), which has been replaced by the specialized routines mentioned above. | |||||
2005-12-06 | fix errno usage. | joerg | 2 | -1/+30 | |
2005-12-06 | - Rewrote the code that checks for direct use of tool names. It is | rillig | 1 | -105/+57 | |
disabled by default, as I am currently working on it, and neither the current nor the previous version is good enough for the end user. - Pkglint can now distinguish the two kinds of tools: The ones that should be used like ${TOOL} and the ones that are provided in the .tools/bin directory. The list of the first kind of tools is extracted from the mk/tools/ directory instead of being hard-coded. This adds a whole lot of new warnings. | |||||
2005-12-06 | Added missing "quotes" around many variables. | rillig | 1 | -43/+43 | |
2005-12-06 | patch php.ini-dist and php.ini-recommended to comment out extension_dir | jdolecek | 4 | -3/+54 | |
and to uncomment and explicitly set upload_tmp_dir, so that this works out of box (patches adapted from www/php4) pointed out by Martti Kuparinen on tech-pkg@ | |||||
2005-12-06 | Fixed a typo. | rillig | 1 | -2/+2 | |
2005-12-06 | Specify the full path to tar when unpacking a package. | ben | 4 | -15/+15 | |
Modify pfcexec so the new process file name can be different from argv[0]. This fix is from Peter Postma, and it addresses PR#32228 | |||||
2005-12-06 | - Improved detection of valid shell words once more. | rillig | 1 | -28/+50 | |
- Rewrote the code for loading the deprecated.map file. It is only loaded once now. The code that checks for use of deprecated variables can handle multiple variables in a single line now. | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 447 | -1184/+1184 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | - Improved the regular expression for shell words by recognizing make(1) | rillig | 1 | -1/+2 | |
variables that are not nested. | |||||
2005-12-05 | * allow parallel builds (see parallel.txt) | rillig | 1 | -0/+1 | |
2005-12-05 | Applied all quoting fixes found by "pkglint --autofix". | rillig | 15 | -119/+119 | |
2005-12-05 | - The heuristics for unnecessary .undef directives after .for were | rillig | 1 | -7/+1 | |
unreliable, hence they are not fixed (deleted) automatically. | |||||
2005-12-05 | - Allow the "-" character in the "variable name" part of a ShellWord | rillig | 1 | -3/+3 | |
that is an assignment. This change extends the quoting checks to CONFIGURE_ARGS in a usable way. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1531 | -4138/+4009 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-12-05 | Don't fix patch files automatically, since after patching them the checksum | rillig | 1 | -3/+1 | |
is changed, and the distinfo file is not updated automatically. | |||||
2005-12-05 | SunPro on Solaris needs -D__EXTENSIONS__ for getopt(). | rillig | 1 | -1/+4 | |
2005-12-05 | squirrelmail and PHP 5.1.1 fixes | martti | 1 | -1/+3 | |
2005-12-05 | Make this work with PHP 5.1.1 | martti | 6 | -6/+34 | |
2005-12-05 | + TeXmacs-1.0.6, bitlbee-1.0, clisp-2.36, mailscanner-4.48.4, | wiz | 1 | -3/+7 | |
phpmyadmin-2.7.0, xmms-crossfade-1.3.10. | |||||
2005-12-05 | Note nvi-m17n PKGREVISION bump. | wiz | 1 | -1/+2 | |
2005-12-05 | Add -DGTAGS to the CFLAGS. Bump PKGREVISION because the binary changes. | wiz | 1 | -1/+4 | |
2005-12-05 | Added a note that using the binary bootstrap kits only works for | rillig | 1 | -2/+4 | |
privileged builds that use LOCALBASE=/usr/pkg. | |||||
2005-12-05 | Note addition of converters/smbchartool package 2.3a. | taca | 1 | -1/+2 | |
2005-12-05 | Add and enable smbchartool. | taca | 1 | -1/+2 | |
2005-12-05 | Importing converters/smbchartool pacakge 2.3a. | taca | 5 | -0/+94 | |
Smbchartool is File name conversion tool for Samba. Samba, SMB/CIFS protocol server suite supports various file name encoding and these encoded file name needs to be converted when Samba's configuration need to be changed. Smbchartool support these file name conversion processing mainly Japanese character encoding. | |||||
2005-12-05 | Note update of mail/poppassd package to 4.0.8nb2. | taca | 1 | -1/+2 | |
2005-12-05 | Quiet pkglint; changing make macro in double quotation into :Q modifier. | taca | 2 | -4/+4 | |
2005-12-05 | - Fix hangup when communicating with smbpasswd(8). | taca | 4 | -14/+51 | |
- Quiet pkglint; changing make macro in double quotation into :Q modifier. Bump PKGREVISION. | |||||
2005-12-05 | Note update of www/squid package to 2.5.12nb3. | taca | 1 | -1/+2 | |
2005-12-05 | - Add "carp" and "unlinkd" option which are enabled on default. | taca | 2 | -8/+16 | |
"unlinkd" option is propsed from Dave Sainty by private mail. - Change "perl:run" to "perl" in USE_TOOLS since perl is used at build time. - Quiet pkglint; changing make macro in double quotation into :Q modifier. Bump PKGREVISION. | |||||
2005-12-05 | Shortened the code to extract pkgsrc variables by 30 lines, taking out | rillig | 1 | -85/+49 | |
much unnecessary redundancy from the code. Reordered the pkgsrc variables so that related variables appear adjacently in the output. | |||||
2005-12-05 | Updated mail/ja-squirrelmail to 1.4.5nb2 | martti | 1 | -1/+2 | |
2005-12-05 | Updated mail/ja-squirrelmail to 1.4.5nb2 | martti | 9 | -10/+133 | |
- sync with pkgsrc/mail/squirrelmail |