summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-02-07Fix build on Solaris.markd2-6/+9
2006-02-07Fix build on Solaris.markd5-3/+47
2006-02-07hylafax update.markd1-1/+2
2006-02-07Pass $VARBASE to configure's environment so that its use in patch-aemarkd1-2/+3
works. Bump PKGREVISION.
2006-02-07- The diagnostics are filtered through strxvis(), so that pkglint is ablerillig1-2/+9
to check and report warnings even in files of random contents without emitting any terminal control sequences.
2006-02-07Fixed some pkglint -Wall warnings. This should fix PR 32763.rillig1-18/+17
2006-02-07- Not only check for the definition of deprecated variables, but also forrillig1-11/+21
using them. - The :Q operator should not be used in double quotes.
2006-02-07Fixed some more pkglint -Wall warnings. Somewhat related to PR 32763.rillig1-16/+16
2006-02-07Updated net/trafshow to 5.2.1nb1jnemeth1-1/+2
2006-02-07Fix BUILDLINK_RECOMMENDED: package name is subversion-base notxtraeme1-2/+2
subversion (hi joerg!!)
2006-02-07Make "install" a phony target, so that it works on a case-insensitiveminskim2-1/+12
file system.
2006-02-07Do not define a variable in a header file included by multiple .c files.minskim2-1/+15
This makes the package build on Darwin. Patch from DarwinPorts. The modified header file is used internally, and never installed. So no visible changes to dependent packages.
2006-02-07bump for last changejnemeth1-1/+2
2006-02-07pthread is now required as per the READMEjnemeth1-1/+2
2006-02-07Note update of devel/pcre to version 6.6gavan1-1/+2
2006-02-07Update to 6.6:gavan2-6/+6
Version 6.6 06-Feb-06 --------------------- 1. Change 16(a) for 6.5 broke things, because PCRE_DATA_SCOPE was not defined in pcreposix.h. I have copied the definition from pcre.h. 2. Change 25 for 6.5 broke compilation in a build directory out-of-tree because pcre.h is no longer a built file. 3. Added Jeff Friedl's additional debugging patches to pcregrep. These are not normally included in the compiled code.
2006-02-07Define a structure before using it to declare an array. Makes this packageminskim2-1/+15
build on Darwin. Approved by the maintainer.
2006-02-06libz is needed on Linux. Bumped PKGREVISION.rillig2-4/+5
2006-02-06Use PKGNAME_NOREV to get the right DISTNAMEabs1-3/+3
2006-02-06Add Enigmail to suggested packages.ghen1-1/+5
2006-02-06Remove a non-existant directory from PLIST.ghen1-2/+1
2006-02-06Move a variable declaration to the beginning of the function. Shoulddmcmahill2-1/+23
keep gcc-2.95 happy. Fix applied upstream too.
2006-02-06Remove a non-existant directory from PLIST.ghen2-4/+2
2006-02-06Updated wm/evilwm to 0.99.23sketch1-1/+2
2006-02-06Make the long-awaited update to 0.99.23. Changes:sketch2-6/+6
2006-02-06 Fixed -v option parsing. Released 0.99.23.
2006-02-06Updated wm/evilwm to 0.99.22sketch2-3/+3
2006-02-06Update to 0.99.22. Changes:sketch2-7/+6
2006-01-18 EWMH hints added so vdesk/sticky states persist across wm change. 2006-01-25 Alt+Tab behaviour modified to be more in line with what most people expect (single Alt+Tab goes back to previously selected window). Added -altmask to override Shift as default control behaviour change key. Added resizing with Ctrl+Alt+Shift+[HJKL]. 2006-01-26 Released 0.99.22.
2006-02-06add fix to build php-xmlrpc and php5-dom successfully with 5.1.2jdolecek1-1/+4
2006-02-06Use option groups to handle mutual exclusivity.tv1-8/+14
2006-02-06Add missing CVS ID to manual patch.joerg2-2/+4
2006-02-06Set required libtool version to 1.5.22nb1, to skip regression issue in thetv1-1/+2
original 1.5.22 package.
2006-02-06Fix regression on DragonFly where two config variables were no longer beingtv5-10/+91
set (thinko by person implementing the change between 1.5.18 and 1.5.22). Bump PKGREVISION.
2006-02-06Updated sysutils/libol to 0.3.17adrianp1-1/+2
2006-02-06Update to 0.3.17adrianp3-8/+8
> 2005-11-23 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped version number to 0.3.17 > > * src/io.c (do_write): added workaround for broken destination > sockets > > * src/pkt_buffer.c (do_flush_stream): make sure data is not lost > if A_WRITE returns failure by pushing it back to the buffer > > 2005-05-03 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped version number to 0.3.16 > > * src/io.c (io_iter): fixed possible nonblocking_fd leaks as > unlinking an fd might have dropped some valid structures > > * src/werror.c: fixed werror_hexdump and related functions, > still #if 0ed but useful for tracking down gc related problems
2006-02-06Updated mail/sylpheed-devel to 2.2.0beta8xtraeme2-3/+3
2006-02-06Update to 2.2.0beta8.xtraeme2-7/+6
* 2.2.0beta8 (development) * The help of command line options was added. * The Japanese manual was updated. * When checking IMAP4 mailboxes, the number of new messages is properly counted now. * The key event handling of the quick search entry was fixed. * The wrong status display of the receive dialog on BSD systems was fixed. * The unread flag is not reset anymore when moving or copying messages into a trash folder. * Some UI fixes were made. * Win32: Some UIs for unsupported functions were disabled. * Win32: The bug that the contents of folders with specific Japanese characters such as 'Hyou' (which contains 0x5c ('\') at the second byte) at the end of its name couldn't be seen was fixed. * 2.2.0beta7 (development) * When moving, copying, or deleting a collapsed thread, all the messages in the thread are processed now. * 'Mark thread as read' feature was implemented. * The keys on keypad are also recognized in the summary and message view. * The window size of the address book is now remembered. * PGP passphrase is converted into locale encoding before passing to gpg. * Arabic encoding support was added. * The premature trimming of strings on the statusbar was disabled. * The 'Wrap before sending' option was removed. * The issue that it falsely entered drag begin state after passphrase dialog was shown was fixed. * The bug that the automatic account selection on reply was disabled on IMAP4 folders was fixed. * Win32: IPv6 was supported. * Win32: Window is properly popup on multiple launching now.
2006-02-06Be consistent in the weird PKGREVISION handling -- fixes DEPENDS.wiz1-5/+4
2006-02-06+ autogen-5.8.3, p5-File-MimeInfo-0.12.wiz1-2/+3
2006-02-06Note mail/dovecot bump.ghen1-1/+2
2006-02-06Import some improvements from the pkgsrc-wip/dovecot package (by tv@) andghen4-27/+27
correct a mistake in my previous commit: - add dependency on zlib - add option for GNU TLS as an alternative to OpenSSL - drop SASL option, it's no longer supported - explicitly disable some options with --disable-* - "s,/usr/pkg,@PREFIX@," in patch-ab -- I accidentally diffed it after the SUBST stage - change SUBST_STAGE from post-patch to pre-configure to avoid this in the future - bump PKGREVISION for all this Thanks to tv@.
2006-02-06Fix PR pkg/32721tonio3-3/+888
Apply the suggested solution: rename wait() to mmix_wait() in mmix-pipe.w to avoid name clash
2006-02-06The previous postfix configuration wasn't valid syntax, and broke relayingsketch1-4/+3
from $mynetworks. Supply an example which works.
2006-02-06Updated mail/dovecot to dovecot-1.0.beta2.ghen1-1/+2
2006-02-06- Update mail/dovecot to 1.0beta2. The 1.0 betas are very stable, andghen7-93/+161
recommended by the Dovecot author (the 0.99.x series are deprecated). Major changes: v1.0.beta2 2006-01-22 Timo Sirainen <tss@iki.fi> + Added SQLite support. Patch by Jakob Hirsch. + Added auth_debug_passwords setting. If it's not enabled, hide all password strings from logs. + Added mail_cache_min_mail_count and mbox_min_index_size settings which can be used to make Dovecot do less disk writes in small mailboxes where they don't benefit that much. + Added --build-ssl-parameters parameter to dovecot binary - SSL parameters were being regenerated every 10 minutes, although not with all systems. - Fixed dovecot-auth crashing at startup. Happened only with some specific compilers. - base_dir was supposed to be set world-readable, not world-writable v1.0.beta1 2006-01-16 Timo Sirainen <tss@iki.fi> * Almost a complete rewrite since 0.99.x, but some of the major changes are: + Index file code rewritten to do less disk I/O, wait locks less and in generate be smarter. They also support being in clustered filesystems and NFS support is mostly working also. + Mail caching is smarter. Only the data that client requests is cached. Before Dovecot opened and cached all mails when mailbox was opened the first time, which was slow. + Mbox handling code rewritten to be much faster, safer and correct + New authentication mechanisms: APOP, GSSAPI, LOGIN, NTLM and RPA. + LDAP supports authentication binds + Authentication server can cache password database lookups + Support for multiple authentication databases + Namespace configuration + Dovecot works with shared - Add an option for sqlite support. - Take over maintainership. All suggested (and ok'ed) by xtraeme.
2006-02-06update to 2.0.9drochner5-24/+43
This release adds many incremental improvements throughout the whole program. This includes command line, document generators, reports, tools, filters, graphical user interface responsiveness, web site generator, import and export, and many other areas with new features and bug fixes. mostly from Jeremy C. Reed
2006-02-06Readd "libc" hack (which wasn't removed completely anyway) to fixtron1-1/+7
broken build under Mac OS X.
2006-02-06Don't compile in home-grown putenv(3) implementation if the target platformtron1-1/+9
provides an implementation. This fixes build problems caused by the recent DragonFly patch under all operating systems which do not define the argument of putenv(3) as "const" (e.g. Solaris or Mac OS X).
2006-02-06Fix DISTNAME: derive PKGNAME from DISTNAME, to avoid problems with PKGREVISIONtonio1-3/+3
2006-02-06Update pkg_chk to 1.76:abs3-5/+6
Append rather than prepend /usr/sbin:/usr/bin to path, to avoid issues on Solaris which has feature-poor ftp in /usr/bin
2006-02-06Note x11/xcb-2.4.rpaulo1-1/+2