summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-12-06msgfmt build time dependency.joerg1-1/+2
2005-12-06- Integrated the code from checklines_mk_deprecated_variables() intorillig1-36/+15
checkline_mk_text() and checkline_mk_varassign(). This saves 20 lines and makes the warnings appear ordered by line number.
2005-12-06Correct imake man page handling in plist.joerg1-2/+2
2005-12-06msgfmt build dependency.joerg1-1/+2
2005-12-06- Improved the heuristics for detecting direct use of ${TOOL}s.rillig1-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-06Fix GCC 3.4+: label at end of compound statement.joerg3-1/+26
2005-12-06GCC 3.4+: Label at end of compound statement.joerg2-1/+14
2005-12-06Bumped PKGREVISION of www/thttpd because of the recent change to patch-af.rillig1-1/+2
See PR 25487 for details.
2005-12-06Bumped PKGREVISION because of the recent change to patch-af.rillig1-2/+2
2005-12-06Reordered the complete file. Grouped subroutines by name (checkline_*,rillig1-571/+543
checklines_*, checkfile_*). No functional changes.
2005-12-06Manually override config.guess and config.sub since this packagejoerg1-1/+5
doesn't use the normal GNU configure mess.
2005-12-06Fix errno.joerg2-1/+24
2005-12-06<sys/param.h> must be included before querying __NetBSD_Version__. Notedrillig2-6/+10
by Mito Osamu in PR 25487.
2005-12-06Fix errno. On DragonFly, define HAS_STRERROR to avoid conflicts withjoerg3-11/+22
system headers.
2005-12-06Collected the routines that load pkglint-specific data in one section.rillig1-141/+141
No functional changes.
2005-12-06Add DragonFly support.joerg1-2/+2
2005-12-06- Renamed get_make_vars_typemap() to get_vartypes_map().rillig1-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-06fix errno usage.joerg2-1/+30
2005-12-06- Rewrote the code that checks for direct use of tool names. It isrillig1-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-06Added missing "quotes" around many variables.rillig1-43/+43
2005-12-06patch php.ini-dist and php.ini-recommended to comment out extension_dirjdolecek4-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-06Fixed a typo.rillig1-2/+2
2005-12-06Specify the full path to tar when unpacking a package.ben4-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.rillig1-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-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig447-1184/+1184
CONFIGURE_ARGS.
2005-12-05- Improved the regular expression for shell words by recognizing make(1)rillig1-1/+2
variables that are not nested.
2005-12-05 * allow parallel builds (see parallel.txt)rillig1-0/+1
2005-12-05Applied all quoting fixes found by "pkglint --autofix".rillig15-119/+119
2005-12-05- The heuristics for unnecessary .undef directives after .for wererillig1-7/+1
unreliable, hence they are not fixed (deleted) automatically.
2005-12-05- Allow the "-" character in the "variable name" part of a ShellWordrillig1-3/+3
that is an assignment. This change extends the quoting checks to CONFIGURE_ARGS in a usable way.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1531-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-05Don't fix patch files automatically, since after patching them the checksumrillig1-3/+1
is changed, and the distinfo file is not updated automatically.
2005-12-05SunPro on Solaris needs -D__EXTENSIONS__ for getopt().rillig1-1/+4
2005-12-05squirrelmail and PHP 5.1.1 fixesmartti1-1/+3
2005-12-05Make this work with PHP 5.1.1martti6-6/+34
2005-12-05+ TeXmacs-1.0.6, bitlbee-1.0, clisp-2.36, mailscanner-4.48.4,wiz1-3/+7
phpmyadmin-2.7.0, xmms-crossfade-1.3.10.
2005-12-05Note nvi-m17n PKGREVISION bump.wiz1-1/+2
2005-12-05Add -DGTAGS to the CFLAGS. Bump PKGREVISION because the binary changes.wiz1-1/+4
2005-12-05Added a note that using the binary bootstrap kits only works forrillig1-2/+4
privileged builds that use LOCALBASE=/usr/pkg.
2005-12-05Note addition of converters/smbchartool package 2.3a.taca1-1/+2
2005-12-05Add and enable smbchartool.taca1-1/+2
2005-12-05Importing converters/smbchartool pacakge 2.3a.taca5-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-05Note update of mail/poppassd package to 4.0.8nb2.taca1-1/+2
2005-12-05Quiet pkglint; changing make macro in double quotation into :Q modifier.taca2-4/+4
2005-12-05- Fix hangup when communicating with smbpasswd(8).taca4-14/+51
- Quiet pkglint; changing make macro in double quotation into :Q modifier. Bump PKGREVISION.
2005-12-05Note update of www/squid package to 2.5.12nb3.taca1-1/+2
2005-12-05- Add "carp" and "unlinkd" option which are enabled on default.taca2-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-05Shortened the code to extract pkgsrc variables by 30 lines, taking outrillig1-85/+49
much unnecessary redundancy from the code. Reordered the pkgsrc variables so that related variables appear adjacently in the output.
2005-12-05Updated mail/ja-squirrelmail to 1.4.5nb2martti1-1/+2
2005-12-05Updated mail/ja-squirrelmail to 1.4.5nb2martti9-10/+133
- sync with pkgsrc/mail/squirrelmail