Date: Sun, 21 Apr 2002 09:25:02 -0700 (PDT) From: Cy Schubert <cy@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/nmh Makefile ports/mail/nmh/files patch-ac Message-ID: <200204211625.g3LGP3L95470@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
cy 2002/04/21 09:25:02 PDT
Modified files:
mail/nmh Makefile
mail/nmh/files patch-ac
Log:
Fix the following:
* Alphabetize the comments on the Makefile variables that affect the
configure process.
* Add a new NMH_EXTRA_CONFIGURE_ARGS var to let builder pass extra args
through to configure.
* Add a new NMH_POP var to allow builder to disable the --enable-pop
configure setting.
* Take 'uname' out of the AC_CHECK_FUNCS so the configure script never sets
HAVE_UNAME, so that it only uses gethostname(3) to get the hostname.
The HAVE_UNAME #define is only used in zotnet/mts/mts.c and it uses
gethostname(3) in its stead both times.
PR: 36307
Submitted by: MAINTAINER: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
Revision Changes Path
1.29 +36 -22 ports/mail/nmh/Makefile
1.5 +12 -3 ports/mail/nmh/files/patch-ac
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204211625.g3LGP3L95470>
