Commit graph

2858 commits

Author SHA1 Message Date
tron
9facc25600 Fix small glitch in startup script. 2004-04-12 14:07:16 +00:00
tron
656ff68965 Polish up "milter-greylist" package:
1.) Install "README" into "share/doc/milter-greylist".
2.) Install example configuration into "share/examples/milter-greylist".
3.) Provide a "rc.d" script.
Bump package revision because of these changes.
2004-04-12 13:55:59 +00:00
salo
eeb8e78600 Create one directory a time. As noted on tech-pkg@ by J. Alexander Jacocks. 2004-04-12 03:35:38 +00:00
kim
74cabb143e Make this compile on 2.x as well (as NETBSD1). 2004-04-11 02:23:46 +00:00
rh
5c1d8ab0ad Update GNUMail to 1.1.2. Noteable changes include:
* Now uses Addresses framework.
        * Updated the OS X version of the Filtering bundle.
	* Added Matt, Ken and Bjorn in the About panel.
	* Simplified and optimized the Filtering bundle
	  initialization code under GNUstep.
	* Removed some NSLog() calls in the Import bundle
	* We don't save an "empty MailWindow" in the prefs
        * We now disable the "Use secure connection" buttons
	  in the AccountEditorWindow if the SSL bundle is not
	  installed under GNUstep (it's always installed with
	  our dmg on the OS X version).
	* Updated the German translation. Work done by
	  Hermann Gundel <Hermann.Gundel@nussberg.de>
        * Modified AdvancedViewController to no longer
	  statically allocate everything.
	* Modified MailWindowController: -deleteMessage
	  to use the new Folder's method (-setFlags: messages:)
	  in order to accelerate IMAP messages deletion.
        * We no longer check all IMAP accounts
	  but only opened ones.
	* We no longer remove the DELTED message flag when
	  deleting from the keyboard.
        * Removed the "Open on startup" feature in the Mailboxes
	  window / drawer. GNUMail.app will now automatically
	  reopen the mailboxes that were opened when the app
	  was closed.
        * Added an extra check in MailboxManagerController: -outlineView:
	  acceptDrop: .. since the GNUstep's NSOutlineView code is
	  broken wrt DnD. Savannah is still down so I can't fix the
	  real bug :(
        * We now STATUS all IMAP folders for an opened IMAP connection
	  in a separate thread when clicking on the "Get" button. We no
	  longer only NOOP the IMAP store.
	* Added AddressBook framework to the Filtering target based on the
	  previous change.
	* Fixed crash on quitting on OS X.
        * Modified MailboxManagerController: -_reloadFoldersForIMAPStoreWithName: ...
	  to also use -reloadItem: under GNUstep since that method has been
	  fixed lately.
	* Reverted the change. -reloadItem is still plain broken.
	* Added a patch from Bjorn Giesler to enhance the filtering code
	  to support address book groups. The OS X nib NEEDs to be modified.
	* Added Bjorn in the AboutPanel's list of contributors.
	* Fixed a warning in MailWindowController: -windowWillClose.
	* Added Constants.m to the OS X project file.
        * Added Constants.m and cleaned the header. That
	  new file _must_ be added to the OS X project file.
        * Added Matt Ackeret and Ken Ferry to the About panel.
	* We now properly call -controlTextDidChange: in the
	  -takeTo* methods (in EditWindowController) in order
	  to correctly enable the Send button.
	* Updated ViewingView.nib
	* Updated AboutPanel.nib
	* Updated InfoPlist.strings
	* Fixed a compiler warning in GNUMail.m
	* Added patches from Bjorn Giesler to:
	   - improve address completion
	   - implement the "preferred label" in AddressBookPanel
	   - convert the Mailboxes window and Console window to
	     panels. This is a quick hack since the classes NEED
	     to be renamed eventually.
	* We no longer force the ADScreenNameFirstNameFirst since
	  we'll use the user's default in AddressManager.
	* Removed the "Mailbox" string the in Mailboxes's drawer
	  for the contextual menu.
	* Renamed Id -> Number in the Viewing pref panel under GNUstep.
	  The OS X nib needs to be modified.
	* We now save correctly the order of MailWindow's dataView columns.
	* Added a simple patch from David Ayers for key comparisons
	  in AccountViewController.m.
	* Improved AddressBookPanel.nib.
        * We now correctly synchronize our popups in the FilterEditorWindow.
	* We now correctly reload the table columns when changing the
	  dataview type in MailWindowController.
	* Added modal sheet to "Save message as text" action in GNUMail.
	* An address (to|cc|bcc) must be defined for the send button to
	  be active in EditWindowController.
	* Fixed color space in ColorsViewController (Colors bundle).
	* Improved behavior of modal sheet in EditWindowController when
	  closing an unsaved message.
        * Removed two more observers in GNUMail: -applicationShouldTerminate:
	  and reorganized all the calls in MailWindowController: -dealloc.
	* Defined ReloadMessageList in Constants.h so it's cleaner.
        * We no longer require the user to specify a To: recipient.
	* Also fixed a bug in the filtering code wrt trailing ">"
	  when the criteria operation is "has suffix". Issues reported
	  by Alistair Windsor <awindsor@onetel.com>.
        * Simplified the code a little bit in AddressBookController.
	* Simplified it some more and reactivated AddressBookController:
	  -addressesWithSubstring: so it's now possible to filter incoming
	  mails based on the recipients / Apple's Address Book (or
	  GNUstep's implementation). This fixes TODO #33.
	* Renamed a local variable to not conflict with an ivar on OS X.
	* Added AddressBook_32.tiff and modified the AddressBookPanel.nib
	  to use it.
	* Enhanced MailboxImport.nib.
	* Lots of very minor improvements wrt the Vera font.
	* Modified MailboxImportController: -dealloc to set the datasource
	  of our table view to nil.
	* Did the same thing for the outline view shown in MailWindow's drawer
	  under OS X.
2004-04-11 00:03:10 +00:00
rh
ad8d696017 Update Pantomime to 1.1.2. Noteable changes are:
* Added an improvement in the IMAP parsing code (_parseFetch:)
	  so it works better with lame servers like Exchange.
        * Added Folder: -setFlags: messages: and implemented a
	  version in IMAPFolder to optimize deletion of messages.
	  Modified IMAPMessage: -setFlags: to use that new method.
        * We now correctly decode/encode the Organization header
	  using quoted-printable.
        * Removed Testing/*. The tests were old and broken and
	  the small test framework should be replaced by a real
	  framework, like OCUnit.
	* Added some notes (in the README) to properly compile and
	  install Pantomime on RedHat 9 / Fedora.
        * Permuted the RETAIN/RELEASE calls in Message: -setFlags:.
	  Bug reported by Alexandre Carlhian <alex@mosx.net>.
        * Fixed a bug in Parser: +_parameterValueUsingLine: range:.
        * Finally commited a fix for the reply bork when a attachment
	  is put between to text/plain parts in a multipart/mixed
	  message (only the first part was used in the reply).
        * Modified MimeUtility to add support on OS X for
	  Hebrew, Arabic, BalticRim and Vietnamese encodings
	  using the CoreFoundation.
        * Fixed a small issue in POP3Folder: -lengthOfMessageAtIndex:
	  Bug reported by Alexandre Carlhian <alex@mosx.net>.
	* Modified NSData+Extensions: -dataFromQuotedData to be sure
	  that our initial data length has length of at least 2 (since
	  if we had only '"' we would get an range exception).
        * Modified MimeUtility: -stringEncodingForPart: so that
	  if we get _at best_ NSASCIIStringEncoding from the
	  part, we use NSISOLatin1StringEncoding instead in order
	  to give us more success when decoding things.
 	* Added POP3Folder: -prefetchMessageAtIndex: numberOfLines: and
	  added a small cache for the message sizes.
	* Renamed -authenticateWithUsername: ... to
	  -authenticate: password: mechanism: and implemented in
	  the SMTP, POP3Store and IMAPStore classes.
	* Added -supportedMechanisms to the Service protocol and
	  implemented in all the classes above.
	* Removed POP3Store: -setUseAPOP: / -useAPOP and -setTimestamp:
	* Added LOGIN and CRAM-MD5 SASL authentication mechanisms support
	  in the IMAP code.
	* Added -DBIG_ENDIAN to the list of compiler flags on OS X so that
	  the CRAM-MD5 code works.
 	* Updated the OS X project to set the version number to 1.1.2.
	* Moved -isConnected from Connection to Store. Implemented
	  in IMAPStore and provided a dumb implementations for LocalStore
	  and POP3Store. Refactored all the code to use the Store's method
	  instead of the TCPConnection's implementation. Much of the code
	  in GNUMail will have to be retested wrt the handling of being
	  disconnected from the IMAP server.
	* Added a hack so things work well with header prefetching when we
	  are using a Novell IMAP server (which is utterly broken).
	* Added and implemented IMAPStore: -capabilities to return an array
	  of the server's capabilities (result of the CAPABILITY command).
	* Added a "contents" parameter to Store: -createFolderWithName: type:
	  so we are now able to create a folder with an initial content.
	  Implemented in all Store subclasses but the only implementation
	  that works right now is the LocalStore one using the standard
	  mailbox format (maildir won't work).
2004-04-10 23:52:37 +00:00
heas
e8627c00bb USE_DB185 requires an argument, YES 2004-04-10 17:09:39 +00:00
schmonz
d1fca4d138 Take MAINTAINER at zuntum's suggestion. 2004-04-10 14:15:24 +00:00
schmonz
e95a82113e Note that one now has the additional rc.conf option of "qmailsmtpd=YES". 2004-04-10 05:53:31 +00:00
schmonz
fa7fdb69b2 Russ Nelson, Charles Cazabon, Dave Sill, Peter Samuel, and Henning
Brauer have prepared a distribution of qmail, called "netqmail":

    "We have done this because in our opinion, too many new users
    are confused by the out-of-date INSTALL file, and too much time
    is spent arguing on the mailing list over bugs.  We have tried
    to stick to the barest minimum number of changes.  We have
    fixed only those things which are out-and-out wrong, or which
    have been approved by djb (specifically QMAILQUEUE)."

This package already includes the QMAILQUEUE patch. Add netqmail
1.05's other patches, with the exception that patches to documentation
files which are not installed have been lovingly omitted.

This package also already includes a patch to handle oversized DNS
packets. It's still here, too.

pkgsrc changes:
* Add qmail-smtpd rc.d script (and ensuing dependency on net/ucspi-tcp).
* Update qmail rc.d script: respect $qmail_flags, treating it as the
    default delivery instruction.
* Remove non-working MASTER_SITES.

From the netqmail changelog:

20040121 code: qmail-smtpd is protected from exceedingly long (eg 2GB)
         header lines
20040121 code: qmail_lspawn, qmail-newmrh, qmail-newu, and qmail-rspawn
         are protected from misbehaving on hosts where the size of an
         integer is not the same as the size of a character pointer
         (eg 64 bit hosts with 32 bit ints)
20031027 doc: qmail.7 identifies installation as netqmail and points to
         http://qmail.org/
20031027 doc: qmail-queue.8 adds explanation of $QMAILQUEUE
20031027 doc: qmail-log.5 adds reference to errors from $QMAILQUEUE script
20031027 code: qmail-smtpd identifies itself as netqmail
20031027 code: if $QMAILQUEUE is set, it's invoked instead of qmail-queue
20031024 code: changed errno from int to #include.
20031024 code: fixed .qmail parsing bug.
20031024 code: recognize 0.0.0.0 as a local address.
20031024 code: sendmail's -f flag now overrides environment variables.

And for all this, bump PKGREVISION.

Pre-flight checks by snj@.
2004-04-10 05:30:06 +00:00
jmmv
e3d456cdd0 Style nits: use tabs to indent and get rid of a variable that was only used
once.
2004-04-09 17:09:58 +00:00
schmonz
43b89349f1 Insert blank line between commands and text. Make the point about
POP3 and QMQP more concisely. Pipe paragraphs through fmt(1).
2004-04-09 00:18:00 +00:00
jmmv
1e210410e8 Set INSTALLATION_DIRS=bin. 2004-04-08 15:04:36 +00:00
xtraeme
c994249842 Another minor change, remove one superflous line. 2004-04-08 14:57:07 +00:00
xtraeme
50ce40c005 Minor changes suggested by jmmv@. 2004-04-08 14:55:53 +00:00
xtraeme
7e3934c716 Added columba. 2004-04-08 14:29:48 +00:00
xtraeme
815ecb146a Initial import of columba-1.0M2.
Columba is an Email Client written in Java, featuring a user-friendly
graphical interface with wizards and internationalization support.
2004-04-08 14:27:44 +00:00
recht
919f4225b3 +gmime 2004-04-08 13:40:54 +00:00
recht
c9cb3ded6b initial import of gmime-2.1.3
GMime is a set of utilities for parsing and creating messages using
the Multipurpose Internet Mail Extension (MIME) as defined by the
following RFCs:

 * 0822: Standard for the Format of Arpa Internet Text Messages
 * 1521: MIME (Multipurpose Internet Mail Extensions) Part One:
         Mechanisms for Specifying and Describing the Format of
         Internet Message Bodies
 * 1847: Security Multiparts for MIME: Multipart/Signed and
         Multipart/Encrypted
 * 1864: The Content-MD5 Header Field (Obsoletes rfc1544)
 * 2015: MIME Security with Pretty Good Privacy (PGP)
 * 2045: Multipurpose Internet Mail Extensions (MIME) Part One:
         Format of Internet Message Bodies
 * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two:
         Media Types
 * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three:
         Message Header Extensions for Non-ASCII Text
 * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four:
         Registration Procedures
 * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five:
         Conformance Criteria and Examples
 * 2183: Communicating Presentation Information in Internet Messages:
         The Content-Disposition Header Field
 * 2184: MIME Parameter Value and Encoded Word Extensions: Character
         Sets, Languages, and Continuations
 * 2231: MIME Parameter Value and Encoded Word Extensions: Character
         Sets, Languages, and Continuations (Obsoletes rfc2184)
 * 3156: MIME Security with OpenPGP (Updates rfc2015)
2004-04-08 13:39:29 +00:00
tv
b410dcc687 DIST_SUBDIR should use PKGNAME_NOREV. 2004-04-07 11:52:01 +00:00
cjep
38466e423a Update of mail/nail to 10.7.
Changes since 10.6 (see the ChangeLog supplied with the source
						for more details):

o Inclusion of POSIX documentation.
o Bug fixes and changes including:
	- exit with the correct status when sendwait is set
	- fix Base64 decoding
	- fix handling of addresses with / in them
	- fix handling of autocc and autobcc variables
	- Obey POSIX standards for ~w
	- Handling escape sequences in quoted arguments in commands
	  for compatibility with System V mailx and POSIX.
2004-04-06 19:00:39 +00:00
tv
2331bb58d9 Quickly revert previous. I didn't see that libmilter had already been
changed in a CVS merge somewhere.
2004-04-06 14:01:51 +00:00
tv
c746c0152b Make libmilter a build-time dependency only (it's a static library); bump
PKGREVISION of its dependencies.
2004-04-06 13:50:57 +00:00
xtraeme
dd050b02ce metamail doesn't really need X11, so remove USE_X11; bump PKGREVISION.
While here, fix previous entry (hi martin!).
2004-04-06 04:27:36 +00:00
recht
904dfb36bf depend on libsoup-devel instead of libsoup 2004-04-02 18:12:37 +00:00
xtraeme
1e379092e2 Fix path, and move .endif statement to the correct place. 2004-04-01 20:20:23 +00:00
jmmv
b0eee50e43 Add and enable evolution-data-server. 2004-04-01 18:41:46 +00:00
jmmv
f078d98006 Initial import of evolution-data-server, version 0.0.90:
Evolution Data Server is responsible for managing calendar and addressbook
information within the GNOME desktop.
2004-04-01 18:40:51 +00:00
recht
e0a1f55e97 update to 2.0.17
changes:
- build on GNOME-2.6
- fix some GPGME interaction problems.
- yet another set of minor fixes.
2004-03-31 12:37:00 +00:00
jlam
f7432dac73 Ensure that we use the db3 library, even if the db4 one gets pulled in
as an indirect dependency.
2004-03-31 10:38:16 +00:00
jlam
ec026a5810 Convert to use krb5.buildlink3.mk. 2004-03-31 10:23:04 +00:00
jlam
54aa327743 Miscellaneous nits and reorderings to more closely match
cyrus-imapd22/Makefile.
2004-03-31 10:05:14 +00:00
jlam
4af9e32893 Miscellaneous nits. 2004-03-31 02:32:56 +00:00
jlam
8c8fd0fcfb Install files one by one to workaround more feeble install programs. 2004-03-31 02:25:11 +00:00
jlam
8fbae26d5f Miscellenous Makefile cleanups. 2004-03-31 02:22:04 +00:00
tron
4413ec555c Fix dependence broken by recent package revision bump. 2004-03-30 18:35:13 +00:00
xtraeme
d3b184b7cf Make sure the socket file is removed before starting clamd, as suggested
by Piotr Stolc in PR pkg/24644.
2004-03-30 00:32:29 +00:00
xtraeme
4e1b28d22c bl3ify 2004-03-30 00:29:59 +00:00
tv
954fa7c230 +p5-Mail-SRS 2004-03-29 19:49:34 +00:00
tv
9557eb73ca Moved from pkgsrc-wip (http://pkgsrc-wip.sourceforge.net/):
The Sender Rewriting Scheme preserves .forward functionality in an
SPF-compliant world.

SPF requires the SMTP client IP to match the envelope sender
(return-path). When a message is forwarded through an intermediate
server, that intermediate server may need to rewrite the return-path to
remain SPF compliant. If the message bounces, that intermediate server
needs to validate the bounce and forward the bounce to the original
sender.

SRS provides a convention for return-path rewriting which allows
multiple forwarding servers to compact the return-path. SRS also
provides an authentication mechanism to ensure that purported bounces
are not arbitrarily forwarded.
2004-03-29 19:49:04 +00:00
tv
e71e57c11b +p5-Mail-Milter 2004-03-29 18:31:28 +00:00
tv
43cd04ea0a Mail::Milter is a set of modules useful to mail filter writers who are
using the Sendmail::Milter and/or Sendmail::PMilter APIs to interface
directly to the SMTP transaction.
2004-03-29 18:30:59 +00:00
tv
3d8bea5cf3 +p5-Sendmail-PMilter 2004-03-29 18:14:30 +00:00
tv
1271072483 Sendmail::PMilter is a mail filtering API implementing the Sendmail
milter protocol in pure Perl.  This allows Sendmail servers (and perhaps
other MTAs implementing milter) to filter and modify mail in transit
during the SMTP connection, all in Perl.

This also includes a drop-in replacement for the Sendmail::Milter API,
making it possible for legacy perl milters to function as-is with the
PMilter engine.
2004-03-29 18:14:02 +00:00
manu
f4c0f67441 Update milter-greylist to 1.0.2
Fix the mising units in ps output for -a and -w
Accept any e-mail address as specified in RFC 2821 from config and dump
Fix typos
2004-03-29 15:46:49 +00:00
snj
ca710cdea6 Update to getmail-3.2.2.
From the changelog:
* Add an error handler for the case where a POP3 server returns a message
  that isn't even close to valid 822 format, particularly one where the
  first line in the message header is a continuation line (starts with
  whitespace).
2004-03-29 08:16:38 +00:00
jlam
0df2ce5f3e Convert to use bdb.buildlink3.mk and krb5.buildlink3.mk. 2004-03-29 05:54:12 +00:00
snj
9a86f09f51 Supply a default mailq entry in mailer.conf.
Fixes PR pkg/21591.
2004-03-29 05:10:04 +00:00
snj
1eae14e263 Call /usr/sbin/sendmail instead of /usr/lib/sendmail. It's wrong to
assume that we want /usr/sbin/sendmail, but we don't currently have a
good solution to that problem, and this is consistent with an existing
change that was made to this package.

Closes PR pkg/24678.
2004-03-29 02:17:24 +00:00
snj
504c137309 Use bl3 and sort a section. 2004-03-28 21:34:35 +00:00
martin
6204e1538a Enable pulsar. 2004-03-28 21:04:59 +00:00
martin
f3fd45a812 Import pulsar, a simple POP3 daemon with built in SSL support. 2004-03-28 21:02:15 +00:00
tron
334179076b Update "sendmail" and "libmilter" packages to version 8.12.11.
Changes since version 8.12.10:
Use QueueFileMode when opening qf files.  This error was a
	regression in 8.12.10.  Problem detected and diagnosed
	Lech Szychowski of the Polish Power Grid Company.
Properly count the number of queue runners in a work group and
	make sure the total limit of MaxQueueChildren is not
	exceeded.  Based on patch from Takayuki Yoshizawa of
	Techfirm, Inc.
Take care of systems that can generate time values where the
	seconds can exceed the usual range of 0 to 59.
	Problem noted by Randy Diffenderfer of EDS.
Avoid regeneration of identical queue identifiers by processes
	whose process id is the same as that of the initial
	sendmail process that was used to start the daemon.
	Problem noted by Randy Diffenderfer of EDS.
When a milter invokes smfi_delrcpt() compare the supplied
	recipient address also against the printable addresses
	of the current list to deal with rewritten addresses.
	Based on patch from Sean Hanson of The Asylum.
BadRcptThrottle now also works for addresses which return the
	error mailer, e.g., virtusertable entries with the
	right hand side error:.  Patch from Per Hedeland.
Fix printing of 8 bit characters as octals in log messages.
	Based on patch by Andrey J. Melnikoff.
Undo change of algorithm for MIME 7-bit base64 encoding to 8-bit
	text that has been introduced in 8.12.3.  There are some
	examples where the new code fails, but the old code works.
	To get the 8.12.3-8.12.10 version, compile sendmail with
	-DMIME7TO8_OLD=0.  If you have an example of improper
	7 to 8 bit conversion please send it to us.
Return normal error code for unknown SMTP commands instead of
	the one specified by check_relay or a milter for a
	connection.  Problem noted by Andrzej Filip.
Some ident responses contain data after the terminating CRLF which
	causes sendmail to log "POSSIBLE ATTACK...newline in string".
	To avoid this everything after LF is ignored.
If the operating system supports O_EXLOCK and HASFLOCK is set
	then a possible race condition for creating qf files
	can be avoided.  Note: the race condition does not
	exist within sendmail, but between sendmail and an
	external application that accesses qf files.
Log the proper options name for TLS related mising files for
	the CACertPath, CACertFile, and DHParameters options.
Do not split an envelope if it will be discarded, otherwise df
	files could be left behind.  Problem found by Wolfgang
	Breyha.
The use of the environment variables HOME and HOSTALIASES has been
	deprecated and will be removed in version 8.13.  This only
	effects configuration which preserve those variable via the
	'E' command in the cf file as sendmail clears out its entire
	environment.
Portability:
	Add support for Darwin 7.0/Mac OS X 10.3 (a.k.a. Panther).
	Solaris 10 has unsetenv(), patch from Craig Mohrman of
		Sun Microsystems.
LIBMILTER: Add extra checks in case a broken MTA sends bogus data
	to libmilter.  Based on code review by Rob Grzywinski.
SMRSH: Properly assemble commands that contain '&&' or '||'.
	Problem noted by Eric Lee of Talking Heads.
New Files:
	devtools/OS/Darwin.7.0
2004-03-27 22:07:32 +00:00
wiz
e050872f35 Use PKGNAME_NOREV in MASTER_SITES; fixes bulk build. 2004-03-27 21:33:32 +00:00
jlam
faed7092a8 Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to
"yes" and packages that can't use the DB-1.85 API should set it to "no".
This makes the native DB the preferred DB if it exists.
2004-03-26 18:48:52 +00:00
seb
5c6df5a3f9 Introduce SPAMASSASSIN_VERSION. And most significantly use it instead of
PKGVERSION in DISTNAME's definition so PKGREVISION's value does not
render it useless.

Okay'ed by wiz@.
2004-03-26 16:42:42 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
manu
2c74b40381 update milter-greylist to 1.0
new features include multi-MX sync and auto whitelisting. And a lot of bugfixes
2004-03-25 16:57:48 +00:00
martti
68cf6ad80b New IPv6 patch 2004-03-25 12:58:37 +00:00
heinz
92d33ef9e8 Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:33:39 +00:00
heinz
2e351abdac Added HOMEPAGE. Uses no compiler, so USE_LANGUAGES is empty. 2004-03-21 01:31:27 +00:00
bouyer
a4aa7bd8ff configure --without-wc-funcs on Solaris; without this all chars are printed
as '?'. Looks like solaris's wchar functions don't work as mutt expect.
2004-03-20 23:10:23 +00:00
snj
1c040511ff Fix build on sparc64 with gcc2. Correct a spelling error. 2004-03-20 06:02:59 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
fe9ac2c1dc This uses rpcgen, so set NO_EXPORT_CPP. 2004-03-18 03:42:13 +00:00
martti
1999228d2f New IPv6 patch. 2004-03-17 19:29:29 +00:00
jlam
81ee297d71 Don't pass $(top_srcdir)/intl to the compiler. It's unneeded since
the mutt Makefiles already automatically add "intl" to the list of
directories to search for headers, and it fixes breakage when the
shell tries to execute "top_srcdir".
2004-03-16 16:52:58 +00:00
uebayasi
ffdc359ed0 Remove mew-xemacs. 2004-03-16 15:19:55 +00:00
uebayasi
275f5ab648 Replace mew-xemacs by enabling XEmacs (xemacs214, xemacs215) support
in mew3.
2004-03-16 15:18:29 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
snj
8e954c73ca Spelling and English fixes. 2004-03-14 20:27:24 +00:00
abs
2ec850d892 Add missing patch-af 2004-03-14 19:26:37 +00:00
martti
de7ecba364 Updated postfix to 2.0.19
- When mail is submitted at a high rate with the Postfix sendmail
  command, the pickup daemon is keps busy long enough that it it
  terminated by the watchdog timer (a feature that prevents Postfix
  from locking up permanently).

- Malformed addresses in SMTP commands could result in table looks
  with zero-length search strings, causing trouble with NIS lookups.
2004-03-14 07:30:14 +00:00
markd
fb84f5ed4f USE_LANGUAGES=c c++ like I meant to do last time. 2004-03-14 02:29:27 +00:00
taca
3ff8a04223 Fix build problem after db4's buildlink3.mk change. (define USE_DB185
instead of set BUILDLINK_TRANSFORM directly)
2004-03-14 01:44:51 +00:00
uebayasi
47a2466f3c mewencode(1) uses zlib. Include zlib/buildlink3. Bl3fy.
Fix build on non-NetBSD.  Reported by A. L. Meyers.
2004-03-13 16:49:54 +00:00
heinz
5675047fc7 Update to version 2.40
No longer dependent on Digest::Nilsimsa
External taint patches no longer necessary.

Changes since 2.36
    *   Applied another Makefile.PL patch from Michael Schwern to correctly
        install manpages in part 5 of the manual set in various versions of
        perl.
    *   Applied patch from Mark Martinec and Vivek Khera of Amavisd to
        untaint various file targets obtained from user input. This is the
        same patch pointed to by the SpamAssassin FAQ
        [http://www.spamassassin.org/released/Razor2.patch]
    *   Support for HTTP 1.1 tunneling [SF patch #821324] by Jon Schewe.
    *   Applied Anne Bennett's patch to Logger.pm to introduce a new log
        target, "syslog-sys", that talks to Syslog over a Unix socket rather
        than a TCP socket.
    *   Applied Anne Bennett's patch to deHTML.xs to get rid of the type
        mismatch warning.
    *   Removed computation of signatures that are no longer supported by
        the backend -- engines 1, 2 and 3. Digest::Nilsimsa no longer
        required by Razor Agents.
2004-03-12 22:55:23 +00:00
tron
ee3dc3f7ee Skip broken check for iconv_open() which doesn't work with the "icon"
library and headers from the "libiconv" package. This fixes PR pkg/24444
by myself.
2004-03-11 22:35:45 +00:00
jlam
7e1a9dfcfa Force the creation of directories before installing files in them, and
update the PLISTs to try removing these directories on deinstallation.
Also use ${HTMLDIR} to refer to the common location for courier HTML
documentation.
2004-03-11 16:45:26 +00:00
lukem
00aa32b525 add warning about older procmail versions 2004-03-11 14:13:51 +00:00
jmmv
cf14739092 Catch up with latest changes WRT BUILDLINK_PACKAGES (AKA, out of date
createbuildlink installed...).
2004-03-11 13:17:00 +00:00
jmmv
1dc4467816 Bump PKGREVISION to catch with gpgme03 package rename (it was named gpgme
previously) and its associated library.
2004-03-11 12:29:39 +00:00
jmmv
85cbbbba78 bl3ify 2004-03-11 12:23:19 +00:00
jmmv
42799c46a1 bl3ify 2004-03-11 12:07:53 +00:00
jmmv
e384e46e4b Remove duplicate inclusion of libiconv's bl2.mk file. 2004-03-11 10:52:11 +00:00
jlam
2d2957f72d With buildlink3, native header and libraries aren't symlinked into
${BUILDLINK_DIR}, so ${BUILDLINK_DIR}/include/openssl/des.h may not exist.
Instead, refer to ${SSLBASE}/include/openssl/des.h.
2004-03-11 07:25:10 +00:00
wiz
851cd9a8c3 Update to 1.4.2.1: minor bugfix release. 2004-03-10 18:42:18 +00:00
jlam
bb46710479 Convert to use bdb.buildlink3.mk. 2004-03-10 18:07:16 +00:00
markd
a0708784ed Note dependency on db - fixes build on Solaris 9.
Also USE_LANGUAGES= c c++
2004-03-10 11:35:47 +00:00
grant
4932e6cda2 bump PKGREVISION after digital signature support was added. 2004-03-09 06:39:36 +00:00
simonb
e1620e6d79 Include the gmp buildlink machinery so that digital signature support is
enabled.
2004-03-09 04:05:00 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
adam
06d86c9b26 Changes 0.9.10:
* GnuPG signed message part icons now have borders to indicate the
  status of the signature. A blue dotted border indicates the status
  is unknown, a red dotted border indicates a bad signature, and a
  solid green border indicates a good signature.

* when composing to a default address the header entry is no longer
  selected but instead is given a coloured, bold font to indicate
  its presence

* a "Wrap current paragraph" button is now available for the Compose
  toolbar

* a new reply quote format token is available, '%X'. This specifies
  the cursor position.

* the Folderview is updated progressively while receiving mail

* support for the 'Rif:' Subject reply prefix has been added

* LDAP TLS support has been added in the address book

* a Compose window can opened from the address book by right-
  clicking an entry and selecting  'Mail To'

* tools/textviewer.sh: support for perl and shell scripts

* better handling of whitespace in Quick Search bar

* updated translations: German, Russian, Serbian, Simplified
  Chinese, Spanish, and Slovak

* Bug fixes
2004-03-08 15:46:42 +00:00
manu
742126e06b update milter-greylist to 0.12. Changes summary
- a small bugfix: it had some trouble with addresses larger than 31 chars
- database is dumped on each mail instead of every 5 minutes. It now
  includes a human-readable date for acceptation time.
2004-03-08 14:46:31 +00:00
seb
bd61aaa3aa Remove info files entries from PLIST. 2004-03-07 21:46:31 +00:00
seb
e8e653af54 Remove info files entries from PLIST. 2004-03-07 20:51:55 +00:00
seb
7162c9316b Remove info files entries from PLIST. 2004-03-07 20:09:06 +00:00
martti
db6adcc1d8 Fixed CONFLICTS 2004-03-07 12:29:41 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00