summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-08Add MASTER_SITE_SOURCEFORGE_JP to MASTER_SITES.obache1-2/+3
2007-01-08Only use __builtin_ctzl if it is available; minimum gcc version number takenjmmv2-3/+3
from http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00828.html, so I guess it is right. Should fix PR pkg/35380 by tron@, which reports build failure under NetBSD 3.1/i386 (it worked in -current, though).
2007-01-08Update devel/doxygen to 1.5.1adam2-3/+3
2007-01-08Changes 1.5.1:adam3-78/+44
* Bug fixes and improvements
2007-01-08MIPSpro knows the -c99, -M and -MDupdate options.rillig1-1/+5
2007-01-08Updates graphics/graphviz to 2.12adam1-1/+2
2007-01-08Changes 2.12:adam8-129/+118
- Bug fix release for 2.10 - The gd plugin for font handlers was not being used at all if the build did not use fontconfig, e.g., on Windows. In addition, the code had dropped the name mapping to Windows font names. - PostScript output had an extraneous '%' character on the first line, which would cause printing to fail. - Text handling, during both sizing and layout, incorrectly handled empty lines such as label="\nabc". - HTML-like tables had been changed to use too much vertical space, to possibly use the wrong font in calculating the height of a line, and to use the wrong offset when moving the baseline from one line to the next.
2007-01-08Rewrote the config.h parsing code to work with both autoconf 2.13 andrillig1-20/+20
2.59. Tested with devel/libslang, which is particularly nasty because it comes without a configure.ac file and also does not use the standard config.h filename.
2007-01-08Updated devel/ncurses to 5.6adam2-3/+3
2007-01-08Changes 5.6:adam9-52/+84
Hashed-databases are supported for storing terminal descriptions. Support for magic-cookies such as hpterm was improved. Support for rpath in shared libraries was revised. Many bugfixes were made for memory leaks, wide-character support, portability, and more.
2007-01-08Added two keywords to the description of WRKOBJDIR, since I just cannotrillig1-1/+3
remember whether it's WRKOBJDIR (right) or OBJWRKDIR (wrong).
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.