Commit graph

22 commits

Author SHA1 Message Date
jperkin
ef88e01edb Bump PKGREVISION for SunOS -fPIC change. 2016-05-20 12:12:14 +00:00
jnemeth
7ea685d861 reset PKGREVISION for sendmail update 2014-12-06 23:24:37 +00:00
jnemeth
bb9cb1b8a1 Bump PKGREVISION for PR/48913. 2014-06-20 16:28:50 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
tron
20dcfd209a Reset package revision after "sendmail" update. 2010-01-16 11:33:12 +00:00
jnemeth
c7d958e728 Change libmilter to use poll(2) instead of select(2)
unconditionally.  All supported systems should have poll(2).  If
one is found that doesn't then this can be revisited and some way
of making it conditional can be implemented.

     This resolves an issue with applications that have a large
number of open files and want to bump FD_SETSIZE.  Since libmilter
no longer uses select(2), the application is free to monkey with
FD_SETSIZE as it pleases.
2009-12-16 09:46:36 +00:00
tron
0d3a3bb7af Update "sendmail" and "libmilter" package to version 8.14.3.
Changes since version 8.14.2:
* the MTA accessed storage after it free()d it. This was a regression
  introduced in 8.14.2, but the bug only showed up on a few operating
  systems.
* ruleset processing: the function cataddr() could cause the addition of
  the BlankSub character between some tokens when it should not happen
  and thus failures in rule matching. It seems that none of the default
  rules were affected by this bug and hence the problem did not show up
  for default configurations.
* the libmilter state engine did not deal correctly with milters that
  requested the omission of protocol steps during the negotiation callback.

Approved by John Nemeth.
2008-06-14 08:58:06 +00:00
jnemeth
8e053999fc Fix unprivileged build by passing in BINOWN/BINGRP/SHAREOWN/SHAREGRP. 2008-03-14 02:56:10 +00:00
tron
2a21921813 Reset package revision after update. 2007-11-02 10:26:09 +00:00
jnemeth
738c52cf34 add DESTDIR support 2007-10-15 11:57:45 +00:00
jlam
013d10861d The sendmail and libmilter should have different sets of options. In
particular, libmilter does *not* support "ldap", "sasl", etc. which are
supported by only sendmail.  Do this through the following:

(1) Create libmilter/options.mk with support for the "inet6" option.

(2) Drop inclusion of options.mk from sendmail/Makefile.common and move
    it to libmilter/Makefile and sendmail/Makefile.

While here, properly support IPv6 on FreeBSD, which like DragonFly has
getipnodebyname() in libc.

As a result of these changes, libmilter will no longer depend on
cyrus-sasl or openssl or openldap-client depending on what is set
in PKG_DEFAULT_OPTIONS.

Bump the PKGREVISION of libmilter to 1 due to the changed dependency list.
No change to sendmail as the binary package does not change.
2007-09-25 20:05:23 +00:00
jnemeth
dcb5d9d599 fix a few pkglint complaints 2007-04-26 06:47:06 +00:00
jnemeth
78f208354f Update for sendmail-8.14.1 (new milter API) 2007-04-26 06:42:39 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
cube
533f02971b Remove useless command that breaks on read-only pkgsrc trees. I wonder
what was the point of this in the first place...

Closes PR#27529.
2004-10-28 06:36:51 +00:00
adrianp
59c0f10a8f - s/uname/${UNAME}/g 2004-08-30 20:48:47 +00:00
snj
218f5937b3 Convert to buildlink3. 2004-05-09 21:14:42 +00:00
markd
3e8b17faf1 "PTHREAD_OPTS+= require" as some sort of thread library is required.
Should fix PR pkg/24610
2004-03-07 11:40:53 +00:00
markd
e77c8279fb Remove PKGREVISION as base version incremented with sendmail update to
8.12.10.
2003-09-18 10:39:12 +00:00
markd
e4c27c734b USE_MILTER no longer needed. 2003-09-15 12:22:31 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
markd
cc878eae0b Initial import of libmilter-8.12.6
The sendmail Mail Filter API (Milter) is designed to allow third-party
programs access to mail messages as they are being processed in order to
filter meta-information and content.

libmilter provides the implementation of this API.
2002-09-23 13:03:31 +00:00