Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 1997 14:47:50 -0700 (PDT)
From:      Scott Blachowicz <scott@sabami.seaslug.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        Scott.Blachowicz@seaslug.org
Subject:   ports/3922: nmh port updated to nmh-0.15
Message-ID:  <199706212147.OAA29190@one.sabami.seaslug.org>
Resent-Message-ID: <199706212210.PAA21996@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3922
>Category:       ports
>Synopsis:       Author released a new version of nmh - update port.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 21 15:10:01 PDT 1997
>Last-Modified:
>Originator:     Scott Blachowicz
>Organization:
None
>Release:        FreeBSD 2.2-STABLE i386
>Environment:

	FreeBSD 2.2.1

>Description:

	update port to new version of package.

>How-To-Repeat:

	

>Fix:
	
	Assuming this is the correct procedure for getting the port updated
	:-)), apply appended patch.

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /usr/users/scott/master/nmh-port/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	1997/06/05 15:39:43	1.4
+++ Makefile	1997/06/21 21:35:14	1.5
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	nmh
-# Version required:     0.14
-# Date created:		20 May 1997
+# Version required:     0.15
+# Date created:		21 June 1997
 # Whom:			Scott Blachowicz <Scott.Blachowicz@seaslug.org>
 #
 # $Id$
 #
 
-DISTNAME=	nmh-0.14
+DISTNAME=	nmh-0.15
 CATEGORIES=	mail
 MASTER_SITES=   ftp://ftp.math.gatech.edu/pub/nmh/
 
@@ -26,5 +26,15 @@
       mh-sequence.5 mh-tailor.5
 
 MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8
+
+# Since we patch the autoconf files as well as their outputs, avoid attempt
+# to regenerate header input files with 'autoheader' by Makefile.
+post-patch:
+	echo > ${WRKSRC}/stamp-h.in
+
+post-install:
+	@echo; echo; echo ==============================; echo
+	@cat pkg/MESSAGE
+	@echo; echo; echo ==============================; echo
 
 .include <bsd.port.mk>
cvs diff: Diffing files
Index: files/md5
===================================================================
RCS file: /usr/users/scott/master/nmh-port/files/md5,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- md5	1997/05/18 05:15:05	1.1.1.1
+++ md5	1997/06/21 21:38:38	1.2
@@ -1 +1 @@
-MD5 (nmh-0.14.tar.gz) = a4cb090677fcc16b0e9b28fb75cea643
+MD5 (nmh-0.15.tar.gz) = 32b95b25e27b37cebc562c54819f4756
cvs diff: Diffing patches
Index: patches/patch-ab
===================================================================
RCS file: /usr/users/scott/master/nmh-port/patches/patch-ab,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- patch-ab	1997/05/18 05:15:05	1.1.1.1
+++ patch-ab	1997/06/21 21:37:50	1.2
@@ -1,23 +1,6 @@
-diff -ur configure.in-dist configure.in
---- configure.in-dist	Fri May  2 12:31:29 1997
-+++ configure.in	Mon May 12 21:01:07 1997
-@@ -119,9 +119,12 @@
-   AC_SUBST(TSORT)dnl
- fi
- 
--AC_PATH_PROG(sendmailpath, sendmail, no, /usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin)
--AC_PATH_PROG(morepath, more, no, /usr/bin:/usr/ucb:/usr/local/bin)
--AC_PATH_PROG(vipath, vi, no, /usr/bin:/usr/ucb:/usr/local/bin)
-+pathtmp=/usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin
-+AC_PATH_PROG(sendmailpath, sendmail, no, [$pathtmp])
-+pathtmp=/usr/bin:/usr/ucb:/usr/local/bin
-+AC_PATH_PROG(morepath, more, no, [$pathtmp])
-+pathtmp=/usr/bin:/usr/ucb:/usr/local/bin
-+AC_PATH_PROG(vipath, vi, no, [$pathtmp])
- 
- dnl Check for broken vi
- AC_CACHE_CHECK(for broken vi, nmh_cv_attvibug,
-@@ -416,8 +419,8 @@
+--- configure.in-dist	Wed Jun  4 19:39:43 1997
++++ configure.in	Sat Jun 21 10:13:11 1997
+@@ -424,8 +424,8 @@
            [test -z "$CONFIG_HEADERS" || echo > stamp-h])
  
  eval "nmhbin=${bindir}"; eval "nmhbin2=${nmhbin}"
Index: patches/patch-ba
===================================================================
RCS file: /usr/users/scott/master/nmh-port/patches/patch-ba,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- patch-ba	1997/05/21 02:30:45	1.2
+++ patch-ba	1997/06/21 21:38:10	1.3
@@ -2,1152 +2,9 @@
 # 'configure.in' to avoid triggering any 'configure: configure.in' make
 # rules for people with autoconf.
 #
-diff -ur configure-dist configure
---- configure-dist	Fri May  2 12:33:52 1997
-+++ configure	Mon May 12 21:02:02 1997
-@@ -1156,10 +1156,11 @@
-   TSORT=cat
-     fi
- 
-+pathtmp=/usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin
- # Extract the first word of "sendmail", so it can be a program name with args.
- set dummy sendmail; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:1163: checking for $ac_word" >&5
-+echo "configure:1164: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_sendmailpath'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -1169,7 +1170,7 @@
-   ;;
-   *)
-   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
--  for ac_dir in /usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin$ac_dummy; do
-+  for ac_dir in $pathtmp$ac_dummy; do
-     test -z "$ac_dir" && ac_dir=.
-     if test -f $ac_dir/$ac_word; then
-       ac_cv_path_sendmailpath="$ac_dir/$ac_word"
-@@ -1188,10 +1189,11 @@
-   echo "$ac_t""no" 1>&6
- fi
- 
-+pathtmp=/usr/bin:/usr/ucb:/usr/local/bin
- # Extract the first word of "more", so it can be a program name with args.
- set dummy more; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:1195: checking for $ac_word" >&5
-+echo "configure:1197: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_morepath'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -1201,7 +1203,7 @@
-   ;;
-   *)
-   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
--  for ac_dir in /usr/bin:/usr/ucb:/usr/local/bin$ac_dummy; do
-+  for ac_dir in $pathtmp$ac_dummy; do
-     test -z "$ac_dir" && ac_dir=.
-     if test -f $ac_dir/$ac_word; then
-       ac_cv_path_morepath="$ac_dir/$ac_word"
-@@ -1220,10 +1222,11 @@
-   echo "$ac_t""no" 1>&6
- fi
- 
-+pathtmp=/usr/bin:/usr/ucb:/usr/local/bin
- # Extract the first word of "vi", so it can be a program name with args.
- set dummy vi; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:1227: checking for $ac_word" >&5
-+echo "configure:1230: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_vipath'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -1233,7 +1236,7 @@
-   ;;
-   *)
-   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
--  for ac_dir in /usr/bin:/usr/ucb:/usr/local/bin$ac_dummy; do
-+  for ac_dir in $pathtmp$ac_dummy; do
-     test -z "$ac_dir" && ac_dir=.
-     if test -f $ac_dir/$ac_word; then
-       ac_cv_path_vipath="$ac_dir/$ac_word"
-@@ -1254,7 +1257,7 @@
- 
- 
- echo $ac_n "checking for broken vi""... $ac_c" 1>&6
--echo "configure:1258: checking for broken vi" >&5
-+echo "configure:1261: checking for broken vi" >&5
- if eval "test \"`echo '$''{'nmh_cv_attvibug'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -1277,7 +1280,7 @@
- fi
- 
- echo $ac_n "checking where mail spool is located""... $ac_c" 1>&6
--echo "configure:1281: checking where mail spool is located" >&5
-+echo "configure:1284: checking where mail spool is located" >&5
- if eval "test \"`echo '$''{'nmh_cv_mailspool'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -1296,12 +1299,12 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
--echo "configure:1300: checking for $ac_hdr that defines DIR" >&5
-+echo "configure:1303: checking for $ac_hdr that defines DIR" >&5
- if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1305 "configure"
-+#line 1308 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <$ac_hdr>
-@@ -1309,7 +1312,7 @@
- DIR *dirp = 0;
- ; return 0; }
- EOF
--if { (eval echo configure:1313: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:1316: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   eval "ac_cv_header_dirent_$ac_safe=yes"
- else
-@@ -1334,7 +1337,7 @@
- # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
- if test $ac_header_dirent = dirent.h; then
- echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
--echo "configure:1338: checking for opendir in -ldir" >&5
-+echo "configure:1341: checking for opendir in -ldir" >&5
- ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -1342,7 +1345,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldir  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 1346 "configure"
-+#line 1349 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -1353,7 +1356,7 @@
- opendir()
- ; return 0; }
- EOF
--if { (eval echo configure:1357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:1360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -1375,7 +1378,7 @@
- 
- else
- echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
--echo "configure:1379: checking for opendir in -lx" >&5
-+echo "configure:1382: checking for opendir in -lx" >&5
- ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -1383,7 +1386,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lx  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 1387 "configure"
-+#line 1390 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -1394,7 +1397,7 @@
- opendir()
- ; return 0; }
- EOF
--if { (eval echo configure:1398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:1401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -1417,7 +1420,7 @@
- fi
- 
- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
--echo "configure:1421: checking how to run the C preprocessor" >&5
-+echo "configure:1424: checking how to run the C preprocessor" >&5
- # On Suns, sometimes $CPP names a directory.
- if test -n "$CPP" && test -d "$CPP"; then
-   CPP=
-@@ -1432,13 +1435,13 @@
-   # On the NeXT, cc -E runs the code through the compiler's parser,
-   # not just through cpp.
-   cat > conftest.$ac_ext <<EOF
--#line 1436 "configure"
-+#line 1439 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:1442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:1445: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out`
- if test -z "$ac_err"; then
-   :
-@@ -1449,13 +1452,13 @@
-   rm -rf conftest*
-   CPP="${CC-cc} -E -traditional-cpp"
-   cat > conftest.$ac_ext <<EOF
--#line 1453 "configure"
-+#line 1456 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:1459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:1462: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out`
- if test -z "$ac_err"; then
-   :
-@@ -1478,12 +1481,12 @@
- echo "$ac_t""$CPP" 1>&6
- 
- echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
--echo "configure:1482: checking for ANSI C header files" >&5
-+echo "configure:1485: checking for ANSI C header files" >&5
- if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1487 "configure"
-+#line 1490 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- #include <stdarg.h>
-@@ -1491,7 +1494,7 @@
- #include <float.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:1495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:1498: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -1508,7 +1511,7 @@
- if test $ac_cv_header_stdc = yes; then
-   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- cat > conftest.$ac_ext <<EOF
--#line 1512 "configure"
-+#line 1515 "configure"
- #include "confdefs.h"
- #include <string.h>
- EOF
-@@ -1526,7 +1529,7 @@
- if test $ac_cv_header_stdc = yes; then
-   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- cat > conftest.$ac_ext <<EOF
--#line 1530 "configure"
-+#line 1533 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- EOF
-@@ -1547,7 +1550,7 @@
-   :
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1551 "configure"
-+#line 1554 "configure"
- #include "confdefs.h"
- #include <ctype.h>
- #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-@@ -1558,7 +1561,7 @@
- exit (0); }
- 
- EOF
--if { (eval echo configure:1562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:1565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
- then
-   :
- else
-@@ -1582,12 +1585,12 @@
- fi
- 
- echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
--echo "configure:1586: checking whether time.h and sys/time.h may both be included" >&5
-+echo "configure:1589: checking whether time.h and sys/time.h may both be included" >&5
- if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1591 "configure"
-+#line 1594 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/time.h>
-@@ -1596,7 +1599,7 @@
- struct tm *tp;
- ; return 0; }
- EOF
--if { (eval echo configure:1600: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:1603: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_header_time=yes
- else
-@@ -1617,12 +1620,12 @@
- fi
- 
- echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
--echo "configure:1621: checking for sys/wait.h that is POSIX.1 compatible" >&5
-+echo "configure:1624: checking for sys/wait.h that is POSIX.1 compatible" >&5
- if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1626 "configure"
-+#line 1629 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/wait.h>
-@@ -1638,7 +1641,7 @@
- s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
- ; return 0; }
- EOF
--if { (eval echo configure:1642: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:1645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_header_sys_wait_h=yes
- else
-@@ -1659,12 +1662,12 @@
- fi
- 
- echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
--echo "configure:1663: checking whether stat file-mode macros are broken" >&5
-+echo "configure:1666: checking whether stat file-mode macros are broken" >&5
- if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1668 "configure"
-+#line 1671 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/stat.h>
-@@ -1721,17 +1724,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:1725: checking for $ac_hdr" >&5
-+echo "configure:1728: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1730 "configure"
-+#line 1733 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:1735: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:1738: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -1759,12 +1762,12 @@
- 
- 
- echo $ac_n "checking POSIX termios""... $ac_c" 1>&6
--echo "configure:1763: checking POSIX termios" >&5
-+echo "configure:1766: checking POSIX termios" >&5
- if eval "test \"`echo '$''{'nmh_cv_sys_posix_termios'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1768 "configure"
-+#line 1771 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <unistd.h>
-@@ -1774,7 +1777,7 @@
- tcgetattr(0, 0);
- ; return 0; }
- EOF
--if { (eval echo configure:1778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:1781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   nmh_cv_sys_posix_termios=yes
- else
-@@ -1790,12 +1793,12 @@
-  
- if test $nmh_cv_sys_posix_termios = yes; then
-   echo $ac_n "checking TIOCGWINSZ in termios.h""... $ac_c" 1>&6
--echo "configure:1794: checking TIOCGWINSZ in termios.h" >&5
-+echo "configure:1797: checking TIOCGWINSZ in termios.h" >&5
- if eval "test \"`echo '$''{'nmh_cv_header_termios_h_tiocgwinsz'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1799 "configure"
-+#line 1802 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <termios.h>
-@@ -1803,7 +1806,7 @@
- int x = TIOCGWINSZ;
- ; return 0; }
- EOF
--if { (eval echo configure:1807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:1810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   nmh_cv_header_termios_h_tiocgwinsz=yes
- else
-@@ -1822,12 +1825,12 @@
-  
- if test $nmh_cv_header_termios_h_tiocgwinsz = no; then
-   echo $ac_n "checking TIOCGWINSZ in sys/ioctl.h""... $ac_c" 1>&6
--echo "configure:1826: checking TIOCGWINSZ in sys/ioctl.h" >&5
-+echo "configure:1829: checking TIOCGWINSZ in sys/ioctl.h" >&5
- if eval "test \"`echo '$''{'nmh_cv_header_sys_ioctl_h_tiocgwinsz'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1831 "configure"
-+#line 1834 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/ioctl.h>
-@@ -1835,7 +1838,7 @@
- int x = TIOCGWINSZ;
- ; return 0; }
- EOF
--if { (eval echo configure:1839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:1842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   nmh_cv_header_sys_ioctl_h_tiocgwinsz=yes
- else
-@@ -1858,17 +1861,17 @@
-  
- ac_safe=`echo "sys/ptem.h" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for sys/ptem.h""... $ac_c" 1>&6
--echo "configure:1862: checking for sys/ptem.h" >&5
-+echo "configure:1865: checking for sys/ptem.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1867 "configure"
-+#line 1870 "configure"
- #include "confdefs.h"
- #include <sys/ptem.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:1872: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:1875: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -1894,12 +1897,12 @@
- 
- 
- echo $ac_n "checking for pid_t""... $ac_c" 1>&6
--echo "configure:1898: checking for pid_t" >&5
-+echo "configure:1901: checking for pid_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1903 "configure"
-+#line 1906 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -1928,17 +1931,17 @@
- 
- ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
--echo "configure:1932: checking for vfork.h" >&5
-+echo "configure:1935: checking for vfork.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1937 "configure"
-+#line 1940 "configure"
- #include "confdefs.h"
- #include <vfork.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:1942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:1945: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -1963,18 +1966,18 @@
- fi
- 
- echo $ac_n "checking for working vfork""... $ac_c" 1>&6
--echo "configure:1967: checking for working vfork" >&5
-+echo "configure:1970: checking for working vfork" >&5
- if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   if test "$cross_compiling" = yes; then
-   echo $ac_n "checking for vfork""... $ac_c" 1>&6
--echo "configure:1973: checking for vfork" >&5
-+echo "configure:1976: checking for vfork" >&5
- if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 1978 "configure"
-+#line 1981 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char vfork(); below.  */
-@@ -1997,7 +2000,7 @@
- 
- ; return 0; }
- EOF
--if { (eval echo configure:2001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_func_vfork=yes"
- else
-@@ -2018,7 +2021,7 @@
- 
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2022 "configure"
-+#line 2025 "configure"
- #include "confdefs.h"
- /* Thanks to Paul Eggert for this test.  */
- #include <stdio.h>
-@@ -2113,7 +2116,7 @@
-   }
- }
- EOF
--if { (eval echo configure:2117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:2120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_func_vfork_works=yes
- else
-@@ -2139,12 +2142,12 @@
-                sighold sigrelse writev lstat uname tzset killpg
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:2143: checking for $ac_func" >&5
-+echo "configure:2146: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2148 "configure"
-+#line 2151 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -2167,7 +2170,7 @@
- 
- ; return 0; }
- EOF
--if { (eval echo configure:2171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -2195,12 +2198,12 @@
- for ac_func in strerror
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:2199: checking for $ac_func" >&5
-+echo "configure:2202: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2204 "configure"
-+#line 2207 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -2223,7 +2226,7 @@
- 
- ; return 0; }
- EOF
--if { (eval echo configure:2227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -2251,12 +2254,12 @@
- 
- 
- echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
--echo "configure:2255: checking for gethostbyname" >&5
-+echo "configure:2258: checking for gethostbyname" >&5
- if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2260 "configure"
-+#line 2263 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char gethostbyname(); below.  */
-@@ -2279,7 +2282,7 @@
- 
- ; return 0; }
- EOF
--if { (eval echo configure:2283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_func_gethostbyname=yes"
- else
-@@ -2297,7 +2300,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
--echo "configure:2301: checking for gethostbyname in -lnsl" >&5
-+echo "configure:2304: checking for gethostbyname in -lnsl" >&5
- ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2305,7 +2308,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lnsl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 2309 "configure"
-+#line 2312 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -2316,7 +2319,7 @@
- gethostbyname()
- ; return 0; }
- EOF
--if { (eval echo configure:2320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -2342,7 +2345,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for gethostbyname in -lresolv""... $ac_c" 1>&6
--echo "configure:2346: checking for gethostbyname in -lresolv" >&5
-+echo "configure:2349: checking for gethostbyname in -lresolv" >&5
- ac_lib_var=`echo resolv'_'gethostbyname | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2350,7 +2353,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 2354 "configure"
-+#line 2357 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -2361,7 +2364,7 @@
- gethostbyname()
- ; return 0; }
- EOF
--if { (eval echo configure:2365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -2393,12 +2396,12 @@
- fi
- 
- echo $ac_n "checking for socket""... $ac_c" 1>&6
--echo "configure:2397: checking for socket" >&5
-+echo "configure:2400: checking for socket" >&5
- if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2402 "configure"
-+#line 2405 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char socket(); below.  */
-@@ -2421,7 +2424,7 @@
- 
- ; return 0; }
- EOF
--if { (eval echo configure:2425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_func_socket=yes"
- else
-@@ -2439,7 +2442,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
--echo "configure:2443: checking for socket in -lsocket" >&5
-+echo "configure:2446: checking for socket in -lsocket" >&5
- ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2447,7 +2450,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 2451 "configure"
-+#line 2454 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -2458,7 +2461,7 @@
- socket()
- ; return 0; }
- EOF
--if { (eval echo configure:2462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -2490,12 +2493,12 @@
- 
- 
- echo $ac_n "checking for ruserpass""... $ac_c" 1>&6
--echo "configure:2494: checking for ruserpass" >&5
-+echo "configure:2497: checking for ruserpass" >&5
- if eval "test \"`echo '$''{'ac_cv_func_ruserpass'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2499 "configure"
-+#line 2502 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char ruserpass(); below.  */
-@@ -2518,7 +2521,7 @@
- 
- ; return 0; }
- EOF
--if { (eval echo configure:2522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_func_ruserpass=yes"
- else
-@@ -2536,12 +2539,12 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for _ruserpass""... $ac_c" 1>&6
--echo "configure:2540: checking for _ruserpass" >&5
-+echo "configure:2543: checking for _ruserpass" >&5
- if eval "test \"`echo '$''{'ac_cv_func__ruserpass'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2545 "configure"
-+#line 2548 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char _ruserpass(); below.  */
-@@ -2564,7 +2567,7 @@
- 
- ; return 0; }
- EOF
--if { (eval echo configure:2568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_func__ruserpass=yes"
- else
-@@ -2582,7 +2585,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for _ruserpass in -lsocket""... $ac_c" 1>&6
--echo "configure:2586: checking for _ruserpass in -lsocket" >&5
-+echo "configure:2589: checking for _ruserpass in -lsocket" >&5
- ac_lib_var=`echo socket'_'_ruserpass | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2590,7 +2593,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 2594 "configure"
-+#line 2597 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -2601,7 +2604,7 @@
- _ruserpass()
- ; return 0; }
- EOF
--if { (eval echo configure:2605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -2647,7 +2650,7 @@
- termcap_curses_order="termcap curses ncurses"
- for lib in $termcap_curses_order; do
-   echo $ac_n "checking for tgetent in -l${lib}""... $ac_c" 1>&6
--echo "configure:2651: checking for tgetent in -l${lib}" >&5
-+echo "configure:2654: checking for tgetent in -l${lib}" >&5
- ac_lib_var=`echo ${lib}'_'tgetent | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2655,7 +2658,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l${lib}  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 2659 "configure"
-+#line 2662 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -2666,7 +2669,7 @@
- tgetent()
- ; return 0; }
- EOF
--if { (eval echo configure:2670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -2689,12 +2692,12 @@
- done
- 
- echo $ac_n "checking for dbm_open""... $ac_c" 1>&6
--echo "configure:2693: checking for dbm_open" >&5
-+echo "configure:2696: checking for dbm_open" >&5
- if eval "test \"`echo '$''{'ac_cv_func_dbm_open'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2698 "configure"
-+#line 2701 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char dbm_open(); below.  */
-@@ -2717,7 +2720,7 @@
- 
- ; return 0; }
- EOF
--if { (eval echo configure:2721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_func_dbm_open=yes"
- else
-@@ -2735,7 +2738,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for dbm_open in -lndbm""... $ac_c" 1>&6
--echo "configure:2739: checking for dbm_open in -lndbm" >&5
-+echo "configure:2742: checking for dbm_open in -lndbm" >&5
- ac_lib_var=`echo ndbm'_'dbm_open | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2743,7 +2746,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lndbm  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 2747 "configure"
-+#line 2750 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -2754,7 +2757,7 @@
- dbm_open()
- ; return 0; }
- EOF
--if { (eval echo configure:2758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -2780,7 +2783,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for dbm_open in -ldbm""... $ac_c" 1>&6
--echo "configure:2784: checking for dbm_open in -ldbm" >&5
-+echo "configure:2787: checking for dbm_open in -ldbm" >&5
- ac_lib_var=`echo dbm'_'dbm_open | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2788,7 +2791,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldbm  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 2792 "configure"
-+#line 2795 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -2799,7 +2802,7 @@
- dbm_open()
- ; return 0; }
- EOF
--if { (eval echo configure:2803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -2836,12 +2839,12 @@
- LIBS="$TERMLIB $LIBS"
- 
- echo $ac_n "checking if an include file defines ospeed""... $ac_c" 1>&6
--echo "configure:2840: checking if an include file defines ospeed" >&5
-+echo "configure:2843: checking if an include file defines ospeed" >&5
- if eval "test \"`echo '$''{'nmh_cv_decl_ospeed_include_defines'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2845 "configure"
-+#line 2848 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if HAVE_TERMIOS_H
-@@ -2854,7 +2857,7 @@
- ospeed = 0;
- ; return 0; }
- EOF
--if { (eval echo configure:2858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   nmh_cv_decl_ospeed_include_defines=yes
- else
-@@ -2870,19 +2873,19 @@
-  
- if test $nmh_cv_decl_ospeed_include_defines = no; then
-   echo $ac_n "checking if you must define ospeed""... $ac_c" 1>&6
--echo "configure:2874: checking if you must define ospeed" >&5
-+echo "configure:2877: checking if you must define ospeed" >&5
- if eval "test \"`echo '$''{'nmh_cv_decl_ospeed_must_define'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2879 "configure"
-+#line 2882 "configure"
- #include "confdefs.h"
- 
- int main() {
- extern short ospeed; ospeed = 0;
- ; return 0; }
- EOF
--if { (eval echo configure:2886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-   rm -rf conftest*
-   nmh_cv_decl_ospeed_must_define=yes
- else
-@@ -2917,12 +2920,12 @@
- LIBS="$nmh_save_LIBS"
- 
- echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
--echo "configure:2921: checking return type of signal handlers" >&5
-+echo "configure:2924: checking return type of signal handlers" >&5
- if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2926 "configure"
-+#line 2929 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <signal.h>
-@@ -2939,7 +2942,7 @@
- int i;
- ; return 0; }
- EOF
--if { (eval echo configure:2943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:2946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_type_signal=void
- else
-@@ -2958,12 +2961,12 @@
- 
- 
- echo $ac_n "checking for pid_t""... $ac_c" 1>&6
--echo "configure:2962: checking for pid_t" >&5
-+echo "configure:2965: checking for pid_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2967 "configure"
-+#line 2970 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -2991,12 +2994,12 @@
- fi
- 
- echo $ac_n "checking for off_t""... $ac_c" 1>&6
--echo "configure:2995: checking for off_t" >&5
-+echo "configure:2998: checking for off_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 3000 "configure"
-+#line 3003 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -3024,12 +3027,12 @@
- fi
- 
- echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
--echo "configure:3028: checking for uid_t in sys/types.h" >&5
-+echo "configure:3031: checking for uid_t in sys/types.h" >&5
- if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 3033 "configure"
-+#line 3036 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- EOF
-@@ -3058,12 +3061,12 @@
- fi
- 
- echo $ac_n "checking for mode_t""... $ac_c" 1>&6
--echo "configure:3062: checking for mode_t" >&5
-+echo "configure:3065: checking for mode_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 3067 "configure"
-+#line 3070 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -3091,12 +3094,12 @@
- fi
- 
- echo $ac_n "checking for size_t""... $ac_c" 1>&6
--echo "configure:3095: checking for size_t" >&5
-+echo "configure:3098: checking for size_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 3100 "configure"
-+#line 3103 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -3125,9 +3128,9 @@
- 
- 
- echo $ac_n "checking for ushort""... $ac_c" 1>&6
--echo "configure:3129: checking for ushort" >&5
-+echo "configure:3132: checking for ushort" >&5
- cat > conftest.$ac_ext <<EOF
--#line 3131 "configure"
-+#line 3134 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #ifdef HAVE_STDLIB_H
-@@ -3154,9 +3157,9 @@
- echo "$ac_t""$ac_cv_type_ushort" 1>&6
- 
- echo $ac_n "checking for ulong""... $ac_c" 1>&6
--echo "configure:3158: checking for ulong" >&5
-+echo "configure:3161: checking for ulong" >&5
- cat > conftest.$ac_ext <<EOF
--#line 3160 "configure"
-+#line 3163 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #ifdef HAVE_STDLIB_H
-@@ -3183,12 +3186,12 @@
- echo "$ac_t""$ac_cv_type_ulong" 1>&6
- 
- echo $ac_n "checking for sigset_t""... $ac_c" 1>&6
--echo "configure:3187: checking for sigset_t" >&5
-+echo "configure:3190: checking for sigset_t" >&5
- if eval "test \"`echo '$''{'nmh_cv_type_sigset_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 3192 "configure"
-+#line 3195 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <signal.h>
-@@ -3196,7 +3199,7 @@
- sigset_t tempsigset;
- ; return 0; }
- EOF
--if { (eval echo configure:3200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:3203: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   nmh_cv_type_sigset_t=yes
- else
-@@ -3217,12 +3220,12 @@
- fi
- 
- echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
--echo "configure:3221: checking for st_blksize in struct stat" >&5
-+echo "configure:3224: checking for st_blksize in struct stat" >&5
- if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 3226 "configure"
-+#line 3229 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/stat.h>
-@@ -3230,7 +3233,7 @@
- struct stat s; s.st_blksize;
- ; return 0; }
- EOF
--if { (eval echo configure:3234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:3237: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_struct_st_blksize=yes
- else
-@@ -3252,12 +3255,12 @@
- 
- 
- echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
--echo "configure:3256: checking for tm_gmtoff in struct tm" >&5
-+echo "configure:3259: checking for tm_gmtoff in struct tm" >&5
- if eval "test \"`echo '$''{'nmh_cv_struct_tm_gmtoff'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 3261 "configure"
-+#line 3264 "configure"
- #include "confdefs.h"
- #ifdef TIME_WITH_SYS_TIME
- # include <sys/time.h>
-@@ -3273,7 +3276,7 @@
- struct tm temptm; temptm.tm_gmtoff = 0;
- ; return 0; }
- EOF
--if { (eval echo configure:3277: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:3280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   nmh_cv_struct_tm_gmtoff=yes
- else
-@@ -3294,7 +3297,7 @@
- fi
- 
- echo $ac_n "checking what style of signals to use""... $ac_c" 1>&6
--echo "configure:3298: checking what style of signals to use" >&5
-+echo "configure:3301: checking what style of signals to use" >&5
- if test $ac_cv_func_sigaction = yes -a $ac_cv_func_sigprocmask = yes; then
-   signals_style=POSIX_SIGNALS
-   cat >> confdefs.h <<\EOF
-@@ -3332,7 +3335,7 @@
- echo "$ac_t""$signals_style" 1>&6
- 
- echo $ac_n "checking where signal.h is located""... $ac_c" 1>&6
--echo "configure:3336: checking where signal.h is located" >&5
-+echo "configure:3339: checking where signal.h is located" >&5
- if eval "test \"`echo '$''{'nmh_cv_path_signal_h'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3733,8 +3736,8 @@
+--- configure-dist	Wed Jun  4 22:21:48 1997
++++ configure	Sat Jun 21 10:16:23 1997
+@@ -3738,8 +3738,8 @@
  
  
  eval "nmhbin=${bindir}"; eval "nmhbin2=${nmhbin}"
cvs diff: Diffing pkg
cvs diff: tag port_001 is not in file MESSAGE
Index: pkg/PLIST
===================================================================
RCS file: /usr/users/scott/master/nmh-port/pkg/PLIST,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PLIST	1997/05/21 03:22:09	1.2
+++ PLIST	1997/06/21 21:36:54	1.3
@@ -49,6 +49,7 @@
 etc/nmh/scan.size
 etc/nmh/scan.time
 etc/nmh/scan.timely
+etc/nmh/scan.unseen
 etc/nmh/tmac.h
 libexec/nmh/ap
 libexec/nmh/conflict
>Audit-Trail:
>Unformatted:



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