| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
for a new slave port: qmail-spamcontrol
|
|
|
|
|
|
|
|
| |
- add MAN{1,5,7,8} pages
- add extra ALL_TARGET
PR: 77553
Submitted by: Renato Botelho <renato@galle.com.br>
|
|
|
|
|
|
|
| |
the configuration scripts upon installation (or, upgrade)
PR: 67828
Submitted by: Renato Botelho <renato@galle.com.br>
|
|
|
|
|
|
|
| |
patch stays the same
PR: 65068
Submitted by: Greg Panula <greg.panula@lexisnexis.com>
|
|
|
|
|
| |
PR: 64550
Submitted by: Brad Davis <so14k@so14k.com>
|
|
|
|
|
| |
level 20020519
o House a copy under MASTER_SITE_LOCAL
|
|
|
|
|
|
|
| |
mailwrapper sample configuration
o Bump PORTREVISION
Submitted by: Luca Morettoni <luca@morettoni.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2) distinfo - update checksum for outgoingip.patch: no major change
in code
3) New patch files/patch-qmail-local.c
- Erik Sjlund pointed out a bug in qmail-local at
http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/10/msg00696.html
- Precedence bug corrected by adding parentheses which
affects .qmail files parsing code
4) Add qmail's sendmail emulation fix: "David Phillips noticed that
sendmail's '-f' option sets a default From: header, and so should
qmail's emulation."
- Add distinfo checksum for the patch
Submitted by: too many [2]
Obtained from: http://www.qmail.org/ [3] [4]
|
|
|
|
| |
Submitted by: Oliver Eikemeier
|
|
|
|
| |
"perl -pi -e" construction.
|
|
|
|
|
|
| |
PR: 49971
Submitted by: Matthias Andree <matthias.andree@web.de>
Approved by: maintainer (implicit)
|
|
|
|
|
|
|
| |
the IP address used by qmail when sending outgoing messages
Prompted by: Brad Davis <so14k@so14k.com>
Feature requested by: many
|
| |
|
|
|
|
| |
Submitted by: fenner's distfile survey
|
|
|
|
|
|
| |
by setting sendmail_enable to NONE instead of NO
Prompted by: too many
|
| |
|
|
|
|
| |
Submitted by: fenner's distfiles survey
|
| |
|
|
|
|
| |
Submitted by: fenner's distfile survey
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Paulius Bulotas <paulius@kaktusas.org>
|
| |
|
|
|
|
| |
Submitted by: fenner distifile survey
|
|
|
|
|
| |
- Comma operator does not work for {DIST,PATCH}FILES just yet,
re-arrange groups to achieve similar effect
|
|
|
|
| |
o Full deployment of MASTER_SITES:n
|
| |
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
|
| |
|
|
|
|
| |
Submitted by: Nicolas Rachinsky <list@rachinsky.de>
|
| |
|
| |
|
|
|
|
|
| |
PR: 27954
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
|
|
|
|
|
|
|
|
|
|
| |
replacing @PREFIX@ with ${PREFIX}
2) Rewrite rc script patching to both handle more cases and
fix (1). Mostly within thereal-post-patch target
3) Update files/maildir both due to (2) and to resemble the rc
scripts supplied with the qmail distribution
Prompted by: Thomas Sarlandie <sarfata@altern.org>
|
| |
|
|
|
|
|
| |
Also, add a informational message if the user does not use the
scripts correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o bump PORTREVISION
o sanitize MASTER_SITES
o added several flags (defined checks) to enable
active slave port control on what they inherit
o add extra enhancement patches, these can be
inherited too:
- WITH_QMAILQUEUE_PATCH: qmailqueue-patch
- WITH_BIG_TODO_PATCH: big-todo.103.patch
- WITH_BIG_CONCURRENCY_PATCH: big-concurrency.patch
- WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT
default: 509
o add patches checksum to distinfo
o added MASTER_SITE_QMAIL for internal use
o additional copies of slave qmail patches are now housed
at MASTER_SITE_LOCAL, PATCH_SITE_SUBDIR=lioux because
these patches only have ONE PATCH_SITES source each
- qmail-ldap-1.03-20010201.patch.gz (qmail-ldap)
- qmail-mysql-1.1.1.patch (qmail-mysql)
- tls.patch (qmail-tls)
o turn all absolute references to both binaries and
FreeBSD configuration files into VARs: better
maintability
o s/yetanotherone-/slaveport-/: that is the correct
nomenclature
o ${LN} should use -sf instead of plain -s
o typo fix: QMail -> qmail
* qmail-ldap port
o bump PORTREVISION in sync with master port bump
o minor changes to comply to recent changes to the master
port
o block the WITH_BIG_CONCURRENCY_PATCH, it does not like
the qmail-ldap patch
o enable SMTP TLS support with WITH_TLS
- the PKGNAMESUFFIX changes to -ldap-with_tls
- let it know the location of QMAIL_TLS_PORT
- add certificate and certificate-req; in fact,
we are inheriting qmail-tls targets
o s/yetanotherone-/slaveport-/: that is the correct
nomenclature
o tabulate better the WITH_* advertisement messages
o add appropriate message to PKGMESSAGE about the
new certificate targets following the qmail-tls
port
o nomenclature fix: ^ldap- -> ^qmail-ldap-
* qmail-mysql port
o bump PORTREVISION in sync with master port bump
o block the WITH_QMAILQUEUE_PATCH, it does not like
the qmail-mysql patch
o s/yetanotherone-/slaveport-/: that is the correct
nomenclature
* qmail-tls port
o bump PORTREVISION in sync with master port bump
o minor changes to comply to recent changes to the master
port
o s/yetanotherone-/slaveport-/: that is the correct
nomenclature
o nomenclature fix: ^tls- -> ^qmail-tls-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
qmail-* skeleton ports inheriting (including) this port
While there, update NO_PACKAGE with a more informative message.
The NO_PACKAGE variable will be inherited by all meta ports
Since qmail-{ldap,mysql,tls} are meta ports sharing qmail's port
code, update qmail distinfo information with new distribution
patches:
- Add new distinfo information required by updated qmail-ldap
version 1.03.20010201
- Add new distinfo for recently added port qmail-tls and
qmail-mysql
In PLIST, use recently added PORTDOCS variable support
PORTREVISION bump is not necessary.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
should be provided for his patch since there was only one official
location. Appropriate arrangements have been made to house it under
${MASTER_SITE_LOCAL}.
PORTREVISION bump is not necessary.
Submitted by: Christopher K Davis <ckd@ckdhr.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
option for those in pursue of enlightment.
While there, update NO_PACKAGE with a more informative message.
Along with addition of appropriate LEGAL information.
Also, since qmail-ldap is a meta port sharing qmail's port code,
update qmail distinfo information with the new distribution patch
required by the qmail-ldap port. This is a typo fix. This was missed
on revision 1.6 of qmail-ldap.
Submitted by: Cristhian Venegas <cvb@deltron.net>
|
|
|
|
|
|
|
|
|
|
| |
making world; thus, "destroying" their qmail installation. A target
should be added later to "fix" this automatically.
PR: ports/22269
Submitted by: Gavin Cameron <gavin@itworks.com.au>
Discussed by: Chris Faulhaber <jedgar@fxp.org>
Discussed by: Neil Blakey-Milner <nbm@mithrandr.moria.org>
|
|
|
|
|
| |
called twice without any arguments but I'm not sure what I should give
it (it's once called from do-configure!) so I'll leave it alone.
|
|
|
|
| |
Approved by: will
|
|
|
|
|
|
|
|
|
|
| |
other minor tweaks.
"However, this is not worth a PORTREVISION tag. I did not
change the behavior of the qmail port in any way."
PR: 21563
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> (maintainer)
|
|
|
|
|
| |
PR: 20771
Submitted by: MAINTAINER
|