1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

2574 Commits

Author SHA1 Message Date
Jim Mock
e3b52b8ce8 Fix pkg-plist to remove leftover directories if empty.
PR:		29483
Submitted by:	Patrick Li <pat@databits.net>
2001-08-08 00:47:57 +00:00
Dirk Meyer
94ce6cf63d - Removed FreeBSD Tag from manpage 2001-08-06 16:06:42 +00:00
George C A Reid
eef23d0401 Update to August 5th, 2001 rulesets. 2001-08-06 04:51:12 +00:00
Yukihiro Nakai
d5ac9a39c5 Update to 2.1.3
Change MAINTAINER

PR:		ports/29373
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-05 20:29:57 +00:00
SADA Kenji
c22c7be550 Change default mail path to include a trailing '/'.
PR:	ports/29309
Submitted by:	maintainer
2001-08-05 18:01:19 +00:00
Mario Sergio Fujikawa Ferreira
fa0fa4e20f o Update to 1.0.6
o Unecho commands
o Update both DESCR and COMMENT

PR:		29424
Submitted by:	Pete Fritchman <petef@databits.net>
Reviewed by:	MAINTAINER
2001-08-05 04:09:41 +00:00
Mario Sergio Fujikawa Ferreira
57cc34adf8 New port of p5-Mail-Verify version 0.01: Perl module to verify
email addresses

PR:		29420
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-05 03:40:37 +00:00
Ying-Chieh Liao
14426d4933 s,mach,%%PERL_ARCH%%,g
Submitted by:	bento log
2001-08-03 20:29:38 +00:00
Anton Berezin
41f935496c Upgrade mail/p5-Email-Find to 0.07. 2001-08-03 19:56:35 +00:00
Maxim Sobolev
14701bae53 Add missed "import sys".
Submitted by:	Marcus Henschel <marcus@huehnerhund.ath.cx>
2001-08-03 07:57:47 +00:00
Mario Sergio Fujikawa Ferreira
4cdd790aad o Switch maintainership to submitter (port is maintainerless)
o Update port to version 1.11
o Support NOPORTDOCS, deploy DOCSDIR
o Update DESCR, add WWW tag

PR:		29368
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-03 04:51:53 +00:00
Dirk Meyer
6c4e202577 - honor CFLAGS and LDFLAGS, use PTRHREADS_* too. 2001-08-01 15:55:00 +00:00
Dirk Meyer
00824b0241 - clean patches from unnessary tags
Submitted by:	gshapiro@freebsd.org (Gregory Neil Shapiro)
2001-08-01 15:47:49 +00:00
Akinori MUSHA
79f86fd6ec Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.

I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.

Sorry for inconvenience.  I'll try to check compatibility hard before
committing next time.
2001-08-01 11:56:24 +00:00
Dirk Meyer
1c0cfaec29 - Fix build on current, as PTHREAD_CFLAGS generates an empty argument.
cd /tmp/a/ports/mail/vbsfilter/work/vbsfilter-1.3 &&  cc -O -pipe  -Wall -I/usr/local/include ""  -L/usr/local/lib -o vbsfilter-1.3 vbsfilter-1.3.c -lmilter -lsmutil "-lc_r"
cc: : No such file or directory
*** Error code 1

using: ${PTHREAD_CFLAGS:S=""==}
2001-08-01 10:47:45 +00:00
Akinori MUSHA
3b695c3b4d Update to 0.9.7. 2001-08-01 05:52:47 +00:00
Dirk Meyer
4fa663ae20 - Update to 8.11.5
Fix a possible race condition when sending a HUP signal to restart
                the daemon.  This could terminate the current process without
                starting a new daemon.  Problem reported by Wolfgang Breyha
                of SE Netway Communications.
        Only apply MaxHeadersLength when receiving a message via SMTP or
                the command line.  Problem noted by Andrey J. Melnikoff.
        When finding the system's local hostname on an IPv6-enabled system
                which doesn't have any IPv6 interface addresses, fall back
                to looking up only IPv4 addresses.  Problem noted by Tim
                Bosserman of EarthLink.
        When commands were being rejected due to check_relay or TCP
                Wrappers, the ETRN command was not giving a response.
        Incoming IPv4 connections on a Family=inet6 daemon (using
                IPv4-mapped addresses) were incorrectly labeled as "may be
                forged".  Problem noted by Per Steinar Iversen of Oslo
                University College.
        Shutdown address test mode cleanly on SIGTERM.  Problem noted by
                Greg King of the OAO Corporation.
        Restore the original real uid (changed in main() to prevent
                out of band signals) before invoking a delivery agent.
                Some delivery agents use this for the "From " envelope
                "header".  Problem noted by Leslie Carroll of the
                University at Albany.
        Mark closed file descriptors properly to avoid reuse. Problem
                noted by Jeff Bronson of J.D. Bronson, Inc.
        Setting Timeout options on the command line will also override
                their sub-suboptions in the .cf file, e.g., -O
                Timeout.queuereturn=2d will set all queuereturn timeouts
                to 2 days.  Problem noted by Roger B.A. Klorese.
        CONFIG: Fix parsing for IPv6 domain literals in addresses
                (user@[IPv6:address]).  Problem noted by Liyuan Zhou.
2001-08-01 05:11:43 +00:00
Mario Sergio Fujikawa Ferreira
0f63da2721 Add a minimal odd patch to fix complains on -current cluster bento
Submitted by:	bento
Reviewed by:	peter, will,
		IRC bsdmike <47d71ad6e4@HSE-London-ppp207327.sympatico.ca>,
		IRC cmc <chris@adsl-208-191-149-190.dsl.hstntx.swbell.net>,
		IRC jake_ <jake@k6.locore.ca>
2001-08-01 04:59:35 +00:00
Chris D. Faulhaber
40ecf93562 - update to version 4.50
- use PERL_CONFIGURE (and the created Makefile)
- rearrange Makefile (to please portlint)

PR:		29351
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-31 19:59:17 +00:00
Akinori MUSHA
ea704b0164 Update to 0.9.6-repacked, working around the new installer's bug. 2001-07-31 16:32:27 +00:00
Maxim Sobolev
d2911a79af Put back GNU_CONFIGURE, which I managed to delete somehow in my previous
commit. This should fix the port.

Submitted by:	Marcus Henschel <marcus@huehnerhund.ath.cx>
2001-07-31 06:35:03 +00:00
Andrey A. Chernov
919e336a9b Switch to OPIE 2001-07-30 15:51:33 +00:00
Anton Berezin
65a911e079 Remove libtool-based "nit" in build.log to silence complaints about
discovering libtool files after building/installing.  Correct a
punctuation error in a comment.

PR:		29283
Submitted by:	maintainer
2001-07-30 12:05:02 +00:00
Sheldon Hearn
cc0d7abdce Update to exim-3.32:
Incorporates the fixes for non-mapped IPv6 listening sockets.

Fixes unclosed MySQL connection bug in delivery subprocesses.

Better RFC compliance with respect to Resent-Subject and
Resent-Reply-To.

Fix handling of unset hostname for OpenLDAP2.

Drop an unclosed connection if more than 5 uncrecognized commands are
received.

Handle \t in fail messages properly.
2001-07-30 10:03:31 +00:00
Dima Dorfman
78f32b5168 Add rmime: decode MIME messages inside Emacs (works with RMAIL, VM,
and mh-e).
2001-07-28 17:46:33 +00:00
Hajimu UMEMOTO
a3a537c273 Update to 2.0.16. 2001-07-28 16:08:08 +00:00
Dima Dorfman
e5e02cd0bf Correct typo.
PR:		29244
Submitted by:	Andrew <andrew@ugh.net.au>
2001-07-28 07:20:49 +00:00
Anton Berezin
69b60b0929 Update mail/p5-Email-Find to 0.06. 2001-07-27 15:03:28 +00:00
Jim Mock
f5a2155a7f Add three new hooks...
* WITH_MUTT_POP
   * WITH_MUTT_IMAP
   * WITH_MUTT_POP_IMAP

They replace the --enable-pop and --enable-imap options that were the
defaults.  Now you have the choice to build with one or the other, both,
or neither (which is useful for those of us who don't need those
features).

Bump PORTREVISION.

Approved by:	maintainer
2001-07-26 07:45:44 +00:00
Jim Mock
1fbe4349b9 Update to version 1.3.20.
PR:		29238
Submitted by:	maintainer
2001-07-26 07:29:14 +00:00
Dima Dorfman
7534fc311d user.group -> user:group in chown call(s). 2001-07-26 06:26:19 +00:00
Akinori MUSHA
dd8fc61f89 Reflect databases/db3's shlib version bump from 2 to 3. 2001-07-25 15:05:11 +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
516286c68f Update to qmail-ldap patch version 20010501 2001-07-25 02:37:58 +00:00
Kevin Lo
7f03f112f4 Update to version 0.5.3
PR: 29179
Submitted by: Ports Fury
2001-07-24 12:48:09 +00:00
Nick Sayer
55e73df23b Add two missing files to last commit, plus other fix-ups.
Submitted by:	anders@fix.no
2001-07-24 04:21:42 +00:00
Kris Kennaway
3559ed19ea Fix insecure temporary file handling.
Obtained from:	RedHat
2001-07-24 03:01:26 +00:00
Nick Sayer
a7402429dc * Set maintainership to anders@fix.no, there is no maintainer for this port.
* Add info about tlb in post-install-notes.
* Add WITH_POSTFIX_APPROVE_PATCH knob to fix problem with Postfix's
Delivered-To and Majordomo's approve command.
* Add security fixes from PR ports/28282 with a small change, use SHA1
instead of MD5 for generating cookies.
* Remove security warning, which isn't necessary anymore.

PR:		28282
Submitted by:	anders@fix.no
2001-07-23 16:14:02 +00:00
Mark Pulford
46ea14e18e Add regm 1.0, extract messages from a mailbox using regular
expressions.

PR:		29128
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-22 07:52:00 +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
Bruce A. Mah
50bdb03aa4 Update for exmh-2.5. 2001-07-20 23:57:40 +00:00
Jim Mock
62dbf0c035 Update to version 0.3.1. 2001-07-20 15:10:13 +00:00
Maxim Sobolev
d9f2c0c23d Update to 1.1.7.
PR:		28963
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
2001-07-20 12:09:05 +00:00
Maxim Sobolev
ff7076dd35 - Don't infect user's system with totally useless .la files;
- remove USE_LIBTOOL (which is nop in this case) and associated patches that
  "make" it work;
- add missed USE_OPENSSL.
2001-07-20 09:58:19 +00:00
Maxim Sobolev
8d89a8b137 Remove bogus comment. 2001-07-20 09:32:54 +00:00
David W. Chapman Jr.
0decdaf076 Disable --regex for stable
Rename WITH_* to WITH_MUTT_* to make unique in /etc/make.conf
Split VVV_PATCHES into three parts
Portlint compliance

Submitted by:	maintainer
2001-07-17 20:21:26 +00:00
Maxim Sobolev
bc0ac667f4 Mark as B0RKEN - out of sync with the latest gal (it was not working, so not a
big deal really).

PR:		28238
Submitted by:	Kevin Oberman <oberman@es.net>
2001-07-17 15:54:02 +00:00
Dirk Meyer
7c9b5a5b72 - Patch to build with newer qt
- bumped PORTREVISION
2001-07-16 18:18:44 +00:00
Sheldon Hearn
d53990a96f Apply the author's fix for socket binding in the case where
net.inet6.ip6.v6only is set.  This sysctl disables AF_INET6 wildcard
listeners from accepting IPv4 traffic.
2001-07-16 09:12:55 +00:00
Kevin Lo
b8c02d7c5a Update email address
PR: 28987
Submitted by: MAINTAINER
2001-07-15 14:44:53 +00:00