summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-09Changes 2.4.6:adam2-6/+5
* Bug-fix release, see ChangeLog for details
2006-11-09Changes 2.4.6:adam4-30/+12
* Bug-fix release, see ChangeLog for details
2006-11-09Note update of www/squid package to 2.6.5.taca1-1/+2
2006-11-09pkgsrc chagnestaca6-66/+43
* install pinger program setuid to make ICMP work; the problem noted by Heron Gallegos via private mail. Key changes squid-2.6.STABLE4 to 2.6.STABLE5 * Bug #1776: 2.6.STABLE4 aufs fails to compile if coss isn't enabled * COSS improvements and cleanups * Bug #1785: Memory leak in handling of negatively cached objects * Bug #1780: Incorrect Vary processing in combination with collapsed_forwarding * Bug #1779: Delay pools fairness when multiple connections compete for bandwidth * Bug #1796: Assertion error HttpHeader.c:914: "str" * All comm loops now use the generic event framework * a number of other minor and cosmetic bugfixes. See the list of squid-2.6.STABLE4 changes and the ChangeLog file for details.
2006-11-09Documented the ksh-compatible form of the SKIP_FILTER.rillig1-2/+4
2006-11-09Added a little comment.rillig1-1/+9
The program now exits with the correct exit status in case of errors.
2006-11-09Greatly simplified the code and added documentation.rillig1-32/+31
2006-11-09Fixed the SKIP_FILTER command so that NetBSD's ksh can handle it as well.rillig2-5/+7
2006-11-09Rewrote check-portability in awk instead of shell, since the shell has arillig4-78/+147
huge performance problem: When reading files, it calls read(2) for every single byte. awk instead reads a whole line at a time. For the lang/php5 package, the execution time changed from (7.8 real 4.5 user 3.1 sys) to (1.6 real 1.5 user 0.4 sys).
2006-11-09Make it compile with gcc 4.x againmartin2-8/+8
2006-11-09Teach Solaris to expose snprintf() with:dsainty1-1/+4
CPPFLAGS.SunOS+=-D__EXTENSIONS__ Without this a Solaris 9 build falls over at cairo-output-stream.c.
2006-11-09Fix typo.ghen1-2/+2
2006-11-09Added a test new case for /bin/sh.rillig2-4/+45
2006-11-09Fixed "test ==".rillig1-1/+2
2006-11-09Made the package work for unprivileged users. Moved the man page torillig4-21/+11
man1, since the binaries are installed in bin/. PKGREVISION++
2006-11-09Added a function cs_explain() to check-subr.sh that prints anrillig3-6/+51
explanation for an error message, nicely formatted. Added explanations for the checks in check-portability.sh.
2006-11-09Added another sentence that explains how to disable this check forrillig1-7/+10
individual files.
2006-11-09Added an explanation how to fix the errors reported by this check.rillig1-1/+31
2006-11-09Made the code simpler.rillig1-8/+4
2006-11-09Fixed the package for unprivileged users.rillig4-12/+8
2006-11-09Registered the patch.rillig1-1/+2
2006-11-09Fixed the package for unprivileged users.rillig1-0/+28
2006-11-09Fixed "test ==".rillig1-1/+3
2006-11-09Fixed PKGMANDIR.rillig1-3/+3
2006-11-09Fixed the package for unprivileged builds.rillig1-2/+2
2006-11-09Fixed the package for unprivileged users.rillig2-3/+5
2006-11-09Fixed the package to work for unprivileged users.rillig3-6/+6
2006-11-09Fixed the program for unprivileged builds by not requiring data files torillig3-155/+41
be owned by bin:bin.
2006-11-09I forgot to update distinfo two weeks ago.rillig1-2/+2
2006-11-09Fixed so that the package will work when PKGREVISION gets set.rillig1-4/+4
2006-11-09install.sh contains "test ==" but is never used by pkgsrc.rillig1-1/+3
2006-11-09Fixed the package to also work if PKGREVISION gets incremented.rillig1-4/+4
2006-11-09Fixed PKGMANDIR.rillig2-7/+4
2006-11-09+opencvuebayasi1-1/+2
2006-11-09Note import of OpenCV 1.0.0, pkg/34655 from Anthony Mallet.uebayasi1-1/+2
OpenCV means Intel(R) Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement many popular Image Processing and Computer Vision algorithms. OpenCV provides cross-platform middle-to-high level API that includes about 300 C functions and a few C++ classes. Also there are Python bindings to OpenCV. OpenCV has no strict dependencies on external libraries, though it can use some (such as libjpeg, ffmpeg, GTK+ etc.) OpenCV provides transparent interface to Intel(R) Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available.
2006-11-09Import OpenCV 1.0.0, pkg/34655 from Anthony Mallet.uebayasi5-0/+398
OpenCV means Intel(R) Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement many popular Image Processing and Computer Vision algorithms. OpenCV provides cross-platform middle-to-high level API that includes about 300 C functions and a few C++ classes. Also there are Python bindings to OpenCV. OpenCV has no strict dependencies on external libraries, though it can use some (such as libjpeg, ffmpeg, GTK+ etc.) OpenCV provides transparent interface to Intel(R) Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available.
2006-11-09Moved the portability checks from the configure/ directory to checks/,rillig8-57/+219
since according to the comment in check/bsd.check.mk, they belong there. Added a new check for all C and C++ header files to make sure they don't contain strings like ${prefix} or ${exec_prefix}, which is currently a problem with sysutils/dbus and has been noticed in PR 35019. This check is disabled by default since I don't know anything about possible false positives, but I plan to enable it for PKG_DEVELOPERs after some testing. Added two names for hooks that are placed in the configure and in the build phase. Now the checks look more like becoming something one could call a framework, sharing a common structure and a documented interface.
2006-11-09Committed the patches from PR 35020 by Anthony Mallet, which fixrillig4-2/+35
unportable use of some utilities' options, at least for NetBSD. PKGREVISION++
2006-11-09In the status and error messages, say _which_ lock is being held byrillig1-3/+3
another process. It's a little more verbose now, but it helps understanding what goes on.
2006-11-09Fixed two scripts so that they also run when "set -u" is in effect.rillig2-4/+5
2006-11-09Clarify _who_ is supposed to set the SUBST_* variables.rillig1-2/+2
2006-11-09Added BUILD_DEFS_EFFECTS.rillig1-2/+2
2006-11-08net/tor -> 0.1.1.25tv1-1/+2
2006-11-08Update to 0.1.1.25.tv2-6/+6
Changes in version 0.1.1.25 - 2006-11-04 o Major bugfixes: - When a client asks us to resolve (rather than connect to) an address, and we have a cached answer, give them the cached answer. Previously, we would give them no answer at all. - We were building exactly the wrong circuits when we predict hidden service requirements, meaning Tor would have to build all its circuits on demand. - If none of our live entry guards have a high uptime, but we require a guard with a high uptime, try adding a new guard before we give up on the requirement. This patch should make long-lived connections more stable on average. - When testing reachability of our DirPort, don't launch new tests when there's already one in progress -- unreachable servers were stacking up dozens of testing streams. o Security bugfixes: - When the user sends a NEWNYM signal, clear the client-side DNS cache too. Otherwise we continue to act on previous information. o Minor bugfixes: - Avoid a memory corruption bug when creating a hash table for the first time. - Avoid possibility of controller-triggered crash when misusing certain commands from a v0 controller on platforms that do not handle printf("%s",NULL) gracefully. - Avoid infinite loop on unexpected controller input. - Don't log spurious warnings when we see a circuit close reason we don't recognize; it's probably just from a newer version of Tor. - Add Vidalia to the OS X uninstaller script, so when we uninstall Tor/Privoxy we also uninstall Vidalia.
2006-11-08mail/clamav: rename VIRUSDBDIR to CLAMAV_DBDIR and make it user-settable.ghen3-13/+15
Default value is kept but now set in mk/defaults/mk.conf.
2006-11-08Updated mail/dovecot to 1.0rc13.ghen1-1/+2
2006-11-08Update to dovecot-1.orc13. From the release announcement mail:ghen3-21/+21
I'll just keep on making new releases now whenever something important is fixed. Hopefully there shouldn't be many left anymore. Most of the bugs fixed in this release were found by stress testing with my imaptest tool (http://dovecot.org/tools/imaptest.c). If you're interested in knowing how perfectly your Dovecot setup works (especially if you're using NFS), you could try the tool yourself also. I still see one crash with mmap_disable=yes, but it's pretty rare. Will see if I get it fixed before v1.0, but it's not that important. + deliver: If we're executing as a normal system user, get the HOME environment from passwd if it's not set. This makes it possible to run deliver from .forward. - Older compilers caused LDAP authentication to crash - Dying LDAP connections weren't handled exactly correctly in rc11, although it seemed to work usually - Fixed crashes and memory leaks with AUTHENTICATE command - Fixed crashes and leaks with IMAP/POP3 proxying - maildir: Changing a mailbox while another process was saving a message there at the same may have caused the changes to not be made into the maildir, which could have caused other problems later..
2006-11-08Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.0.6.ghen1-1/+4
2006-11-08Update seamonkey, seamonkey-bin and seamonkey-gtk1 to 1.0.6. Fixed in this ↵ghen6-16/+14
version: MFSA 2006-67 Running Script can be recompiled MFSA 2006-66 RSA signature forgery (variant) MFSA 2006-65 Crashes with evidence of memory corruption (rv:1.8.0.8) For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.6/README.html
2006-11-08Updated graphics/p5-Gdk-Pixbuf to 0.7009nb12.obache1-1/+2