summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2005-12-05Updated mail/squirrelmail to 1.4.5nb2martti1-1/+2
2005-12-05Updated squirrelmail to 1.4.5nb2martti3-3/+17
- avoid corrupted attachment downloads (pkg/32175).
2005-12-05Added patch-ax, which fixes PR 30948. The SunPro compiler does not know therillig2-1/+17
__FUNCTION__ macro, but knows the __func__ identifier.
2005-12-05Updated scponly to 4.1.snj2-3/+3
2005-12-05Update to 4.1, which brings numerous bugfixes.snj3-25/+25
While here, apply a patch from Eric Schnoebelen in PR pkg/31114 to fix a bogus reference to id.
2005-12-05jdolecek already updated php5.snj1-2/+1
2005-12-05s/refinecvsl/refinecvs/snj1-1/+1
2005-12-05Revert revision 1.9 so that the package can be compiled again withkim1-3/+3
ICES_USE_PERL=YES.
2005-12-04Note net/lftp update.salo2-3/+3
2005-12-04Update to version 3.3.5salo6-22/+47
Changes: - prefer ssl over gnutls by default, by popular demand - refresh MASTER_SITES list - add perl option, installs optional additional perl scripts 3.3.5: ====== - added mirror --older-than, --size-range and --max-errors options. - improved CCC support - allowed protected transfers after CCC. - added support for sftp v5 and v6 (experimental). - added configure option --with-pager. - fixed file uploading via protected ftp with openssl. - fixed compilation on cygwin. - fixed compilation with sun c++. 3.3.4: ====== - added support for CCC command and ftp:ssl-use-ccc setting. - remove password from URLs when showing them on status line. - fixed `open -u' with an URL. - fixed a rare spinning. - fixed compilation on HP-UX. - fixed handling of 334 reply to AUTH command. 3.3.3: ====== - added support for LFTP_HOME environment variable. - added workaround for proftpd's empty directories. - fixed `open file:/path'. - fixed some bugs introduced in 3.3.2. 3.3.2: ====== - fixed a coredump caused by double-free. 3.3.1: ====== - new setting xfer:destination-directory (default for -O option of get, mget). - fixed path+file combination in http - avoid double slash. - fixed url composition in hftp, a slash was missed. - fixed `open ftp.example.com/path'. - fixed a coredump when a bookmark contained lots of quotable characters. - fixed a coredump when an error happened while loading CA or CRL certificates. - fixed uploading of empty files via ftp with ftp:ssl-protect-data on. - fixed exit code of slot command. - fixed a coredump with `kill all'. - fixed path extraction from html files (broken in 3.3.0). 3.3.0: ====== - now plain files can be current location in http protocol. - report total bytes transferred and transfer rate in mirror. - included a script for file verification (verify-file). It can check crc32, md5sum, gzip, bzip2, rpm, unzip and other things. - new settings xfer:verify, xfer:verify-command. When xfer:verify is on, verify-command is launched after successful file transfer (to local disk) to check the file consistency. - fixed `source -e' to allow subprocess reading from the terminal. - fixed `source' to return error exit code if the file is unreadable. - fixed `source' on large command files - some commands were truncated.
2005-12-04patch pear to use -n post-install - it cannot be done using normaljdolecek1-2/+6
patch framework, the file is part of binary .phar archive and is created during installation this has been submitted as PHP bug #35544, so this may be adressed upstream hopefully
2005-12-04Note updated of devel/yasm to 0.4.0.kristerw2-3/+3
2005-12-04Update yasm to 0.4.0 using patches provided by FUKAUMI Naoki in PR pkg/30445.kristerw6-21/+69
New features since 0.2.2: * ELF AMD64 and 32-bit shared object support (using the NASM notation "WRT ..got", etc). * STABS debugging format (enable with "-g stabs"). * NASM-like list format. * XDF object format (64-bit basic format, similar in spirit to NASM's RDF). * Dozens of bugfixes in x86 and AMD64 support. * Numerous cross-platform build fixes. * No perl dependencies for standard build. * New man pages: yasm(1) and yasm_arch(7). * Full support for ELF, including support for both AMD64 and 32-bit x86 targets; note: for AMD64 output, the machine type must be set to "amd64" using the "-m" command line option, e.g. "yasm -m amd64 -f elf test.asm". * Full warnings for integer overflow. * Full support for AMD64 RIP-relative addressing; the two forms supported are "[rip+val]" (direct index) and "[sym wrt rip]" (relocated relative). * Many AMD64 bugfixes including correct operand size handling (and o64 override); thanks to the many bug reports to help improve YASM in this area!
2005-12-04Enable refinecvsmjl1-1/+2
2005-12-04Note refinecvsmjl1-1/+2
2005-12-04Initial import of refinecvs 0.86.1251mjl4-0/+55
refinecvsl is a Perl script which converts CVS repositories to a SVN dump, suitable to load into a subversion repository by the "svnadmin load" command.
2005-12-04Reverted the last change after massive protest from agc.rillig1-5/+8
2005-12-04Added documentation for the make(1) variables that are most likely to berillig1-1/+24
overridden in a user's mk.conf file.
2005-12-04Restore previously used file locations.kim4-23/+79
2005-12-04Note PKGREVISION bump of sysutils/gnome-vfs2.hira1-1/+2
2005-12-04- Add missing files to PLIST.hira2-2/+7
- Add missing schema file to GCONF2_SCHEMAS. Bump PKGREVISION.
2005-12-04The work directory was stored in the default rc file since upgrade tokim1-2/+2
1.0b4nb1. There was no default rc file before. Explicitly setting the path passed to the install script seems to avoid the problem.
2005-12-04The checksums for pkgsrc patches are always checked -- even ifrillig1-6/+1
NO_CHECKSUM is set.
2005-12-04Make note of helpdeco update.ben1-1/+2