1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Peter Pentchev
b98b95a1de Update to autorespond-2.0.4, which contains a couple of security fixes.
This version also includes the Debian manpage, which I converted to
-mdoc format; the WITHOUT_MDOC_MANPAGE knob makes the port install
the original Debian page.

PR:		56309, 56310
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-09-02 13:46:37 +00:00
Peter Pentchev
0dcdd0d4ce Fix an off-by-one error in strncpy(3) usage.
Unquote the comment variable.

PR:		55700
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-08-29 16:04:41 +00:00
Peter Pentchev
5de648d1fe Update to 2.0.3 and add my autoconfiguration patch which uses DJB's
mechanisms for detecting the availability of strcasestr(3) and only uses
autorespond's own strcasestr() version if needed.

NOTE: there is NO functionality change in autorespond-2.0.3 with respect
to 2.0.2.
2003-04-04 07:27:36 +00:00
Peter Pentchev
36062ffe27 Make the strcasestr() definition conditional on OSVERSION.
Respect CFLAGS by patching them into the program Makefile.
No longer override the do-build target, let make(1) do its thing.

No PORTREVISION bump for the strcasestr() fix - this port simply
did not build at all on systems of olde :(

Reported by:	<root@lab.simerson.net>
2002-02-22 09:39:21 +00:00
Peter Pentchev
9797ec1723 Update autorespond to 2.0.2, adding a patch to comment out
a definition of strcasestr(), which is already provided by
our libc's <string.h>.

Take over maintainership from Neil Blakey-Milner with many
thanks for his work on this and other ports!

PR:		34024
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
Approved by:	nbm (former maintainer)
2002-02-07 10:32:26 +00:00