fix man page nit, drop obsolete patch and groff dependency

This commit is contained in:
naddy 2012-08-05 19:55:17 +00:00
parent 141f87c6ce
commit 4d8ce8e3ca
3 changed files with 18 additions and 21 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2011/06/02 13:41:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2012/08/05 19:55:17 naddy Exp $
COMMENT-main= accept email on behalf of real sendmail
COMMENT-chroot= static mini_sendmail for chrooted apache
@ -6,7 +6,7 @@ COMMENT-chroot= static mini_sendmail for chrooted apache
V= 1.3.6
DISTNAME= mini_sendmail-${V}
PKGNAME-main= mini_sendmail-${V}
REVISION-main= 2
REVISION-main= 3
PKGNAME-chroot= mini_sendmail-chroot-${V}
REVISION-chroot=1
CATEGORIES= mail www
@ -23,7 +23,6 @@ PERMIT_PACKAGE_FTP= Yes
NO_REGRESS= Yes
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
USE_GROFF = Yes
MULTI_PACKAGES= -main -chroot

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-mini_sendmail_8,v 1.3 2004/10/14 01:44:07 jolan Exp $
--- mini_sendmail.8.orig Sun Nov 16 19:47:33 2003
+++ mini_sendmail.8 Wed Oct 13 01:43:32 2004
$OpenBSD: patch-mini_sendmail_8,v 1.4 2012/08/05 19:55:17 naddy Exp $
--- mini_sendmail.8.orig Fri May 20 21:10:23 2005
+++ mini_sendmail.8 Sun Aug 5 21:51:44 2012
@@ -1,9 +1,11 @@
-.TH mini_sendmail 8 "12 July 2001"
+.TH mini_sendmail 8 "7 May 2003"
@ -14,11 +14,10 @@ $OpenBSD: patch-mini_sendmail_8,v 1.3 2004/10/14 01:44:07 jolan Exp $
.RB [ -t ]
.RB [ -s<server> ]
.RB [ -p<port> ]
@@ -25,6 +27,14 @@ can be used to send email from inside a
.TP
@@ -26,6 +28,14 @@ can be used to send email from inside a chroot(2) area
.B -f
Sets the name of the "from" person (i.e. the sender of the mail).
+.TP
.TP
+.B -i
+Don't parse for a dot-line, but read input up to an end-of-file.
+Currently, this is always the case, but this option is needed for
@ -26,6 +25,16 @@ $OpenBSD: patch-mini_sendmail_8,v 1.3 2004/10/14 01:44:07 jolan Exp $
+.TP
+.B -oi
+Same as -i, needed for compatibility with sendmail.
.TP
+.TP
.B -t
Read message for recipients.
To:, Cc:, and Bcc: lines will be scanned for recipient addresses.
@@ -47,7 +57,7 @@ Verbose mode - shows the conversation with the SMTP se
.SH "SEE ALSO"
sendmail(8)
.SH AUTHOR
-Copyright © 1999 by Jef Poskanzer <jef@mail.acme.com>. All rights reserved.
+Copyright \(co 1999 by Jef Poskanzer <jef@mail.acme.com>. All rights reserved.
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-mini_sendmail_c,v 1.4 2006/06/02 03:44:11 aanriot Exp $
--- mini_sendmail.c.orig Sun Nov 16 20:03:35 2003
+++ mini_sendmail.c Wed Oct 13 01:43:32 2004
@@ -43,6 +43,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <netdb.h>
#ifdef DO_RECEIVED