From owner-cvs-all Sun Apr 21 9:25: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A95E37B417; Sun, 21 Apr 2002 09:25:03 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3LGP3L95470; Sun, 21 Apr 2002 09:25:03 -0700 (PDT) (envelope-from cy) Message-Id: <200204211625.g3LGP3L95470@freefall.freebsd.org> From: Cy Schubert Date: Sun, 21 Apr 2002 09:25:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/nmh Makefile ports/mail/nmh/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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