Age | Commit message (Expand) | Author | Files | Lines |
2006-01-01 | Because of an Interix bug involving fork and stderr, mutt fails to exec | ben | 3 | -2/+45 |
2006-01-01 | The msmtp manual states that it uses the same exit codes as sendmail. | ben | 2 | -1/+13 |
2006-01-01 | Remove stuff that was marked for removal after 2005Q4. | wiz | 1 | -5/+1 |
2006-01-01 | Interix uses WinSock, which does not provide SO_RCVTIMEO nor SO_SNDTIMEO. | ben | 3 | -2/+21 |
2006-01-01 | When the mailpath is group-writable and not world-writable, the | ben | 1 | -1/+9 |
2005-12-31 | Add ${POSTFIX_QUEUE_DIR}/etc to OWN_DIRS. Suggested by Jeremy C. Reed. | martti | 2 | -4/+4 |
2005-12-31 | Recursive PKGREVISION bump for gnutls shlib major bump. | wiz | 9 | -13/+18 |
2005-12-30 | Add DragonFly build support, partly based on the patches from | joerg | 21 | -40/+555 |
2005-12-30 | Make sure ${spooletcdir} exists. Bump PKGREVISION as this affects | martti | 4 | -6/+8 |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 72 | -144/+72 |
2005-12-28 | Add and enable p5-Mail-Ezmlm. | schmonz | 1 | -1/+2 |
2005-12-28 | Initial import of p5-Mail-Ezmlm-0.05.1, a Perl5 module providing | schmonz | 5 | -0/+56 |
2005-12-27 | Install man page to PKGMANDIR and use INSTALLATION_DIRS to precreate | reed | 1 | -2/+3 |
2005-12-27 | Lower expectations, both others' and mine: relinquish stewardship | seb | 3 | -6/+6 |
2005-12-26 | Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386 | schmonz | 1 | -1/+4 |
2005-12-26 | Mutt's fetch-mail function using pop3s would fail erroneously when the | ben | 3 | -3/+17 |
2005-12-23 | Apply hack noted in PR pkg/30999 -- turn off inline functions when | jlam | 2 | -2/+12 |
2005-12-21 | Update Turba to 2.0.5 to fix XSS vulnerabilities. | adrianp | 2 | -6/+6 |
2005-12-20 | include databases/db4/buildlink3.mk directly, since this is the only accepted... | tonio | 1 | -6/+5 |
2005-12-20 | Fix errno. | joerg | 9 | -1/+113 |
2005-12-20 | Fix errno. | joerg | 2 | -1/+14 |
2005-12-20 | explicitly include databases/db4/buildlink3.mk, as isync only accepts db4 | tonio | 1 | -3/+2 |
2005-12-20 | Update fetchmailconf to 6.2.5.5. | frueauf | 1 | -6/+4 |
2005-12-20 | Update fetchmail to 6.2.5.5. | frueauf | 7 | -7226/+5829 |
2005-12-19 | Include errno.h on all platforms. Also include stdio.h, it provides | joerg | 3 | -19/+23 |
2005-12-17 | Change my MAINTAINER email address to the one I've been using for | jlam | 5 | -10/+10 |
2005-12-10 | Update mimedefang to 2.54 | markd | 4 | -18/+19 |
2005-12-10 | Update kbiff to 3.8 | markd | 3 | -18/+17 |
2005-12-10 | List ${SMDIR} and ${SMDIR}/config in REQD_DIRS instead of OWN_DIRS | martti | 2 | -4/+6 |
2005-12-09 | Use pre-configure instead of post-patch so it's easier to (re)create patches. | martti | 2 | -4/+4 |
2005-12-09 | - remove all .orig* files. Noted by Lubomir Sedlacik. | martti | 2 | -6/+5 |
2005-12-08 | Apply patch (from debian via Kimmo Suominen) to address | bouyer | 3 | -2/+60 |
2005-12-08 | Bumped the PKGREVISION of the packages that have been broken by the recent | rillig | 1 | -1/+2 |
2005-12-07 | Fix compilatio with GCC 3.4: label at end of compound statement. | joerg | 5 | -1/+62 |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 38 | -139/+139 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 85 | -278/+266 |
2005-12-05 | Make this work with PHP 5.1.1 | martti | 6 | -6/+34 |
2005-12-05 | Quiet pkglint; changing make macro in double quotation into :Q modifier. | taca | 2 | -4/+4 |
2005-12-05 | - Fix hangup when communicating with smbpasswd(8). | taca | 4 | -14/+51 |
2005-12-05 | Updated mail/ja-squirrelmail to 1.4.5nb2 | martti | 9 | -10/+133 |
2005-12-05 | Updated squirrelmail to 1.4.5nb2 | martti | 3 | -3/+17 |
2005-12-04 | - Correct version of schema files. | hira | 1 | -5/+7 |
2005-12-04 | Use "USE_TOOLS+=perl" instead of "BUILD_DEPENDS+=perl>=5.8.0:../../lang/perl5". | martti | 1 | -2/+2 |
2005-12-03 | Disable BROKEN_GETTEXT_DETECTION, it confuses configure on DrgaonFly. | joerg | 1 | -1/+3 |
2005-12-03 | Depend on perl during build time. Hopefully this fixes the problems | martti | 1 | -1/+3 |
2005-12-03 | Add and enable newspipe. | schmonz | 1 | -1/+2 |
2005-12-03 | Initial import of newspipe, an RSS/Atom aggregator with a difference: | schmonz | 6 | -0/+99 |
2005-12-03 | Do not "extern int errno;" just in case. | joerg | 19 | -1/+235 |
2005-12-03 | Depend on py-html2text rather than downloading our own copy. Bump | schmonz | 4 | -12/+21 |
2005-12-02 | Update to 4.4.3. From the changelog: | schmonz | 2 | -6/+6 |