notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: mail/maildrop/Makefile

Number of commits found: 133 (showing only 33 on this page)

«  1 | 2 

Tuesday, 26 Apr 2005
13:25 sergei search for other commits by this committer
- 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>
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Monday, 14 Mar 2005
14:36 sergei search for other commits by this committer
- 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>
Original commit
Wednesday, 9 Mar 2005
15:36 lofi search for other commits by this committer
Near miss (USE_GMAKE for releases up to and *including* 5.2.1-RELEASE).
Original commit
12:41 sergei search for other commits by this committer
- 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)
Original commit
Wednesday, 2 Mar 2005
18:50 lofi search for other commits by this committer
make(1) in 5.2.1-RELEASE can't handle the generated Makefiles either.
Original commit
Tuesday, 22 Feb 2005
10:08 sergei search for other commits by this committer
- 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>
Original commit
Monday, 21 Feb 2005
11:31 sergei search for other commits by this committer
- 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>
Original commit
Sunday, 4 Jul 2004
22:45 sergei search for other commits by this committer
- 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]
Original commit
Friday, 25 Jun 2004
14:55 eik search for other commits by this committer
typo
Original commit
Sunday, 11 Apr 2004
21:38 sergei search for other commits by this committer
- 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>
Original commit
Tuesday, 23 Dec 2003
16:33 sergei search for other commits by this committer
- 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]
Original commit
Sunday, 21 Dec 2003
20:37 sergei search for other commits by this committer
- Take maintainership
Original commit
01:53 petef search for other commits by this committer
Relinquish maintainership to ports@.
Original commit
Sunday, 6 Apr 2003
15:31 petef search for other commits by this committer
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>
Original commit
Thursday, 27 Mar 2003
03:45 petef search for other commits by this committer
- 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>
Original commit
Friday, 7 Mar 2003
06:06 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Friday, 3 Jan 2003
08:26 ijliao search for other commits by this committer
chase gdbm lib version
Original commit
Wednesday, 18 Dec 2002
21:46 edwin search for other commits by this committer
Port needs perl to run and build -> USER_PERL5=yes

PR:             ports/46357
Submitted by:   Christopher Sharp <csharp@gmx.net>
Original commit
Wednesday, 13 Nov 2002
19:47 petef search for other commits by this committer
Update to 1.5.0.

PR:             44746
Submitted by:   Nick Hilliard <nick@foobar.org>
Original commit
Saturday, 6 Jul 2002
06:55 petef search for other commits by this committer
Add a MAILDROPDEFAULT knob to be more consistent with mail/courier's
behaviour.

PR:             40059
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
Original commit
Thursday, 25 Apr 2002
07:05 petef search for other commits by this committer
Update to 1.3.8.
Original commit
Monday, 4 Feb 2002
03:03 petef search for other commits by this committer
Update to 1.3.7    
Original commit
Friday, 7 Dec 2001
23:03 petef search for other commits by this committer
Update to 1.3.6.    
Original commit
Thursday, 23 Aug 2001
00:07 petef search for other commits by this committer
Change my email address to petef@FreeBSD.org for the ports I maintain.    
Original commit
Sunday, 22 Jul 2001
06:00 dwcjr search for other commits by this committer
Update to 1.3.4   Reorder MAN pages    
Original commit
Wednesday, 4 Jul 2001
07:35 dwcjr search for other commits by this committer
Update to 1.3.3   Check for WITHOUT_GDBM instead of NO_GDBM   Make
configure_args append to existing args instead of replacing    
Original commit
Wednesday, 23 May 2001
18:04 mi search for other commits by this committer
Upgrade, re-organize PORTDOCS, change the maintainer.   PR: 27406   Submitted
by: new maintainer <petef@databits.net>   Approved by: previous mainainer <tom> 
  
Original commit
Monday, 26 Feb 2001
13:43 tom search for other commits by this committer
Fix typo (SGIG -> SGID) and update my address in MAINTAINER    
Original commit
Wednesday, 21 Feb 2001
21:39 olgeni search for other commits by this committer
Update port to version 1.3.0.    
Original commit
Monday, 5 Feb 2001
15:11 olgeni search for other commits by this committer
Spaces->tabs in the mail category.    
Original commit
Sunday, 8 Oct 2000
03:24 asami search for other commits by this committer
Rename PLIST.{docs,gdbm} to pkg-plist.{docs,gdbm}.    
Original commit

Number of commits found: 133 (showing only 33 on this page)

«  1 | 2