diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-22 17:32:04 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-22 17:32:04 +0000 |
commit | 157e05f118fff6c8381eac776ca58db2fdad4433 (patch) | |
tree | 9ed59c0996fe448ba08849c837a080e9c5eae802 /mail/nmh/files/patch-ac | |
parent | Remove jraynard as MAINTAINER, since he no longer has an account. (diff) |
Update to nmh-1.0.2:
Documentation update providing current support channels.
No show-stopping bugs fixed, just lots of nits.
Changes to the actual port:
Simplify handling of PREFIX.
Use autoconf.
Use DOT_LOCKING, not FLOCK_LOCKING. (IMPORTANT)
Tweak DESCR to make it more obvious that this is an MUA.
PR: 15423
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=23818
Diffstat (limited to 'mail/nmh/files/patch-ac')
-rw-r--r-- | mail/nmh/files/patch-ac | 47 |
1 files changed, 12 insertions, 35 deletions
diff --git a/mail/nmh/files/patch-ac b/mail/nmh/files/patch-ac index cddb57397fe4..cdec2d44e152 100644 --- a/mail/nmh/files/patch-ac +++ b/mail/nmh/files/patch-ac @@ -1,37 +1,14 @@ ---- ../nmh-0.19.ORIG/configure Sun Dec 28 12:19:27 1997 -+++ configure Mon Jan 5 20:34:08 1998 -@@ -967,6 +967,8 @@ - # It thinks the first close brace ends the variable substitution. - test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' - +--- ../../nmh-1.0.2-DIST/configure.in Tue Oct 26 14:12:37 1999 ++++ ./configure.in Sat Dec 11 11:54:28 1999 +@@ -160,6 +160,11 @@ + dnl ------------------ + AC_PROG_MAKE_SET dnl Does make define $MAKE + AC_PROG_INSTALL dnl Check for BSD compatible `install' ++ +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 755' + - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - # Extract the first word of "ranlib", so it can be a program name with args. - set dummy ranlib; ac_word=$2 -@@ -3449,6 +3451,7 @@ - s%@CC@%$CC%g - s%@SET_MAKE@%$SET_MAKE%g - s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g -+s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g - s%@INSTALL_DATA@%$INSTALL_DATA%g - s%@RANLIB@%$RANLIB%g - s%@AWK@%$AWK%g -@@ -3692,7 +3695,7 @@ - - eval "nmhbin=${bindir}"; eval "nmhbin2=${nmhbin}" - eval "nmhsysconf=${sysconfdir}"; eval "nmhsysconf2=${nmhsysconf}" --eval "nmhlib=${libdir}"; eval "nmhlib2=${nmhlib}" -+eval "nmhlib=${libexecdir}"; eval "nmhlib2=${nmhlib}" - eval "nmhman=${mandir}" - - echo " -@@ -3705,7 +3708,7 @@ - linker flags : ${LDFLAGS} - source code location : ${srcdir} - binary install path : ${nmhbin2} --libary install path : ${nmhlib2} -+libexec install path : ${nmhlib2} - config files install path : ${nmhsysconf2} - man page install path : ${nmhman}" - echo "" ++AC_SUBST(INSTALL_SCRIPT) ++ + AC_PROG_RANLIB dnl Check for `ranlib' + AC_PROG_AWK dnl Check for mawk,gawk,nawk, then awk + AC_PROG_LEX dnl Check for lex/flex |