Commit graph

51 commits

Author SHA1 Message Date
Sergei Kolobov
d6b3e0e507 - Update to 2.0.3
- Explicitly require fam rather than gamin

PR:		ports/110211
Submitted by:	KIMURA Yasuhiro (yasu AT utahime DOT org)
2007-03-21 17:01:15 +00:00
Gabor Kovesdan
c0ce4105e7 Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.

Approved by:	portmgr (erwin), erwin (mentor)
2007-01-29 19:05:07 +00:00
Sergei Kolobov
0ea2a0b745 - Update to 2.0.2
- Install quotawarnmsg.sample file [1]
- Add WITH_FAM knob to explicitly enable optional support for FAM
  in addition to autodetecting its presence; utilize USE_FAM for dependency
  (choose between devel/gamin and devel/fam according to user's preference)

PR:		ports/95169 [1]
Submitted by:	Rui Lopes <rgl@ruilopes.com> [1]
2006-05-02 22:54:36 +00:00
Edwin Groothuis
83d3bc6b32 [PATCH] mail/maildrop: Update to 2.0.1
Update to latest release version 2.0.1.

PR:		ports/90915
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-12-26 09:40:44 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +00:00
Oliver Lehmann
3c879ce4c5 chase courier-authlib move 2005-04-26 19:22:11 +00:00
Sergei Kolobov
10baee1330 - Add patch to work around the problem where maildrop exits with
"flock() failed" error when an attempting to route messages to /dev/null.
  Patch is submitted upstream.
- Bump PORTREVISION

PR:		ports/80106
Submitted by:	David Lay <dsl@webize.com.au>
2005-04-26 13:25:18 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Sergei Kolobov
2d5e84ec2d - Fix MAILDROP_SUID/SGID - Maildrop was installed without suid/sgid bit
even if MAILDROP_SUID/MAILDROP_SGID option is set - fixed
  NOTE: this changes behavior of these options so that suid/sgid bit
        is set only if these options are explicitly specified.
        There is no default value for these options now.
- Bump PORTREVISION

PR:		ports/78715
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-03-14 14:36:16 +00:00
Michael Nottebrock
bec9097a7d Near miss (USE_GMAKE for releases up to and *including* 5.2.1-RELEASE). 2005-03-09 15:36:55 +00:00
Sergei Kolobov
2e6f503b6d - Fix WITH_AUTHLIB=yes case by patching LIBS in Makefile.in [1]
(adds -rpath=${LOCALBASE}/lib/courier-authlib). Unlike the previous
  solution (add it to LDFLAGS) this does work

PR:		ports/77874
Submitted by:	Thomas T. Velhdouse <veldy@veldy.net> (error report)
Obtained from:	Douglas Fraser <doug@idmf.net> [1] (actual fix)
2005-03-09 12:41:42 +00:00
Michael Nottebrock
5eec531566 make(1) in 5.2.1-RELEASE can't handle the generated Makefiles either. 2005-03-02 18:50:08 +00:00
Sergei Kolobov
17c455125d - Build fails under RELENG_4 unless USE_GMAKE=yes.
Make it conditional on OSVERSION since RELENG_5 and HEAD
  does not have that problem

Noticed by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-02-22 10:08:10 +00:00
Sergei Kolobov
4fe7702b93 - Update to the latest version - 1.8.0
- Maildir quota is now enabled by default.
  The following options were deleted:
  - WITH_MAILDIRQUOTA
  - WITH_TRASHQUOTA
- New option WITH_AUTHLIB is added, which provides optional support for
  Courier Auth Library (mail/courier-authlib port).
- Userdb authentication, LDAP and MySQL support are provided through
  courier-authlib now, thus the following options
  - WITH_USERDB
  - WITH_LDAP
  - WITH_MYSQL
  have been superceded by WITH_AUTHLIB.

WARNING! WARNING! WARNING!
- Unfortunately, when maildrop is compiled using WITH_AUTHLIB knob, the
  resulting binary cannot properly locate libcourierauth.so.0 library:

  yasu@sugar[22]% ldd /usr/local/bin/maildrop
  /usr/local/bin/maildrop:
          libcourierauth.so.0 => not found (0x0)
       	  libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x2808e000)
       	  libm.so.2 => /usr/lib/libm.so.2 (0x280d3000)
       	  libc.so.4 => /usr/lib/libc.so.4 (0x280ee000)

  This is because libcourierauth.so.0 is not installed in the standard library
  path of dynamic linker.
  One possible solution is to add '-rpath ${LOCALBASE}/lib/courier-authlib'
  to linker flags. Unfortunately, this breaks the installation procedure.

  A solution to this problem is being actively sought, and I hope it will be
  fixed shortly.

PR:		ports/76786
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-02-21 11:31:55 +00:00
Sergei Kolobov
32f19772fa - Add two new knobs:
WITH_TRASHQUOTA=yes   Include deleted messages, and the Trash folder,
                        in the estimated quota usage for maildirs.
                        Requires WITH_MAILDIRQUOTA. [1]
  MAILDROP_TRUSTED_USERS=<user> Specify users allowed to use the -d option [2]
- Bump PORTREVISION

PR:		ports/68077 [1], ports/65520 [2]
Submitted by:	Rui Lopes <rui@ruilopes.com> [1],
		Mantas Kaulakys <mantas@stotis.lt> [2]
2004-07-04 22:45:03 +00:00
Oliver Eikemeier
6cdab236e9 typo 2004-06-25 14:55:48 +00:00
Sergei Kolobov
64cce5be94 - Support sourcing of Makefile.local by including <bsd.port.pre.mk>
even though I think there are better ways to store per-port configuration:
  sysutils/penv or sysutils/portupgrade ports or /etc/make.conf file)

PR:		ports/64660
Submitted by:	George Hartzell <hartzell@kestrel.alerce.com>
2004-04-11 21:38:48 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
2c35eef485 - Update to 1.6.3
- Remove patched we do not need anymore
- Disable database extensions by default;
  use WITH_GDBM knob to enable them [1]
- Add WITH_USERDB knob to enable userdb authentication [1]
- Add WITH_LDAP knob to enable virtual user LDAP support [2]
- Add WITH_MYSQL knob to enable virtual user MySQL support [3]
- Use DOCSDIR in pkg-plist
- Re-word/clarify pkg-descr

PR:		58968 [1], 56329 [2], 59807 [3]
Submitted by:	oleg dashevskii <be9-ml@be9.ru> [1],
		Paul Dlug <paul@aps.org> [2],
		Harold Paulson <haroldp@internal.org> [3]
2003-12-23 16:33:36 +00:00
Sergei Kolobov
06f74d91e0 - Take maintainership 2003-12-21 20:37:54 +00:00
Pete Fritchman
522edc86e6 Relinquish maintainership to ports@. 2003-12-21 01:53:10 +00:00
Pete Fritchman
62ba0b8f21 Specify /usr/sbin/sendmail (mailwrapper) as the default sendmail binary
to use by default now, unless the user specifies NO_MAILWRAPPER.

Submitted by:	Thomas Seck <tmseck@netcologne.de>
2003-04-06 15:31:07 +00:00
Pete Fritchman
30367412d8 - update to 1.5.2
- document port options at the top of the Makefile
- install documentation

PR:		49974
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-03-27 03:45:21 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ying-Chieh Liao
27ebc7aa15 chase gdbm lib version 2003-01-03 08:26:35 +00:00
Edwin Groothuis
69a4ec2aff Port needs perl to run and build -> USER_PERL5=yes
PR:		ports/46357
Submitted by:	Christopher Sharp <csharp@gmx.net>
2002-12-18 21:46:29 +00:00
Pete Fritchman
26e6ca3c9e Update to 1.5.0.
PR:		44746
Submitted by:	Nick Hilliard <nick@foobar.org>
2002-11-13 19:47:02 +00:00
Pete Fritchman
8278a3e6f0 Add a MAILDROPDEFAULT knob to be more consistent with mail/courier's
behaviour.

PR:		40059
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-07-06 06:55:00 +00:00
Pete Fritchman
ca5c11d290 Update to 1.3.8. 2002-04-25 07:05:35 +00:00
Pete Fritchman
e32728f40b Update to 1.3.7 2002-02-04 03:03:09 +00:00
Pete Fritchman
b85e214241 Update to 1.3.6. 2001-12-07 23:03:35 +00:00
Pete Fritchman
35db8cc37d Change my email address to petef@FreeBSD.org for the ports I maintain.
Reviewed by:	ade
2001-08-22 23:07:23 +00:00
David W. Chapman Jr.
88d95b3ef8 Update to 1.3.4
Reorder MAN pages

PR:		29136
Submitted by:	maintainer
2001-07-22 05:00:08 +00:00
David W. Chapman Jr.
846bf3c23a Update to 1.3.3
Check for WITHOUT_GDBM instead of NO_GDBM
Make configure_args append to existing args instead of replacing

PR:		28572
Submitted by:	maintainer
2001-07-04 06:35:56 +00:00
Mikhail Teterin
bfa6460c4f Upgrade, re-organize PORTDOCS, change the maintainer.
PR: 27406
Submitted by: new maintainer <petef@databits.net>
Approved by: previous mainainer <tom>
2001-05-23 17:04:52 +00:00
Tom Hukins
cbb1efe36a Fix typo (SGIG -> SGID) and update my address in MAINTAINER
Submitted by:	Peter Brezny <peter@sysadmin-inc.com>
2001-02-26 13:43:52 +00:00
Jimmy Olgeni
7390d550df Update port to version 1.3.0.
Pointed out by:	Claudiu Bosioc <cbo@uem.utt.ro>
2001-02-21 21:39:34 +00:00
Jimmy Olgeni
1be0301128 Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +00:00
Satoshi Asami
d9968cd0ec Rename PLIST.{docs,gdbm} to pkg-plist.{docs,gdbm}. 2000-10-08 02:24:42 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Michael Haro
2266068a79 PREFIX->LOCALBASE in *_DEPENDS (portlint) 2000-03-30 21:07:58 +00:00
R. Imura
8ce2905ce2 Fix compiler error in -current.
PR:		16446
Submitted by:	Alexander Langer <alex@cichlids.com>
2000-01-30 16:22:27 +00:00
Michael Haro
332b0f4a83 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:39:48 +00:00
Kris Kennaway
3d9c136a00 Upgrade to maildrop 0.64
PR:		ports/12790
Submitted by:	maintainer
1999-11-23 08:41:13 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Michael Haro
c7a56e9c3e Add (prepare to be shocked) WWW: 1999-05-03 05:50:38 +00:00
Kris Kennaway
3dd226bf5e Update to 0.63
Approved by:	maintainer
1999-04-07 14:08:47 +00:00
Steve Price
88c2d2969c Update to version 0.62.
PR:		10305
Submitted by:	maintainer
1999-03-15 01:32:32 +00:00