pkgsrc/mail
adrianp 04d80ba195 - Update qpopper to 4.0.8
- Thanks to taca@ and gavan@ for feedback and patch review
- This also enables experimental PAM support (on platforms that support it)
- Security fixes included
- From the ChangeLog:
> Changes from 4.0.7 to 4.0.8:
> ---------------------------
>  1.  Fix compilation error on HPUX.
>  2.  Fix some compilation warnings.
>  3.  Update man page with '-x' option.
>  4.  Fix problems with 'make install'
>
>
> Changes from 4.0.6 to 4.0.7:
> ---------------------------
>  1.  Fix '-V' for standalone.
>  2.  Include 'man' directory in tarball.
>
>
> Changes from 4.0.5 to 4.0.6:
> ----------------------------
>  1.  Minor fixes for true64.
>  2.  Patch from Uli Zappe to fix SCRAM compilation bugs.
>  3.  Minor fixes for true64.
>  4.  poppassd now runs smbpasswd as user, not root, to avoid exploit
>  5.  Remove -traditional-cpp from the compiler options for Darwin
>      builds (otherwise build fails)
>  6.  Open stdout and stderr as O_WRONLY instead of O_RDONLY so that
>      should anything actually be written to them it will show up
>  7.  When configured as --with-pam and required,
>      include <pam/pam_appl.h> instead of <security/pam_appl.h>
>      (otherwise build fails)
>  8.  strdup the pw.pw_name field from getpwnam so that it's still
>      valid by the time genpath is called; also added corresponding
>      free (without this fix when the bug manifests, clients are
>      erroneously told there are 0 messages in the mail drop
>      regardless of the actual number)
>  9.  Add a pam bug workaround at the beginning of main to do a
>      pam_start and pam_end immediately when the program starts up
>      in order to avoid bogus authentication failed messages from
>      pam_authenticate later (only when configured as --with-pam)
>      [ Thanks to Kyle McKay for changes 5-9 ]
> 10.  Fixed error in configure script for Mac OS / Darwin.
> 11.  Support chained certs for OpenSSL [from Daniel Senie].
> 12.  Fixes to compile better on Linux [from Daniel Senie].
> 13.  X-UIDL header no longer written when Update_status_hdrs is false
>      [thanks to Helge Oldach]
> 14.  Now calling SSL_shutdown() again if it fails the first time.
> 15.  Now logging TLS errors when compiled with debugging and debug is
>      enabled (instead of either) [thanks to Maks N. Polunin].
> 16.  Config file now always closed (not just on error).
> 17.  When using pam, Kerberos tickets are now destroyed.
>      Otherwise dead tickets accumulate in cache directory which runs
>      out of space quickly on busy server.  Problem noted by Rodney
>      McDuff ITS UQ.   (Directory permissions on ticket cache dir need
>      to be 1777).
> 18.  Always log "Servicing request" (instead of just when debugging is
>      on).   This allows start of pop sessions to be logged always which
>      is useful for diagnosis of problems.
> 19.  Worked around problem on some systems causing SIGALRM to be masked,
>      leaving hung pop processes which should have timed out waiting
>      for a command from the client.
>      [ Thanks to David Shrimpton for changes 16-19 ]
> 20.  Now defaulting to "EXPIRE NEVER" instead of "EXPIRE 0".
> 21.  Fix core dump on 64-bit Solaris 2.8 [thanks to Kenny Nguyen]
> 22.  Log facility set on command line now applies to daemon as well.
>      [Thanks to Helge Oldach]
> 23.  '-y' to set log facility on command line now works again.
> 24.  Allow '-V' as synonym for '-v' (to see version).
> 25.  Process user and spool config files as user, not as root (fix
>      security hole reported by Jens Steube)
> 26.  Added "xtnd_xmit" as a boolean option to permit/deny XTND XMIT
>      and 'x' as a command-line option to disable it.  You should
>      disable it unless you really need it, and even then it is better
>      to move to SMTP AUTH.
> 27.  popauth now opens trace file as user, not root (fix security
>      hole reported by Jens Steube); also umask now set.
> 28.  Fix race crash on FreeBSD (thanks to Martin Haller).
> 29.  Resolve some compiler warnings.
> 30.  Fix check for libcrypt on FreeBSD.
> 31.  Added sample pam configuration file (also installed by 'make
>      install')
> 32.  Use generic error msg and sleep in more auth failure cases.
> 33.  Added code to use mkstemp() instead of our perfectly safe usage
>      of tempnam() because some compilers issue overly broad warnings
>      implying that all uses of tempnam() are unsafe.  To bypass,
>      use '--enable-tempnam' with ./configure.
2005-06-01 20:55:16 +00:00
..
anomy-sanitizer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
archivemail Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
autorespond Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
balsa Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
balsa2 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
bbmail Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
bmf Add RMD160 digests. 2005-02-24 09:59:20 +00:00
bogofilter Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bulk_mailer Add RMD160 digests. 2005-02-24 09:59:20 +00:00
clamav Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
clamsmtp Removed trailing white-space. 2005-05-23 08:26:03 +00:00
columba Removed trailing white-space. 2005-05-23 08:26:03 +00:00
coolmail Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
courier-imap Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
courier-maildir Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
cucipop Finish conversion to options framework. 2005-06-01 14:37:31 +00:00
cue Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
cyrus-imapd Make this compile on Darwin. 2005-05-21 06:58:03 +00:00
cyrus-imapd21 Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
dbmail Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
deliver Convert to options framework. 2005-06-01 14:45:01 +00:00
demime Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
distribute Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
dot-forward Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dovecot RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
drac Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dspam o Fix PKG_SUPPORTED_OPTIONS to list all possible options [hi xtraeme!], 2005-05-25 15:36:06 +00:00
elm Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
elm-me Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
elmo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
etach Add RMD160 digests. 2005-02-24 09:59:20 +00:00
evolution Deprecate ipv6 option in favour of inet6. 2005-06-01 18:19:31 +00:00
evolution-data-server Replace explicit build dependencies on bison and manipulations on the 2005-05-22 20:28:47 +00:00
evolution12 Replace explicit build dependencies on bison and manipulations on the 2005-05-22 20:28:47 +00:00
evolution14 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
exim Fix typo. 2005-06-01 01:22:31 +00:00
exim-html Update exim from 4.44 to 4.51. 2005-05-17 17:06:11 +00:00
exim3 Add RMD160 checksum. 2005-05-25 12:37:37 +00:00
exmh Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ezmlm Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
ezmlm-idx Repair forward declarations of read() and write() on 64-bit platforms, 2005-04-30 04:56:10 +00:00
faces Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
fastforward Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
fetchmail Correct handling if gssapi and kerberos is defined. Proposal by 2005-05-30 18:06:37 +00:00
fetchmailconf Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
fix-mime-charset Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
fromto Add RMD160 digests. 2005-02-24 09:59:20 +00:00
getmail Update to 4.3.10: 2005-05-19 22:22:15 +00:00
gld Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
gmime Removed trailing white-space. 2005-05-23 08:26:03 +00:00
GNUMail Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gnus Back out workaround for broken emacs.mk. 2005-04-08 19:05:58 +00:00
grepmail Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hypermail Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ifile Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ifile-procmail Add RMD160 digests. 2005-02-24 09:59:20 +00:00
imap-uw Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
imap-uw-utils Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
imapfilter Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
imapproxy Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
imp Honor PKGDIRMODE and SHAREMODE. 2005-05-09 16:15:06 +00:00
imp4 - - Add in an extra depends on pear-Mail 2005-05-18 20:27:13 +00:00
incm incm and mew both install bin/incm -- make them conflict. 2005-03-15 13:48:28 +00:00
isync - Update isync to 1.0.1 - thanks to Antoine.Reilles@loria.fr for the 2005-04-24 09:31:54 +00:00
ja-mh regen. 2005-03-17 09:09:36 +00:00
ja-squirrelmail Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jchkmail Removed trailing white-space. 2005-05-23 08:26:03 +00:00
kbiff Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
libesmtp Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
libetpan Removed trailing white-space. 2005-05-23 08:26:03 +00:00
libmilter Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
libmilter812 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
libspf-alt Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mail-notification Deprecate ipv6 option in favour of inet6. 2005-06-01 18:19:31 +00:00
mailagent Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
mailcrypt Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
maildrop Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
mailgraph RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
mailman RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
mailscanner RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
mailserv Add RMD160 digests. 2005-02-24 09:59:20 +00:00
mailsync Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
mailwrapper Add RMD160 digests. 2005-02-24 09:59:20 +00:00
mairix Add RMD160 digests. 2005-02-24 09:59:20 +00:00
majordomo Removed trailing white-space. 2005-05-23 08:26:03 +00:00
mb2md Initial import of mb2md 3.20. 2005-04-20 11:00:18 +00:00
mdfrm Add RMD160 digests. 2005-02-24 09:59:20 +00:00
mess822 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
metamail This needs mk/x11-clients.buildlink3.mk to fix the build when using 2005-05-09 13:02:14 +00:00
mew Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mew3 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mhonarc - Update mhonarc for recent security issue (XSS) 2005-05-27 11:41:03 +00:00
milter-greylist Removed trailing white-space. 2005-05-23 08:26:03 +00:00
milter-regex Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mimedefang RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
mini_sendmail Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
msmtp Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
mush Correct installation directories and use BSD_INSTALL_* to set 2005-05-29 05:57:20 +00:00
mutt Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
mutt-devel Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
nail Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
newmail Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nmh Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
nullmailer RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
oe2mbx Pre-create directories. 2005-04-01 03:00:17 +00:00
offlineimap Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Email-Abstract Initial import of p5-Email-Abstract-2.01: 2005-04-18 16:40:26 +00:00
p5-Email-Simple Initial import of p5-Email-Simple: 2005-04-18 16:27:39 +00:00
p5-Email-Valid Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-IMAP-Admin Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Mail-Audit Update to 2.1, closing PR 29996: 2005-04-18 16:57:13 +00:00
p5-Mail-Box MailBox is a library for the Perl programming language, designed to handle 2005-04-23 17:38:57 +00:00
p5-Mail-ClamAV Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
p5-Mail-IMAPClient Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Mail-ListDetector Update to 0.31, closing PR 29994: 2005-04-18 16:46:46 +00:00
p5-Mail-Mbox-MessageParser Note where gzip or gunzip is required by the package since it isn't 2005-05-15 22:02:26 +00:00
p5-Mail-Milter Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Mail-Sendmail Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Mail-SPF-Query Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Mail-SRS Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-MailTools Update to 1.67: 2005-04-18 16:16:33 +00:00
p5-MIME-Lite Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-MIME-tools Update to 5.417: 2005-04-18 16:55:02 +00:00
p5-MIME-Types Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-LMTP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-razor-agents Update to version 2.67 2005-04-20 13:15:53 +00:00
p5-Sendmail-AccessDB Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Sendmail-PMilter Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-User-Identity Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
Pantomime Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pear-Mail - Import of pear-Mail 2005-05-18 20:07:45 +00:00
pear-Mail_Mime Removed trailing white-space. 2005-05-23 08:26:03 +00:00
pfqueue Removed trailing white-space. 2005-05-23 08:26:03 +00:00
php-imap Explain setting PHP_OPENSSL (from Stoned Elipot) 2005-04-20 12:03:25 +00:00
pine Removed trailing white-space. 2005-05-23 08:26:03 +00:00
pine-pgp-filters Add RMD160 digests. 2005-02-24 09:59:20 +00:00
popa3d Update to 1.0: 2005-05-31 17:46:45 +00:00
poppassd - Share MASTER_SITES and HOMEPAGE with qpopper package using 2005-05-28 02:57:22 +00:00
poppy Add RMD160 digests. 2005-02-24 09:59:20 +00:00
postfix Updated postfix to 2.2.3 2005-05-04 05:20:40 +00:00
postfix-current Note that tar is required by this package. 2005-05-16 01:32:22 +00:00
postgrey RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
prayer Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
procmail Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
proxsmtp RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
pulsar Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
pymsgauth Initial import of pymsgauth 2.1.0, a toolkit for automatically and 2005-04-18 15:59:37 +00:00
qcheck Add RMD160 digests. 2005-02-24 09:59:20 +00:00
qgreylist Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
qmail Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
qmail-conf Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
qmail-lint Add RMD160 digests. 2005-02-24 09:59:20 +00:00
qmail-qfilter Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
qmail-run Sort. 2005-05-03 15:33:17 +00:00
qmail-users Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
qmailanalog Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
qmHandle Add RMD160 digests. 2005-02-24 09:59:20 +00:00
qpopper - Update qpopper to 4.0.8 2005-06-01 20:55:16 +00:00
qtools Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
queue-fix Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
queue_repair Add RMD160 digests. 2005-02-24 09:59:20 +00:00
rblcheck Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ripmime Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
rmail-mime Add RMD160 digests. 2005-02-24 09:59:20 +00:00
rss2email Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ruby-actionmailer Install required files not installed by the install script, and add a 2005-04-10 04:15:44 +00:00
ruby-tmail Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
safecat Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sendmail Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
sendmail812 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
serialmail Initial import of serialmail 0.75. 2005-04-21 01:00:29 +00:00
sigrot Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
sma Removed trailing white-space. 2005-05-23 08:26:03 +00:00
smtpfeed Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
solid-pop3d Add RMD160 digests. 2005-02-24 09:59:20 +00:00
spamass-milter RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
spamassassin RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
spamprobe Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
spruce Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
squirrelmail Removed trailing white-space. 2005-05-23 08:26:03 +00:00
squirrelmail-locales Note that tar is required by this package. 2005-05-16 01:32:22 +00:00
sqwebmail Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ssmtp Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
sylpheed Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
sylpheed-claws Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
sylpheed-claws-dillo-viewer Fix pr pkg/29168. 2005-03-06 16:45:47 +00:00
sylpheed-claws-ghostscript-viewer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sylpheed-claws-image-viewer Fix pr pkg/29168. 2005-03-06 16:45:47 +00:00
sylpheed-claws-trayicon Fix pr pkg/29168. 2005-03-06 16:45:47 +00:00
sylpheed-devel Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
sympa Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
teapop Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
thunderbird correct PLIST. 2005-04-07 14:24:47 +00:00
thunderbird-bin-nightly the filename has a -gtk2 suffix. 2004-05-25 13:42:35 +00:00
thunderbird-gtk1 Re-import gtk1 version of thunderbird as thunderbird-gtk1 2005-04-02 14:45:51 +00:00
tmda RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
tnef Updated to version 1.3.2 2005-04-20 14:38:31 +00:00
tnef2txt Add RMD160 digests. 2005-02-24 09:59:20 +00:00
turba Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
vm Add RMD160 digests. 2005-02-24 09:59:20 +00:00
wl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wmbiff Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
wmmail Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xbuffy Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xfmail Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ximian-connector Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
xmailbox Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xmailwatcher Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
yatsvrs Add RMD160 digests. 2005-02-24 09:59:20 +00:00
YoSucker Add RMD160 digests. 2005-02-24 09:59:20 +00:00
Makefile - Note addition of pear-Mail-1.1.4 2005-05-18 20:09:12 +00:00