Commit graph

1351 commits

Author SHA1 Message Date
martti
8a01b66a20 Fix hardcoded /etc/cyrus.conf (should be ${PKG_SYSCONFDIR}/cyrus.conf) 2001-12-03 11:53:07 +00:00
tron
9907621d7e Fix some more "db3" version number problems. 2001-12-03 10:08:26 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
tron
9ea2b2ee81 Finally get "db3" version numbering correct. 2001-12-03 07:58:47 +00:00
tron
bd8f2b1cfc Correct "db3" version number in dependence. 2001-12-03 06:28:13 +00:00
tron
3e914bbbd4 Make this package work with version 2.11 of the "db3" package. 2001-12-03 06:27:10 +00:00
kent
b36ecf2fc7 Remove definitions of POSTFIX_USE_PCRE and POSTFIX_USE_SASL_AUTH, which
I forgot to remove them before the previous committing ;-)
2001-12-03 05:36:47 +00:00
kent
63107079bc Add optional SMTP authentication support with cyrus-sasl.
It is enabled by POSTFIX_USE_SASL_AUTH.
2001-12-03 04:47:41 +00:00
jlam
55ffb37406 bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
2001-12-02 06:56:38 +00:00
martti
fcb4e25c34 Added the checksum for the IPv6 patch (POSTFIX_USE_INET6=YES) 2001-12-01 12:40:51 +00:00
martti
c9e60cc5f5 Enable IPv6 support again, this time as an optional feature. Set
POSTFIX_USE_INET6=YES in /etc/mk.conf to activate the IPv6 support.

Please note that this IPv6 patch is NOT fully tested and has some known
security issues!
2001-12-01 12:30:31 +00:00
martti
e93f2066fb * Use ${MAKE_ENV} in do-configure. Without this small fix I wasn't able to
use PCRE with postfix.

* Move BUILD_DEFS+=POSTFIX_USE_PCRE inside ".if defined(POSTFIX_USE_PCRE)"
2001-12-01 12:24:23 +00:00
jlam
7cd04d6fd0 Update mail/faces to 1.6.1nb1. Changes from version 1.6.1 are moving the
package under ${X11PREFIX} instead of trying to dual-install under both
${LOCALBASE} and ${X11BASE}, and strongly buildlink'fiying.
2001-11-30 16:29:28 +00:00
martti
a7475b2fb0 Changed POSTFIX_PCRE to POSTFIX_USE_PCRE 2001-11-30 10:26:55 +00:00
jlam
4c38713d7b A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
2001-11-29 19:46:10 +00:00
zuntum
bdc33053bd Add & enable qtools 2001-11-29 19:30:35 +00:00
zuntum
5f13698882 Initial import of qtools-0.56
qtools is a collection of commands, typically for use with qmail via .qmail.
Among others, there are commands for header and body filtering as well
as delivery to Maildirs.

Provided by Sen Nagata <sen@eccosys.com> in pkg/14763.
Thanks for your contribution!
2001-11-29 19:11:04 +00:00
wiz
b17589064d Misc fixes:
Remove a dead MASTER_SITE.
Use PLIST_SUBST instead of local hack.
Create app-defaults dir if missing (solves pkg/13179).
Don't hardwire incorrect app-defaults path in patch-at.
2001-11-29 18:00:31 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
hubertf
a09c0b583a Mark scripts as executable - makes them runable out of the box 2001-11-27 03:12:54 +00:00
zuntum
1ad721fae1 Add & enable qmail-users (hi wiz! thanks wiz! :) 2001-11-26 22:38:39 +00:00
pooka
d6b872d40e Replace spruce HOMEPAGE and MASTER_SITES with a more current and.. eh ..
approriate address.

Problem noted by arctic- on irc

XXX: uncertain if master site is correct. sourceforge is down for a reason
or another, and there are no easily spottable mirrors.
2001-11-26 22:30:15 +00:00
zuntum
78c5e7a6aa We don't really need distinfo, as there are no distfiles 2001-11-26 22:24:48 +00:00
zuntum
d516380156 o switched to bsd.pkg.install.mk logic -- now it depends on qmail-users package 2001-11-26 22:22:19 +00:00
zuntum
fe6e701be6 Initial import of qmail-users-1.0
This package installs users necessary to build & run qmail package.

Not very clear and elegant for sure, but imho better than previous method.
2001-11-26 22:20:32 +00:00
jlam
678c0f86f8 Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}. 2001-11-26 20:38:31 +00:00
jlam
6e896e42e0 Forgot a CONFDIR -> PKG_SYSCONFDIR replacement. 2001-11-26 07:30:44 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
kent
489857ae2c Correct configuration for pcre. 2001-11-26 05:35:38 +00:00
zuntum
24c9b71584 Converted to respect PKG_SYSCONFDIR 2001-11-25 23:55:35 +00:00
zuntum
d14905f88d Respect PKG_SYSCONFDIR ! :) 2001-11-25 22:55:04 +00:00
jlam
ffceca11a9 PKG_SYSCONFDIR is where the configuration files for a package may be found.
This value may be customized in various ways:

PKG_SYSCONFBASE is the main config directory under which all package
	configuration files are to be found.

PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
	configuration files for a particular package may be found.

PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
	particular package.

Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.

This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.
2001-11-25 18:59:45 +00:00
zuntum
dfcac94b61 Add MESSAGE file that reminds to alter either /etc/man.conf or MANPATH
environment variable.

PR pkg/14715 by Sen Nagata <sen@eccosys.com>
2001-11-25 08:57:29 +00:00
jlam
963d494404 Buildlinkify, respect ${CONFDIR}, and use general INSTALL/DEINSTALL scripts. 2001-11-24 20:49:42 +00:00
tron
7c7d68c5c5 Add a new option "MUTT_USE_SLANG" to use the "slang" library instead of
"curses" because the first deals with resize better, especially under
NetBSD 1.5/1.5.x. This change was suggested by Joe Abley in PR pkg/13630.
2001-11-22 21:34:45 +00:00
martti
8438c32fbc Updated to 20010228pl8. Changes since 20010228pl4nb1:
20010917

        Bugfix: an address extension could be appended multiple
        times to the result of a canonical or virtual map lookup.
        File: global/mail_addr_map.c.  Fix by Victor Duchovni,
        Morgan Stanley.

        Bugfix: because split_addr() would split an address even
        when there was no data before the recipient delimiter, the
        above bug could cause an address to grow exponentially in
        size.  Problem reported by Victor Duchovni, Morgan Stanley.
        File:  global/split_addr.c.

20010918

        Bugfix: the mail_addr_map() fix was almost but not quite
        right. It took two clever people and several iterations of
        email to really fix the mail_addr_map() problem.  Thanks
        to Victor Duchovni and Liviu Daia.

20011016

        Bugfix: As of 20000625, Errors-To: was broken, because the
        code to extract the address was not moved from recipient
        address rewriting to sender address rewriting. Problem
        reported by Roelof Osinga @ nisser.com. File:
        cleanup/cleanup_message.c.

20011023

        Bugfix: the FILTER_README content filtering example had
        not been updated to include the sendmail "-i" command line
        option.

20011029

        Bugfix: virtual map expansion terminated early because the
        detection of self-referential entries was flawed.  File:
        cleanup/cleanup_map1n.c.

20011031

        Bugfix: mail_date() mis-formatted negative time zone offsets
        with fractional hours (-03-30 instead of -0330). Fix by
        Chad House, greyfirst.ca. File: global/mail_date.c.

20011103

        Bugfix: Postfix would log the wrong error text when locally
        submitted mail was deferred due to "soft_bounce = yes".

        Bugfix: The LDAP client dropped any entries that don't have
        the result_attribute, but errored out when a DN didn't
        exist.  The behavior is now consistent: treat non-existant
        DN's in a special result attribute expansion the same as
        DN's with no attribute.  LaMont Jones, HP.

20011114

        Bugfix: reset the smtpd command transaction log between
        deliveries. File: smtpd/smtpd.c.

20011115

        Bugfix: reset the smtpd command transaction log between
        non-deliveries. File: smtpd/smtpd.c.
2001-11-22 11:43:07 +00:00
martti
5925282446 Updated to version 1.41 (PR#14609). Changes since 1.15:
- Mail::Util::maildomain did not expand variables.  Fixed the
  regular expression.  Reported by [Jean-Damien Durand]

- [Henrik Gemal] wished better warnings in Mail::Address::parse,
  which are provided now.

- [Lucas Nussbaum] reported incorrect folding of unstructured
  header lines.  The whole idea of folder unstructured fields
  is flawed, as far as I know, but anyway noone apparantly had
  sufficient long subject fields to find-out ;)
  Fixed in Mail::Mailer.

- mailaddress defaults to username, not gcos in Mail/Util.pm
  Patched by [Vivek Khera]

- Increased all version-numbers to show that maintainer-address
  did change.   Suggested by [Tassilo v Parseval]

- Updated all manual-pages to include address of new maintainer.

- Prohibition to modify header should be respected in Mail::Header.
  Patch by [Tatsuhiko Miyagawa]

- Securely close socket in Mail::Mailer::smtp.
  Patch by [Heikki Korpela]

- Fixed "bad file-descriptor" errors in Mail::Mailer::smtp.
  Patch by [Aaron J Mackey]

- Some long header-lines caused the following line in the header
  to be indented too.  This should be fixed.
  Reported by [Simon Cozens]

- Small modifications to Mail::Mailer should make the module
  work for os2.  Patch by [Ilya Zakharevich]

- Fix to be able to specify an index at the first addition of
  a header-line to the Mail::Header structure.
  Patch by [Lucas Fisher]
2001-11-22 09:12:37 +00:00
wiz
2c40b669f9 Install cyrusv2.mc too, following pkg/14670 from Hiramatsu Yoshifumi. 2001-11-21 22:12:24 +00:00
nra
076673560f Add SUBDIR for newmail. 2001-11-21 18:29:27 +00:00
nra
eb6b5aa125 Import newmail-1.0.1. Pr 13843 by Andrew Stevenson.
Newmail looks at mailboxes and determines if any new mail has arrived.
The mailboxes to be examined are specified as command line arguments. A
directory can be specified and newmail will check every mailbox inside.
2001-11-21 18:27:18 +00:00
jlam
b23d2e8626 Adapt to use shared INSTALL/DEINSTALL scripts by using the logic in
bsd.pkg.install.mk:

	* Remove old DEINSTALL/INSTALL scripts.
	* Move some text printed at POST-INSTALL time into the MESSAGE file.
	* Adjust rc.d scripts to respect rc.conf settings, so that the
	  script may be directly copied into /etc/rc.d.
2001-11-19 16:23:08 +00:00
taca
645678fe13 Remove yatsvrs5 since it moved to yatsvrs. 2001-11-15 23:24:55 +00:00
taca
97061c1f28 Disable yatsvrs5 and enable yatsvrs. 2001-11-15 23:22:48 +00:00
taca
e380dbc133 Re-import yatsvrs with correct directory name. 2001-11-15 23:21:29 +00:00
taca
2d9dc61508 Enable yatsvrs5. 2001-11-15 16:10:18 +00:00
taca
b60c63fd64 Importing yatsvrs 5.00p4; extended POP3 server and supoprting servers.
yatd		YAT server; extended POP3 server
	ascyd		Apop shared Secret changer for Yatsvr
	yatconfd	YAT configuration daemon

Yatd was was based on Berkeley's popper program and known as
yatsvr before.  Yatd has own extention to POP3 protocol for
WinYAT, commercial product from JEPRO Co., Ltd.  But it still
works as standard POP3 server.  Extention to POP3 is documented
in attached document but in Japanese.
2001-11-15 16:08:43 +00:00
tron
32c0dc5e43 Remove CVS ID from patch file's context to avoid further problems. 2001-11-14 08:14:58 +00:00
tron
c1cd9921a8 Update for changed "patch-aa". 2001-11-14 08:13:12 +00:00
agc
567de54f8d Clean up after last update:
+ restore definitions of RM and LN in makefile.neb, as they're used
later on in the file.

+ if we're going to the bother of passing PREFIX to the invocation of
make, we might as well use PREFIX rather than LOCALBASE in the definition
of CCLIENTDIR.
2001-11-13 10:38:58 +00:00
frueauf
28790bfc41 Update fetchmail{conf} to 5.9.5.
fetchmail-5.9.5 (Thu Nov  8 14:14:35 EST 2001), 21162 lines:

* Changed the logging logic along lines suggested by Jan Klaverstijn,
* fetchmailconf looks first in the directory it's running from to find
  fetchmail.
* Make sure we vet a success status correctly from open_smtp_sink()
  and open_bsmtp_sink().
* Matthias Andree's env.c patch to refuse service when QMAILINJECT is defined.
* Immediately abort if a non-empty QMAILINJECT environment variable is
  found. If it is set and contains f or i, qmail-inject or qmail's
  sendmail `compatibility' wrapper will rewrite From: or Message-ID:
  headers, respectively. En passant, fix the bug that program_name was
  not filled in before used when the user's ID had no PW entry, leading
  to (null) or crash when printing the error message. Patch by Matthias
  Andree.
* NextStep and OpenStep port patch from Eric Sunshine.
* Block signals during SockConnect() so we don't get a socket descriptor
  leak if we're hit by an alarm signal during connect(2).
* Set queryname even when server is inactive; avoids a core-dump bug in
  the fetchids code.
2001-11-12 17:33:42 +00:00