Commit graph

189 commits

Author SHA1 Message Date
Roman Bogorodskiy
6f10850be7 Fix qmail-tls patch name to create TLS.readme.
PR:		82343
Submitted by:	Renato Botelho (maintainer)
2005-06-17 04:36:09 +00:00
Pav Lucistnik
fab158e1f3 - Update ldap patch to 20050401a
- Add sysutils/daemontools to RUN_DEPENDS because the new patch works
  just with it
- Change pkg-message to reflect qmail.schema file installation
- Change pkg-descr to reflect new features

PR:		ports/81966
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)
2005-06-06 21:50:00 +00:00
Florent Thoumie
de14006c65 - Update TLS patch to 20021228.
PR:		ports/81768
Submitted by:	maintainer
2005-06-01 22:22:46 +00:00
Florent Thoumie
e92a83295a - Update mysql patch to 1.1.11.
PR:		ports/81766
Submitted by:	maintainer
2005-06-01 22:12:13 +00:00
Roman Bogorodskiy
93d5428f29 Fix URL of smtp_auth+tls patch.
PR:		81769
Submitted by:	Renato Botelho (maintainer)
2005-06-01 16:09:49 +00:00
Florent Thoumie
165b7a397f - Add SPF checker patch.
PR:		ports/81731
Submitted by:	maintainer
2005-05-31 20:31:38 +00:00
Sergey Matveychuk
6bd5cd3a7c - Update to spamcontrol-2314
Changes since 2313:
- FIXED bug in badhelo's wildmat filter.
- CHANGED qmail-smtpd error logging order.
- REMOVED remnants from SPAMCONTROL 2.3 in man page for qmail-send(9).
- UPDATED qmail-alias2recipients.

PR:		ports/81466
Submitted by:	maintainer
2005-05-26 14:44:11 +00:00
Roman Bogorodskiy
8922b5cb8b Make pkg-install not to create wrong file in /var/qmail/alias.
PR:		81467
Submitted by:	Renato Botelho (maintainer)
2005-05-25 19:11:25 +00:00
Sergey Matveychuk
a8971230e4 - Add maildirquota (Maildir++) support to qmail.
- Add block-executables support to qmail.
- Add discard-double-bounces patch to qmail.

PR:		ports/60440
Submitted by:	ale
Reworked by:	maintainer
2005-05-17 17:35:10 +00:00
Sergey Matveychuk
0695fe3817 - Rewrite pkg-install using switch case for PRE-INSTALL and POST-INSTALL
parameters, and, use this parameters to call PKGINSTALL on Makefile.
- Remove some redundant things from Makefile and use it only on
  pkg-install.
- Move pkg-install to files/pkg-install.in because i'm using some
  %%MACROS%% on this.

PR:		ports/80911
Submitted by:	maintainer
2005-05-17 09:14:30 +00:00
Pav Lucistnik
cf7257f132 - Re-add NO_PACKAGE restriction which was accidentally (?) removed in 1.59
Approved by:	maintainer
2005-05-11 13:12:09 +00:00
Pav Lucistnik
eccdf4981e - Add QMTPC patch, it closes PR ports/54002
- Add LOCALTIME patch, that emit dates in local timezone
- Add BROKEN message if QMTPC and OUTGOINGIP patches are selected simultaneously
- Rename BARRIER vars to a short name
- Change DISTDIR to download all qmail related files on qmail subdir

PR:		ports/80864
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)
2005-05-11 13:07:41 +00:00
Pav Lucistnik
6551908e76 - Unbreak package building: syntax errors and logical mistakes in pkg-install
Approved by:	maintainer
2005-05-11 12:50:32 +00:00
Sergey Matveychuk
2aa88641dc - Transfer all work to MASTER port and make slave ports easier
- Use only one pkg-plist and use PLIST_SUB
- Use DOCSDIR intead of DOCDIR
- OPTIONS'ify
- Remove WITH_PRESERVE_CONFIG_FILES knob and detect automatically when is need
  to create it.
- Add $FreeBSD$ tag to pkg-plist and pkg-install
- Fix error on enable-qmail script
- Remove MASTER_SITE_QMAIL definition from Makefile since it's defined on
  bsd.sites.mk
- Add a new option to don't create rc.d/qmail.sh
- Add rc.d/qmail.sh to pkg-plist when necessary

PR:		ports/80833
Submitted by:	maintainer
Thanks to:	novel, Joao Ricardo P. Mendes <joao@redepegasus.com.br>
2005-05-10 14:31:29 +00:00
Sergey Matveychuk
f49371e1f6 o Pacify a lot of portlint WARN and FATAL messages
o Change ${PERL} to ${SED} or ${REINPLACE_CMD}
o Added patch patch-qmail-1.03-rfc2821.diff to search other MX servers
  when the first return a code > 500 and < 599
o Install mkaliasdir script on ${PREFIX}/scripts directory
o Remove targets to disable-qmail and enable-sendmail and put it on a
  shell script that is installed on /var/qmail/scripts. Change messages
  reflect this.
o Organize better pkg-plist
o Remove thereal-post-patch target and put all on post-post-patch target
o Add [0-9] to CONFLICTS on qmail-ldap port
o Change LIB_DEPENDS to USE_MYSQL=yes on qmail-mysql port
o Change qmail-spamcontrol to don't need more to apply patches mannualy

PR:		ports/79094
Submitted by:	maintainer
2005-05-05 20:03:10 +00:00
Mario Sergio Fujikawa Ferreira
718a4f3479 Give maintainership to Renato Botelho <freebsd@galle.com.br> who
has been submitting outstanding PRs for all qmail ports I have been
maintaining up to this moment. They will be in good hands.
2005-04-09 17:52:56 +00:00
Sergei Kolobov
5bbbb280ed - Allow MAINTAINER override in slave port(s) 2005-03-11 16:40:55 +00:00
Sergei Kolobov
ca6cca109d - Allow addition to MASTER_SITES by slave ports - in preparation
for a new slave port: qmail-spamcontrol
2005-03-11 16:21:56 +00:00
Mario Sergio Fujikawa Ferreira
25d0cab09e o Allow slave ports to:
- add MAN{1,5,7,8} pages
	- add extra ALL_TARGET

PR:		77553
Submitted by:	Renato Botelho <renato@galle.com.br>
2005-03-08 00:31:57 +00:00
Mario Sergio Fujikawa Ferreira
cfa8b4dda2 Add a WITH_PRESERVE_CONFIG_FILES knob which stops qmail from running
the configuration scripts upon installation (or, upgrade)

PR:		67828
Submitted by:	Renato Botelho <renato@galle.com.br>
2004-06-24 13:27:45 +00:00
Mario Sergio Fujikawa Ferreira
7f1f20f99f Chase outgoingip.patch checksum change: just a cosmetic change,
patch stays the same

PR:		65068
Submitted by:	Greg Panula <greg.panula@lexisnexis.com>
2004-04-09 10:47:18 +00:00
Mario Sergio Fujikawa Ferreira
1ca561c534 Fix typo in qmail-smtp_auth+tls patch size
PR:		64550
Submitted by:	Brad Davis <so14k@so14k.com>
2004-03-21 22:13:47 +00:00
Mario Sergio Fujikawa Ferreira
beded4b813 o Add checksum for soon to be added qmail-smtp_auth+tls patch slave
level 20020519
o House a copy under MASTER_SITE_LOCAL
2004-03-12 02:20:45 +00:00
Mario Sergio Fujikawa Ferreira
db109513fe o Add both hoststat and purgestat entries for qmail's mailer.conf
mailwrapper sample configuration
o Bump PORTREVISION

Submitted by:	Luca Morettoni <luca@morettoni.net>
2004-03-09 23:48:44 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
Mario Sergio Fujikawa Ferreira
7324117abc 1) PORTREVISION bump due to [3] and [4]
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]
2003-12-10 21:40:13 +00:00
Trevor Johnson
7e223b8511 Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by:	Oliver Eikemeier
2003-11-20 15:06:14 +00:00
Trevor Johnson
318a536982 Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
2003-11-20 13:51:47 +00:00
Tilman Keskinoz
28f4cd7c67 shorten COMMENT and remove CAPS.
PR:		49971
Submitted by:	Matthias Andree <matthias.andree@web.de>
Approved by:	maintainer (implicit)
2003-08-10 16:03:21 +00:00
Mario Sergio Fujikawa Ferreira
79ca3b8011 Add WITH_OUTGOINGIP_PATCH (outgoingip.patch) option: allow setting
the IP address used by qmail when sending outgoing messages

Prompted by:		Brad Davis <so14k@so14k.com>
Feature requested by:	many
2003-03-05 04:07:35 +00:00
Mario Sergio Fujikawa Ferreira
74740483d0 De-pkg-comment 2003-02-23 19:58:35 +00:00
Mario Sergio Fujikawa Ferreira
b2b0cd617a Sanitize MASTER_SITES
Submitted by:	fenner's distfile survey
2003-02-07 14:35:26 +00:00
Mario Sergio Fujikawa Ferreira
b0eefe12d2 Update to current standards for rc.conf(5) file: disable sendmail
by setting sendmail_enable to NONE instead of NO

Prompted by:	too many
2003-01-26 19:10:35 +00:00
Mario Sergio Fujikawa Ferreira
eb3358e855 Style fix: replace the 8 for the 7 bits quote character 2003-01-26 19:06:34 +00:00
Mario Sergio Fujikawa Ferreira
43b5a4c62c Sanitize MASTER_SITES
Submitted by:	fenner's distfiles survey
2002-11-26 12:49:19 +00:00
Mario Sergio Fujikawa Ferreira
1ffacca12a Remove repeated entry in MASTER_SITES 2002-09-23 13:23:09 +00:00
Mario Sergio Fujikawa Ferreira
6eca7467f7 Sanitize MASTER_SITES
Submitted by:	fenner's distfile survey
2002-09-20 13:58:50 +00:00
Mario Sergio Fujikawa Ferreira
2a9f7d7272 Update to qmail-ldap patch version 20020901 2002-09-20 04:34:04 +00:00
Mario Sergio Fujikawa Ferreira
c480ec1d9c Update qmail-tls patch to 1.03.20020825 2002-09-19 19:18:14 +00:00
Mario Sergio Fujikawa Ferreira
d18871e560 Sanitize MASTER_SITES 2002-07-08 01:34:45 +00:00
Mario Sergio Fujikawa Ferreira
d18f689c05 Update to qmail-ldap patch version 20020501a 2002-05-20 23:01:34 +00:00
Mario Sergio Fujikawa Ferreira
ddab25c8f5 Chase checksum of a patch: patch was trimmed, no further changes
Submitted by:	Paulius Bulotas <paulius@kaktusas.org>
2002-05-15 14:35:04 +00:00
Mario Sergio Fujikawa Ferreira
bf09b3e4ae Sanitize MASTER_SITES 2002-04-15 21:56:19 +00:00
Mario Sergio Fujikawa Ferreira
e82dea8400 Sanitize MASTER_SITES
Submitted by:	fenner distifile survey
2002-04-12 23:15:32 +00:00
Mario Sergio Fujikawa Ferreira
def53cc628 o Fix breakage introduced in last rev:
- Comma operator does not work for {DIST,PATCH}FILES just yet,
  re-arrange groups to achieve similar effect
2002-04-03 21:10:43 +00:00
Mario Sergio Fujikawa Ferreira
59a15dbf41 o Both sanitize MASTER_SITES and add additional ones
o Full deployment of MASTER_SITES:n
2002-04-03 01:30:57 +00:00
Mario Sergio Fujikawa Ferreira
7ddfd112ea Update qmail-tls patch to 1.03.20010627 2002-03-29 16:54:30 +00:00
Akinori MUSHA
897d06aa97 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
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.
2002-01-29 11:48:57 +00:00
Mario Sergio Fujikawa Ferreira
3ce4e629d7 Update qmail-mysql to patch level 1.1.8 2002-01-21 02:25:31 +00:00
Mario Sergio Fujikawa Ferreira
83887178a5 Fix message typo
Submitted by:	Nicolas Rachinsky <list@rachinsky.de>
2002-01-12 23:49:48 +00:00
Mario Sergio Fujikawa Ferreira
d1ac55fcd8 add checksum for soon to be qmail-ldap patch level 20011001a 2001-11-11 01:09:44 +00:00
Mario Sergio Fujikawa Ferreira
f84997055e Add updated distinfo for qmail-ldap slave port: ldap patch version 20010501 2001-07-25 02:38:27 +00:00
Mario Sergio Fujikawa Ferreira
fd84038273 Update tls.patch checksum (required by slave port qmail-tls)
PR:		27954
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
2001-06-09 18:45:31 +00:00
Mario Sergio Fujikawa Ferreira
1a32f86a3f 1) Fix bug introduced in Makefile rev 1.29: files/maildir not
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>
2001-05-26 03:27:55 +00:00
Mario Sergio Fujikawa Ferreira
8d0b03efd4 Add updated distinfo for qmail-ldap slave port: ldap patch version 20010301 2001-04-27 14:45:50 +00:00
Mario Sergio Fujikawa Ferreira
90a7b13a96 Add {start|stop} support to the initialization (rc.d style) scripts.
Also, add a informational message if the user does not use the
scripts correctly.
2001-03-13 05:47:01 +00:00
Mario Sergio Fujikawa Ferreira
224a6052af * qmail port
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-
2001-02-22 18:15:18 +00:00
Mario Sergio Fujikawa Ferreira
4729a174ab Add some bell and whistles that will enable better support for the
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.
2001-02-12 02:53:22 +00:00
Thomas Gellekum
b628afeb73 Don't package, the license doesn't allow this. 2001-02-05 12:53:03 +00:00
Mario Sergio Fujikawa Ferreira
74475a5ded The PATCHFILES file owner pointed out that a secondary location
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>
2000-12-20 02:34:39 +00:00
Mario Sergio Fujikawa Ferreira
27cb3a7160 Add yet another WITH option to qmail-ldap. This time a WITH_LDAP_DEBUG
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>
2000-12-19 14:29:27 +00:00
Mario Sergio Fujikawa Ferreira
5d3c37186a I added a warning for pre-mailwrapper users about the "danger" of
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>
2000-11-01 00:24:14 +00:00
Satoshi Asami
495a8149cb Use variables for ${PKGDIR}/{INSTALL,MESSAGE}. ${PKGINSTALL} is
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.
2000-10-08 08:51:35 +00:00
Mario Sergio Fujikawa Ferreira
b327e9c777 Maintainer is now a committer, update email accordingly
Approved by: will
2000-10-03 05:12:49 +00:00
Neil Blakey-Milner
d2661fc1f2 Update qmail-ldap 1.03.20000701, and share logic in qmail port, and some
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)
2000-09-28 20:56:03 +00:00
Kevin Lo
efa850427e Simple MASTER_SITES clean up.
PR: 20771
Submitted by: MAINTAINER
2000-08-23 07:39:57 +00:00
Steve Price
c0a42fd5da - Don't hardcode /usr/local.
- Also add a mailer.conf that allows sendmail to be replaced with qmail.

PR:		19449
Submitted by:	Mike Meyer <mwm@mired.org> and maintainer
2000-07-07 18:52:32 +00:00
Akinori MUSHA
e83a709d64 Output PREFIX safe pkg/MESSAGE.
PR:		ports/19188
Submitted by:	Maintainer
2000-06-11 07:48:08 +00:00
Steve Price
11f78ae3f7 Fix pkg/PLIST and prepare this port to be the MASTERDIR for the upcoming
qmail-ldap port.

PR:		18733
Submitted by:	maintainer
2000-05-29 03:37:09 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Satoshi Asami
c339b4dbc8 Don't use ${INSTALL_PROGRAM} to install a shell script. While I'm here,
take out a bunch of @'s, this Makefile is so hard to debug because the
log contained no meaningful output.

PR:		17090 (report only, no fix)
2000-03-01 15:48:31 +00:00
Chris Piazza
e690b295ee Update MASTER_SITES and add a file explaining how to replace
sendmail on 4.0 (mailwrapper)

PR:		16921
Submitted by:	maintainer
2000-02-25 22:14:29 +00:00
Chris D. Faulhaber
db680614ba Update Maintainer's email address
PR:		16399
Submitted by:	Maintainer
2000-01-28 00:34:08 +00:00
Chris Piazza
2991e4885e Add a patch so that will accept the non-RFC >512 "AOL" DNS entries.
Bad, yet necessary.

PR:		13699
Submitted by:	maintainer
1999-10-07 03:01:47 +00:00
Peter Wemm
7b8fca1447 $Id$ -> $FreeBSD$ 1999-08-30 12:09:14 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00
Chris Piazza
b2c4b25f76 Use ${PERL5} instead of /usr/bin/perl
PR:		12199
Submitted by:	Nick Hibma <nick.hibma@jrc.it>
1999-08-15 07:23:14 +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
Satoshi Asami
dcd9d6350f Need to create etc/rc.d by myself if I'm not going to run mtree. 1998-12-01 08:36:40 +00:00
Tim Vanderhoek
446c0d1b28 Don't generate a PLIST on-the-fly. 1998-08-20 05:38:19 +00:00
Tim Vanderhoek
bce8695182 Add a '&' to all bootfiles so they can be used directly as
/usr/local/etc/rc.d/x.sh.
1998-07-28 00:54:06 +00:00
Tim Vanderhoek
a4f73518af Remove BROKEN. The gid/uid conflict only existed because other ports
were improperly registered.
1998-07-25 21:49:36 +00:00
Tim Vanderhoek
fd50a5e48f Use qmail gid 82 (instead of 80).
Suggested-by:	asami's package-building machine
1998-07-25 20:05:53 +00:00
Satoshi Asami
b7b94c790b ===
## make package
>> Checksum OK for qmail-1.03.tar.gz.
===>  Extracting for qmail-1.03
===>  Patching for qmail-1.03
===>  Applying FreeBSD patches for qmail-1.03
===>  Configuring for qmail-1.03
pw: gid `80' has already been allocated
Failed to add group qmail as gid 80
*** Error code 2
===

Can the uid/gid checking be made a little more lenient?  Or choose
another one that's not used by other ports?
1998-07-25 12:15:37 +00:00
Tim Vanderhoek
baa4484084 (null commit, as prompted by Eivind)
[This refers to the original r1.1]

PR:	ports/2993 ports/5985 ports/6917 ports/7145
Submitted-by:	Julian Assange <proff@suburbia.net>,
		Mario Sergio Fujikawa Ferreira <lioux@gns.com.br>,
		SADA Kenji <sada@e-mail.ne.jp>,
		Stuart Henderson <stuart@internationalschool.co.uk>,
		and probably myself.

ports/7145 contains stuff that may be useful for anyone trying to
implement a "qmail-run" script to be included with this port in the
future.
1998-07-24 03:32:51 +00:00
Tim Vanderhoek
68808e882f Ah, what-the-heck...one more qmail-related commit.
Mention that the commented-out PATCHFILES can't be expected to apply
to qmail-1.03.
1998-07-18 20:10:35 +00:00
Tim Vanderhoek
64885f557e I think most of us are familiar with that particular program. 1998-07-18 19:59:55 +00:00