summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2006-02-06Update to version 2.4:rpaulo2-8/+6
- much better i18n, slightly inefficient and probably not perfect, but cna be used to convert between a lot of apps who have their own problems (mozilla, netscape, lyx...) - properties are now being initialized properly.
2006-02-06Updated pkglint to 4.56.rillig1-1/+2
2006-02-06Updated pkglint to 4.56.rillig1-2/+2
Changes since 4.55: - Avoided false positive warnings about bsd.prefs.mk being required before using buildlink3.mk files. - Restricted the files that are checked for absolute pathnames in patch files. - Some tools that are often used as ${TOOLNAME} need to be explicitly added to the USE_TOOLS variable. When complaning about their direct use, add a proper advice. - Readded all the deprecated variables. The warnings will have to stay longer than just three months.
2006-02-06- Reworded two occurrences of "unportable". They sounded too harsh.rillig1-3/+3
2006-02-06Fixed the pkglint @comment warning the right way.rillig1-5/+5
2006-02-06... and fixed the fix. (I had forgotten one entry.)rillig1-2/+3
2006-02-06Fixed the pkglint warnings concerning @comment the right way.rillig1-4/+3
2006-02-06- Don't emit an extra warning if a tool should be added to USE_TOOLS. Justrillig1-3/+5
append it to the previous line.
2006-02-06s/_MOZILLA_USE_GTK2/MOZILLA_USE_GTK2/g, as to silent pkglint (WARN: Variableghen7-14/+14
names starting with an underscore are reserved for internal pkgsrc use). Ok with wiz.
2006-02-06php5-5.1.2martti2-3/+3
2006-02-06Updated lang/php5 to 5.1.2martti9-37/+55
* HTTP Response Splitting has been addressed in ext/session and in the header() function. * Fixed format string vulnerability in ext/mysqli. * Fixed possible cross-site scripting problems in certain error conditions. * Hash & XMLWriter extensions added and enabled by default. * Upgraded OCI8 extension. * Over 85 various bug fixes. (I haven't heard anything from the MAINTAINER but since this works fine on my servers and as this fixes security issues I checked in this)
2006-02-06Just retry adding the gettext-tools entry. Bah.joerg1-2/+2
2006-02-06s/${MOZILLA}/sunbird/ in DISTNAME, because this would be wrong for sunbird-gtk1.ghen1-2/+2
2006-02-06Reindent + fix a pkglint warning.ghen1-12/+12
2006-02-06Reindent + fix some pkglint warnings.ghen4-112/+111
2006-02-06Reindent + fix some pkglint warnings.ghen6-124/+124
2006-02-05Fix typo.joerg1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg4296-6967/+8658
2006-02-05Mention new libofx package.wiz1-1/+2
2006-02-05Add gettext-asprintf and gettext-tools.joerg1-1/+3
2006-02-05Take maintainership.joerg1-2/+2
2006-02-05Update gettext to 0.14.5. Many bugfixes and improvements,joerg1-1/+5
including support for relocable programs, Qt support, separation of the PO processing functions into a separate library and more. devel/gettext was split into devel/gettext and devel/gettext-tools.
2006-02-05Update gettext to 0.14.5. Many bugfixes and improvements,joerg26-385/+336
including support for relocable programs, Qt support, separation of the PO processing functions into a separate library and more. Reorganise the gettext infrastructure by splitting of the tools into devel/gettext-tools, which will be used by the tools framework. The remaining devel/gettext package contains gettextize and autopoint aka the infrastructure to embbed gettext into a package. Due to the ABI and API changes, a recursive revision bump will follow. Take blaim by receiving the maintainer hat. With input from jlam@, reed@ and wiz@.
2006-02-05Split the gettext tools from devel/gettext into devel/gettext-toolsjoerg15-0/+482
as part of the update to gettext 0.14.5. The gettext-tools package contains all the development tools, but autopoint and gettextize.
2006-02-05Add and enable libofx.wiz1-1/+2
2006-02-05Initial import of libofx-0.8.0, based on the package provided bywiz9-0/+353
Gary Duzan in PR 32439: This is the LibOFX library. It is a parser and an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions for statement downloads. To my knowledge, it is the first working OpenSource implementation of the OFX (Open Financial eXchange) specification on the client side.
2006-02-05Import Mozilla Sunbird package in time/sunbird.ghen1-5/+1
2006-02-05Add time/sunbird.ghen1-1/+2
2006-02-05Imported Mozilla Sunbird package as time/sunbird.ghen1-1/+2
2006-02-05Import Mozilla Sunbird, a stand-alone Calendar application:ghen37-0/+4339
The Sunbird Project is a redesign of the Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozilla's XUL user interface language. At the moment the Sunbird name is a project name. It is not official and may change in the future. The intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla. Ok with wiz. I'll add a -gtk1 version later this week.