Commit graph

107791 commits

Author SHA1 Message Date
adam
06e0314e0d PLIST fix 2007-01-08 09:41:21 +00:00
rillig
81f8e0d093 IRIX patch isn't usable. 2007-01-08 08:55:52 +00:00
rillig
d31bca5c45 Corrected my last change. The original patch for CVE-2006-4810 was
correct, only the pkgsrc version somehow managed to get wrong.

PKGREVISION++
2007-01-08 08:50:51 +00:00
rillig
ad7f4f498b Fixed the "fix" for CVE-2006-4810, since it introduced these compiler
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-08 08:21:47 +00:00
rillig
02c39c55d6 ABI is usually undefined, so a defined() check is needed. 2007-01-08 07:13:54 +00:00
rillig
ae20e87304 Added patch to the built-in IRIX tools. Without that definition, it is
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-08 06:54:34 +00:00
obache
5a24299268 Added security/pam-af version 1.0.1. 2007-01-08 06:34:37 +00:00
obache
38980f4d8a +pam-af 2007-01-08 06:33:49 +00:00
obache
88a2c34ea0 Import pam_af version 1.0.1.
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-08 05:49:01 +00:00
rillig
0e1a1f5ba9 Fixed Perl interpreter. PKGREVISION++ 2007-01-08 04:56:35 +00:00
rillig
fbd8c54897 patch-af is not really needed. 2007-01-08 04:54:16 +00:00
rillig
ed743a35af Updated cqcam to 0.91.
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-08 04:51:44 +00:00
rillig
e02c28a1d3 There is some debugging information in gtools.so. 2007-01-08 04:40:27 +00:00
rillig
02738a02e0 Fixed PKGMANDIR. Fixed shell interpreter. PKGREVISION++ 2007-01-08 04:12:35 +00:00
rillig
442c33cd3c Made the package work for unprivileged users by installing the set-uid
binary with 4511 instead of 4111. Generally, there should be no problem
with these binaries being readable by their owner.
2007-01-08 03:42:13 +00:00
rillig
6479bd287b Fixed broken INSTALL definition. 2007-01-08 03:27:27 +00:00
rillig
cae47ebbc1 Fixed the broken INSTALL definition. 2007-01-08 03:23:59 +00:00
rillig
e9b30c84bd This package uses a BSD-style Makefile. 2007-01-08 03:20:05 +00:00
rillig
302562f9f2 This package uses BSD-style Makefiles.
It does not make sense to install a NetBSD patch on other platforms.
2007-01-08 03:19:01 +00:00
obache
fa18bbbeaa Redistribution of LHa is restricted. 2007-01-08 03:11:31 +00:00
obache
9c97680902 Add LHa distribution notice from lha's manual page.
Only avaiable Japanese EUC-JP version.
2007-01-08 03:09:06 +00:00
rillig
fdbbf623a4 NetBSD 3.0 doesn't have trunc(). 2007-01-08 03:01:29 +00:00
rillig
f333e48fe0 Don't run doxygen, even if it is installed. 2007-01-08 02:39:42 +00:00
rillig
5c8b46962e Added newlines after each paragraph. 2007-01-08 02:38:42 +00:00
rillig
53cdd9a462 In make targets, it is seldomly useful to show the implementation to the
user.
2007-01-08 02:27:05 +00:00
rillig
ec83695b2a Added the variable CONFIG_SHELL_FLAGS that is intended to be set to -x
on the command line when nothing else helps.

Added the configure-help target that runs configure --help.
2007-01-08 02:26:03 +00:00
obache
84805e67c4 0.9h's distfile is now in OLD. 2007-01-08 02:24:13 +00:00
rillig
8551599402 Made the package work and fixed file permissions. PKGREVISION++ 2007-01-08 01:50:41 +00:00
rillig
70c8b73f0b When fixing file permissions with find | xargs, there is always a race
condition. Fixed this by using find -exec for the directories.
2007-01-08 01:40:23 +00:00
wiz
1d739a1ea6 Uses flac API from 1.1.3, add appropriate depends. 2007-01-08 00:19:18 +00:00
cbiere
acadf7eee2 Updated SHA-1 for patch-ag. 2007-01-08 00:07:59 +00:00
cbiere
5643b5ee30 The original author must have assumed d_reclen referred to
strlen(entr->d_name). Thus use this instead of the non-portable d_namlen
field.
2007-01-07 23:53:24 +00:00
adam
42a225cb35 Fix pkglint warnings 2007-01-07 19:02:12 +00:00
adam
269cdf6600 Fix building on Darwin/Mac OS X 2007-01-07 19:00:59 +00:00
drochner
e868332921 don't free() memory which resides in sysv shm (xine bug #1620339,
fixed in xine CVS)
ride on PKGREVISION bump some hours ago
2007-01-07 17:36:26 +00:00
wiz
eee2dd4fe5 Use Gentoo patch to build against flac-1.1.3. 2007-01-07 15:02:16 +00:00
wiz
54cae78725 Link libFLAC against libogg, since libFLAC references symbols from
there. Bump PKGREVISION and ABI depends (dependencies probably wouldn't
have built anyway).
2007-01-07 15:01:52 +00:00
ghen
9ed7f54379 Updated mail/dovecot to 1.0rc17. 2007-01-07 14:49:22 +00:00
ghen
f48ec948a8 Update to dovecot-1.0rc17. Just one fix:
- MySQL authentication caused username to show up as "OK" in rc16.
2007-01-07 14:48:54 +00:00
wiz
0d2a1f4cd0 intltool updated to 0.35.3. 2007-01-07 14:41:40 +00:00
wiz
da0bdf6b75 Update to 0.35.3:
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-07 14:40:17 +00:00
adam
4622bd20bd Updated comms/efax-gtk to 3.0.12 2007-01-07 13:48:11 +00:00
adam
0ec57045cc Changes 3.0.12:
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-07 13:46:18 +00:00
rillig
515c75b963 Uses USE_BSD_MAKEFILE. That is needed to compile the manual page on
Solaris.
2007-01-07 13:39:44 +00:00
rillig
0604f3f4ed Added the variable USE_BSD_MAKEFILE. 2007-01-07 13:38:52 +00:00
rillig
5d96020099 Updated dar to 2.3.2.
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-07 13:29:20 +00:00
rillig
92b539495f Of course, the generated *.dat files should not take part in further
generation, and so forth, ad infinitum. (The search order of find(1)
seems to be different between NetBSD and Solaris.)
2007-01-07 13:24:33 +00:00
rillig
b810b52890 Updated fortunes-de to 0.20.
Some additional quotes and wisdoms.
2007-01-07 13:14:15 +00:00
wiz
1e841aac14 Fix pkglint warnings. 2007-01-07 12:54:22 +00:00
wiz
0503443844 Not needed any longer. 2007-01-07 12:53:51 +00:00