summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-08PLIST fixadam1-1/+2
2007-01-08IRIX patch isn't usable.rillig1-2/+2
2007-01-08Corrected my last change. The original patch for CVE-2006-4810 wasrillig3-31/+11
correct, only the pkgsrc version somehow managed to get wrong. PKGREVISION++
2007-01-08Fixed the "fix" for CVE-2006-4810, since it introduced these compilerrillig2-11/+32
warnings. ===> GCC texindex.c: In function `readline': texindex.c:848: warning: assignment makes pointer from integer without a cast ===> MIPSpro cc-1515 cc: ERROR File = texindex.c, Line = 848 A value of type "long" cannot be assigned to an entity of type "char *". end = buffer - linebuffer->buffer; Well, if the compilers were more intelligent, they could have seen that (buffer == linebuffer->buffer) was an invariant and that the resulting difference was therefore always zero, and zero can be converted into any pointer type. ;)
2007-01-08ABI is usually undefined, so a defined() check is needed.rillig1-2/+2
2007-01-08Added patch to the built-in IRIX tools. Without that definition, it isrillig1-1/+2
impossible to do any work, since almost all packages have patches and devel/patch has a broken configure script, which makes the build fail.
2007-01-08Added security/pam-af version 1.0.1.obache1-1/+2
2007-01-08+pam-afobache1-1/+2
2007-01-08Import pam_af version 1.0.1.obache5-0/+55
pam_af is a simple anti-bruteforce PAM module for authentification services. It can be used to prevent brute-force attacks on services like SSH or Telnet.
2007-01-08Fixed Perl interpreter. PKGREVISION++rillig1-2/+5
2007-01-08patch-af is not really needed.rillig2-33/+1
2007-01-08Updated cqcam to 0.91.rillig13-246/+93
0.91 * Code reorganization * New GTK+ interface * Yet another overhaul of the XImage code, with some optimizations * Improved some documentation * Changed license to the GPL (and LGPL) * Major security fixes * Assorted bug fixes * Netwinder (ARM) port * Locking rewrite [Bruce Momjian] * 25-50% speedup in core driver code [Joe Zbiciak] * Solaris version [Simon Thornington] * OpenBSD support [Matt Mosley] * GTK 1.1/1.2 support [David Raufeisen] * Movie mode * Bulb mode, for long exposures
2007-01-08There is some debugging information in gtools.so.rillig1-1/+3
2007-01-08Fixed PKGMANDIR. Fixed shell interpreter. PKGREVISION++rillig1-4/+9
2007-01-08Made the package work for unprivileged users by installing the set-uidrillig2-4/+9
binary with 4511 instead of 4111. Generally, there should be no problem with these binaries being readable by their owner.
2007-01-08Fixed broken INSTALL definition.rillig1-2/+3
2007-01-08Fixed the broken INSTALL definition.rillig1-1/+2
2007-01-08This package uses a BSD-style Makefile.rillig1-1/+2
2007-01-08This package uses BSD-style Makefiles.rillig2-3/+6
It does not make sense to install a NetBSD patch on other platforms.
2007-01-08Redistribution of LHa is restricted.obache2-4/+10
2007-01-08Add LHa distribution notice from lha's manual page.obache1-0/+53
Only avaiable Japanese EUC-JP version.
2007-01-08NetBSD 3.0 doesn't have trunc().rillig2-7/+10
2007-01-08Don't run doxygen, even if it is installed.rillig1-1/+2
2007-01-08Added newlines after each paragraph.rillig1-1/+18
2007-01-08In make targets, it is seldomly useful to show the implementation to therillig1-3/+10
user.
2007-01-08Added the variable CONFIG_SHELL_FLAGS that is intended to be set to -xrillig1-2/+20
on the command line when nothing else helps. Added the configure-help target that runs configure --help.
2007-01-080.9h's distfile is now in OLD.obache1-2/+3
2007-01-08Made the package work and fixed file permissions. PKGREVISION++rillig1-3/+9
2007-01-08When fixing file permissions with find | xargs, there is always a racerillig1-3/+3
condition. Fixed this by using find -exec for the directories.
2007-01-08Uses flac API from 1.1.3, add appropriate depends.wiz1-1/+2
2007-01-08Updated SHA-1 for patch-ag.cbiere1-2/+2
2007-01-07The original author must have assumed d_reclen referred tocbiere1-2/+2
strlen(entr->d_name). Thus use this instead of the non-portable d_namlen field.
2007-01-07Fix pkglint warningsadam1-3/+4
2007-01-07Fix building on Darwin/Mac OS Xadam3-7/+19
2007-01-07don't free() memory which resides in sysv shm (xine bug #1620339,drochner2-1/+32
fixed in xine CVS) ride on PKGREVISION bump some hours ago
2007-01-07Use Gentoo patch to build against flac-1.1.3.wiz2-2/+9
2007-01-07Link libFLAC against libogg, since libFLAC references symbols fromwiz5-4/+38
there. Bump PKGREVISION and ABI depends (dependencies probably wouldn't have built anyway).
2007-01-07Updated mail/dovecot to 1.0rc17.ghen1-1/+2
2007-01-07Update to dovecot-1.0rc17. Just one fix:ghen2-6/+6
- MySQL authentication caused username to show up as "OK" in rc16.
2007-01-07intltool updated to 0.35.3.wiz2-3/+3
2007-01-07Update to 0.35.3:wiz2-6/+6
Version 0.35.3 * Check for leftout files in builddir, for for generated files (Rodney Dawes) * Load POTFILES.{skip,ignore} from $SRCDIR in intltool-update -- bug #391892 (Rodney Dawes) * Ignore files in POTFILES.{skip,ignore} when looking for leftout files -- bug #391892 (Rodney Dawes) * Match $LINGUAS with LINGUAS file more precisely -- bug #342500 (Jürg Billeter) Version 0.35.2 * Create builddir if it doesn't exist when generating header files -- bug #348952 (Rodney Dawes) * Update checks for leftout files with intltool-update -m -- bug #386118 (Rodney Dawes) * Better support for using $srcdir (Rodney Dawes) * Run intltool-update -m in make check (Rodney Dawes) * Handle LINGUAS environment variable properly -- bug #342500 (Rodney Dawes) * Make sure that we always call FindPackageName so variables get set properly -- bug #350013 (Rodney Dawes) * Set $top_builddir in Makefile.in.in for stamp-it rule -- bug #345560 (Daniel Leidert)
2007-01-07Updated comms/efax-gtk to 3.0.12adam2-3/+3
2007-01-07Changes 3.0.12:adam9-143/+62
Update Catalan translation (Jordi Sayol) and Hebrew translation Correct failure to clear the list of permitted client addresses for the socket interface after changing settings from the settings dialog. Hostname addresses permitted to connect to the socket server may now be specified in numeric dot notation. Numeric dot notation may also contain a trailing * as a wildcard. Make memory management of the PrintManager class easier/safer for the user. Revise method for passing of arguments to threads. Correct threading explanation for the program. Correct format of efax-gtk man page. Revise the 'mail_fax' script to refer to Heirloom mailx rather than nail. Update the copyright dates in the efax-gtk man file. PkgSrc: do not depend on comms/efax, fixing PR#33788
2007-01-07Uses USE_BSD_MAKEFILE. That is needed to compile the manual page onrillig1-3/+2
Solaris.
2007-01-07Added the variable USE_BSD_MAKEFILE.rillig1-4/+13
2007-01-07Updated dar to 2.3.2.rillig2-6/+11
from 2.3.1 to 2.3.2 - fixed bug in Native Language Support when --enable-locale-dir was not set (Thomas Jacob's patch) - updated Swedish translation by Peter Landgren - --verbose=skipped was not available (only the short -vs form was available) - reviewed regex with ordered mask for the feature to better fits user's need (Dave Vasilevsky's feedback) - fixed bug where compression algorithm was changed to maximum (fixed with Richard Fish's adequate patch) - fixed tutorial with command line evolution (dar's -g option in particular) - latest version of Grzegorz Adam Hankiewicz's mini-howto - fixed bug concerning restoration of only more recent files
2007-01-07Of course, the generated *.dat files should not take part in furtherrillig1-2/+2
generation, and so forth, ad infinitum. (The search order of find(1) seems to be different between NetBSD and Solaris.)
2007-01-07Updated fortunes-de to 0.20.rillig3-14/+14
Some additional quotes and wisdoms.
2007-01-07Fix pkglint warnings.wiz1-7/+7
2007-01-07Not needed any longer.wiz1-13/+0