Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2007 23:07:37 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        "Tuc at T-B-O-H.NET" <ml@t-b-o-h.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Want to upgrade sendmail in next OS release
Message-ID:  <20071021200737.GA3761@kobe.laptop>
In-Reply-To: <200710211528.l9LFSVH3054251@himinbjorg.tucs-beachin-obx-house.com>
References:  <200710211528.l9LFSVH3054251@himinbjorg.tucs-beachin-obx-house.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2007-10-21 11:28, "Tuc at T-B-O-H.NET" <ml@t-b-o-h.net> wrote:
> Hi,
>
> I'd like to upgrade my sendmail version in advance of upgrading to the
> next release of the OS.

Why?

> # cd /usr/src/lib/libsm
> # make obj && make depend && make
> # cd /usr/src/lib/libsmutil
> # make obj && make depend && make
> # cd /usr/src/usr.sbin/sendmail
> # make obj && make depend && make && make install

This can be done only if you manage to upgrade Sendmail sources and
their build-glue manually, by following *exactly* the same process that
Gregory Shapiro (our native Sendmail maintainer) uses to do it.

You are also missing some parts of Sendmail above, like:

	/usr/src/bin/rmail
	/usr/src/usr.bin/vacation
	/usr/src/etc/sendmail

The upgrade process used by Gregory Shapiro and the normal 'buildworld'
cycle takes care of all that and more.

Why would you want to circumvent it, and risk breaking Sendmail?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071021200737.GA3761>