summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-11Explain "dnsrbl" and "spf" used by "milter-greylist".tron1-0/+2
2007-10-11+rariandrochner1-1/+2
2007-10-11Import rarian-0.6 which will replace "scrollkeeper" as the documentationdrochner6-0/+127
installer in gnome-2.20. (For now, nothing depends on it; I want to make sure that it does at least compile on all relevant platforms.)
2007-10-11Make usb_control_msg() return the number of bytes actually transferreddrochner3-6/+15
rather than the requested transfer length (USBD_SHORT_XFER_OK is set, so this may happen). This is the documented behaviour, and it is appearently what the Linux version does. Bump PKGREVISION. From Erik Berls per PR pkg/37053.
2007-10-11Updated mail/sylpheed to 2.4.7xtraeme2-3/+3
2007-10-11Update to 2.4.7:xtraeme2-6/+6
* The bug that 'Set display item of summary...' button in the common preferences dialog always show send folder setting was fixed. * The previous focus is kept when separation of view is changed. * The status label is automatically resized now when there is not enough width. * The bug that virtual folders were not sorted properly was fixed. * The crash when trying to use ascii-armored PGP encryption was fixed. * The most of compiler warnings were removed. Changes for 2.4.6: * The 'To' column was added to the summary view. * In Sent, Draft, and Queue folders, the 'To' column is displayed by default. * The display column setting of send folders became independent from normal folders. * The ascii-armored PGP encryption was fixed. * The combined method is used now when both PGP encryption and PGP signing are specified. * The PGP passphrase dialog was disabled on filtering and query search. * The new message notify will be blocked when a new message is read on receiving. * 'LIST "" "*"' command is used instead of 'LIST "" "%"' to obtain folder list from IMAP4 server. * The bug that noinferior and noselect flags were ignored until rebuilding folder tree when a new folder was created on IMAP4 server was fixed. * If attached files become nonexistent on sending, error dialog will be displayed and the sending will abort.
2007-10-11+mail/p5-URI-imaptv1-1/+3
+mail/p5-IMAP-Client
2007-10-11Add p5-IMAP-Client-0.13 (and its small dependency, p5-URI-imap).tv9-1/+77
From DESCR: This module was created as a low-level inteface to any IMAP server. It was built to be a 'clear box' solution to working with an IMAP environ- ment. The idea is that anything an IMAP client should be able to do, and any information available via the IMAP specs, should be available to a client interface and user. This way, the full strength of the IMAP protocol and data can be utilized, ideally in the most network- efficient mannger possible, rather than being contrained only to a sub- set of commands or data-limited responses. If the server says it, the client should be able to see it. This module also takes steps to be able to handle anticipated situa- tions for the user rather than forcing a per-implementation behavior for such expected events, such as referrals. IMAP::Client will fully support referrals, and will transparently handle them for whatever com- mand is issued to them (so long as the referral s for anonymous or the same user with the same password - a new user or different password would require a new username/password to be obtained. As of 0.01, this is not supported, however the framework is down. This module also tries to follow the various RFCs for IMAPrev1 communi- cations very closely, enforcing client-side responsabilities where appropriate.
2007-10-11Updated graphics/gimp-fix-ca to 3.0.1dsainty1-1/+2
2007-10-11Update gimp-fix-ca to version 3.0.1:dsainty2-8/+7
Changes since version 2.1.0: # 3.0.1 (July 5, 2007) Fix a bug involving image row cache that cause bad CA correction when the number of pixel moved is large. # 3.0.0 (July 3, 2007) Add CA fix in X and Y axis.
2007-10-11- x11vnc-0.9.3obache1-2/+1
2007-10-11Updated x11/x11vnc to 0.9.3obache1-1/+2
2007-10-11Update x11vnc to 0.9.3.obache2-6/+6
New in the 0.9.3 x11vnc release: This release provides client-side caching to improve interactive response. Almost no VNC viewers implement caching which is why VNC is slow compared to other remote graphics protocols. The x11vnc caching will work with any VNC viewer, but they will not hide the pixmap cache region that is below the main desktop (one must adjust the window manually). The SSVNC Unix VNC viewer, however, automatically detects and hides the region. To enable caching, supply "-ncache n" to x11vnc, where the number n, e.g. 10, indicates how much memory to devote to the caching scheme. See http://www.karlrunge.com/x11vnc/#faq-client-caching
2007-10-11Add $HOME/.pinepwd support by default; bump PKGREVISION. Option "pinepwd"tv3-5/+21
can be disabled to remove the behavior again. In spite of UW's "recommendations" against enabling this, it should be up to the sysadmin and user whether to use the rope to build a bridge or hang him/herself. PC-Pine has it enabled by default; there's no reason besides FUD to make the Un*x build any different.
2007-10-11add DESTDIR supportjnemeth1-2/+4
2007-10-11This version of Ghostscript has some form of support for CUPS, but itdsainty1-1/+3
doesn't currently pull in CUPS itself. Generally that means the package builds without CUPS support. However, if you are using Pkgsrc on a system with CUPS installed via some other means (E.g. Linux with another packaging system, or even a second Pkgsrc root probably) then things can go wrong. I solve this case here by explicitly disabling CUPS support. For normal cases this should mean "No change", but in exotic cases it fixes the build and install. Of course, there may be value in using the CUPS support, but it isn't clear whether the right way to do that is to add a "cups" package option or to have a second ghostscript-cups package that CUPS depends on - it kind of looks like the latter is closer to correct at first glance.
2007-10-11switch to using INSTALLATION_DIRS to create all necessary directoriesjnemeth1-3/+3
XXX this package needs a major cleanup, but since it doesn't work on modern versions of NetBSD and is for a severely outdated version of vmware workstation, I'm not going to worry about it too much
2007-10-11Don't check for a thread-safe resolver library if both SPF and DNS RBLtron2-1/+15
support are disabled. Based on a patch by Emmanuel Dreyfus. This should fix PR pkg/37064 by Petar Bogdanovic.
2007-10-11The code to verify user and password provided inhauke1-2/+2
daemon/verify-{crypt,shadow}.c prints out the user name in various places, where daemon/verify-pam.c code does not. Get out of sync with the login dialog, and you'll have your password logged. Adapt patches from the gdm 2.20 branch for (1) not logging the user name in any syslog error messages (2) not localizing the log messages. Bump pkg revision. Fixes PR 31417.
2007-10-11milter-greylist version 3.1.7 is not a stable version.tron1-2/+1
2007-10-11The code to verify user and password provided inhauke3-1/+203
daemon/verify-{crypt,shadow}.c prints out the user name in various places, where daemon/verify-pam.c code does not. Get out of sync with the login dialog, and you'll have your password logged. Adapt patches from the gdm 2.20 branch for (1) not logging the user name in any syslog error messages (2) not localizing the log messages. Fixes PR 31417.
2007-10-11Note update of "apr" and "apr-util" package.tron2-4/+4
2007-10-11Update "apr-util" package to version 1.2.10. Changes since version 1.2.8:tron2-8/+6
- Support BerkeleyDB 4.6. - Test improvements to validate testmd4 and testdbm, unattended. Changes with APR-util 1.2.9 - Ensure that an apr_reslist shrinks back to SMAX via the TTL by reorganising the resource list from a queue to a stack. Apache Bug 40348. - Fix Solaris 2.8+ fdatasync() detection. The fdatasync() function is marked as part of the Realtime library functions. Apache Bug 37343. - Change configure's expat detection to use standard linker-based tests, fixing build on e.g. biarch Linux systems. Apache Bug 28205. - Portably implement testdate's long-time constants to solve compilation faults where #LL isn't valid. - APR_FIND_APU macro no longer checks /usr/local/apache2/. Apache Bug 42089. - Fix handling of attribute namespaces in apr_xml_to_text() when a namespace map is provided. Apache Bug 41908.
2007-10-11Update "apr" package to version 1.2.11. Changes since version 1.2.9:tron2-7/+6
- Win32 apr_file_read; Correctly handle completion-based read-to-EOF. - Fixed Win32 regression of stdout inheritance in apr_proc_create. - Solve winNT inherited pipe leaks by mutexing apr_proc_create calls, on WinNT (not WinCE, nor 9x) so that we toggle the inherited state of the stdin/out/err pipes. All other file handles are treated as not-inherited until apr_file_dup2'ed a std handle of this process, or while they are used by apr_proc_create. - Define the Mac OS/X filesystem_encoding as utf-8 (in previous releases the interpretation would vary). - Fix day of year (tm_day) calculation for July. The bug only affects Windows builds. Apache Bug #42953. - Fix LFS detection when building over NFS. The mode must be specified when O_CREAT is in the flags to open(). Apache Bug #42821. - Avoid overwriting the hash_mutex table for applications that incorrectly calls apr_atomic_init(). Apache Bug #42760. - Allow IPv6 connectivity test to fail, avoiding a potentially fatal error. - The MinGW Windows headers effectively redefines WINADVAPI from __stdcall to empty which results in a link failure when wincrypt.h is placed after an include to apr_private.h. Apache Bug #42293. - Define SEM_FAILED if it isn't already defined, as the proc mutex code already does it. Also search for the sem_open function in the realtime library. (This fixes HP-UX sem_open detection). - Define the _HPUX_SOURCE feature test macro to obtain maximum functionality. Fixes broken sendfile with LFS support on HP-UX. Apache Bug #42261.
2007-10-11Note the end of the freeze for pkgsrc-2007Q3agc1-1/+2
2007-10-11Clarified the comment that no dependency is added by this file.rillig1-2/+3
2007-10-11+ USE_PHP_EXT_PATCHESrillig1-2/+3
2007-10-10Fixed abuse of the C preprocessor.rillig2-1/+40
2007-10-10Fixed pointer signedness and static/extern mismatch.rillig3-5/+45
2007-10-10Fixed typecast around lvalue.rillig2-1/+17
2007-10-10Fixed extra qualification.rillig2-1/+15
2007-10-10Fixed non-static definition after static declaration.rillig2-1/+15
2007-10-10Fixed extra qualifiers.rillig2-1/+19
2007-10-10Fixed missing rpath in xgridedit.rillig1-1/+2
2007-10-10Fixed the code the correct way. I somehow forgot to test the last change.rillig2-5/+16
2007-10-10Fixed obscure C code.rillig2-1/+23
2007-10-10Fixed the compiler warnings (here with -Werror) the proper way, by doingrillig8-61/+79
the type casts just before calling the <ctype.h> functions.
2007-10-10Fixed building with g++4.rillig3-1/+35
2007-10-10Fixed implicit function declarations.rillig9-34/+91
2007-10-10Fix a long standing bug where PKG_INFO was used before it was defined.dmcmahill1-8/+8
2007-10-10Updated BUILDLINK_ABI_DEPENDS since openh323 does not build with earlierrillig1-2/+2
versions (using g++4).
2007-10-10Found another "extra qualification" that has not stopped the packagerillig3-3/+17
from building. Detected when compiling openh323. PKGREVISION++ since the package was broken but installed nevertheless.
2007-10-10Needs lex and yacc, as reported in PR 37097.rillig1-1/+2
2007-10-10Let the user override gmake_command.rillig2-1/+22
2007-10-10Add USE_TOOLS+= lex yacc.reed1-1/+2
This is for PR #37095 noticed on Linux.
2007-10-10Fixed build with g++4.rillig4-1/+41
2007-10-10+ bbdb-2.35obache1-1/+2
2007-10-10Don't include "mail/libspf-alt/buildlink3.mk" unconditionally. It istron1-2/+1
only necessary if the "spf" option is enabled (which is the default). This fixes one of the problems reported in PR pkg/37064.
2007-10-10Rewrote the comments on REQD_FILES to be accessible via "bmake help".rillig1-11/+22
2007-10-10Fixed "extra qualification" errors.rillig4-12/+31