pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nmh: Remove, used to update mail/nmh



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Mar 11 19:16:42 2023 +0100
Changeset:	88b2a5da1f1cfa90ee83ef3747e0242fcf22ad72

Modified Files:
	Makefile
Removed Files:
	nmh/COMMITMSG
	nmh/DESCR
	nmh/Makefile
	nmh/PLIST
	nmh/distinfo
	nmh/files/mhn.defaults.dist
	nmh/options.mk
	nmh/patches/patch-ca
	nmh/patches/patch-cd

Log Message:
nmh: Remove, used to update mail/nmh

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=88b2a5da1f1cfa90ee83ef3747e0242fcf22ad72

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                    |   1 -
 nmh/COMMITMSG               | 113 --------------------------
 nmh/DESCR                   |  10 ---
 nmh/Makefile                | 100 -----------------------
 nmh/PLIST                   | 189 --------------------------------------------
 nmh/distinfo                |   7 --
 nmh/files/mhn.defaults.dist |  14 ----
 nmh/options.mk              |  37 ---------
 nmh/patches/patch-ca        | 110 --------------------------
 nmh/patches/patch-cd        |  15 ----
 10 files changed, 596 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 990f10bd42..af970869ad 100644
--- a/Makefile
+++ b/Makefile
@@ -2598,7 +2598,6 @@ SUBDIR+=	nios2-gdb
 SUBDIR+=	nitrogen
 SUBDIR+=	nix
 SUBDIR+=	nlopt
-SUBDIR+=	nmh
 SUBDIR+=	nncp
 SUBDIR+=	nnrpd
 SUBDIR+=	nodau
diff --git a/nmh/COMMITMSG b/nmh/COMMITMSG
deleted file mode 100644
index 5efb3477e9..0000000000
--- a/nmh/COMMITMSG
+++ /dev/null
@@ -1,113 +0,0 @@
-nmh: Update to 1.8
-
-Changes:
-===
-1.8
-===
-Welcome to nmh, the new version of the classic MH mail handling system.
-It's been nearly five years since the last release of nmh, and there have
-been a number of significant changes since that last release.  Long-time
-MH and nmh users should read carefully the NOTABLE CHANGES section, as
-there are some significant changes to nmh behavior.  Otherwise, please
-see the README and INSTALL files for help on getting started with nmh.
-
-This release is dedicated to Norman Z. Shapiro, co-designer of the MH
-Message Handling System.  MH is the predecessor of nmh.  Norm was an
-active supporter of nmh development until he passed away in October of
-2021.  We are most grateful to Norm for his stewardship of MH and nmh.
-    https://en.wikipedia.org/wiki/Norman_Shapiro
-
-For news of future releases, subscribe to the low-volume
-    https://lists.nongnu.org/mailman/listinfo/nmh-announce
-
----------------
-NOTABLE CHANGES
----------------
-
-- Support for Content-MD5 header fields, MIME content cache functionality,
-  and the message/partial MIME type have been removed.
-- Gmail OAuth2/XOAUTH support for desktop applications has been effectively
-  dropped, so nmh no longer supports it.  nmh support for Gmail API access
-  is experimental, please post to nmh-workers%nongnu.org@localhost if you'd like to
-  help with test and development.
-- repl(1) -convertargs now allows editing of the composition draft between
-  translation and any encoding of text content.  Because encoding can wrap
-  long lines, the use of a paragraph formatter has been removed from
-  mhn.defaults.
-
-------------
-NEW FEATURES
-------------
-
-- The default editor has been changed from 'vi' to 'prompter', to align with
-  historical practice and reduce packaging dependencies on external programs.
-- A new -checkbase64 switch has been added to mhfixmsg(1).
-- inc(1)/msgchk(1) now support STARTTLS for the POP protocol.
-- All TLS-supported protocols now will send the SNI (server name indicator)
-  TLS extension.
-- A new mh-format function %(ordinal) has been implemented to output the
-  appropriate ordinal suffix for numbers.  Example: "%(num 22)%(ordinal)"
-  will output "22nd".
-- show and mhl now decode more addresses in header fields.
-- Added warning from all programs that read the profile if the profile
-  contains a post entry, which is ignored, but does not contain a
-  postproc entry.  In other words, if you get this warning and want
-  to suppress it, your options include:
-  1) Remove your post profile entry.
-  2) Make your post profile entry a comment by prepending it with the #:
-     comment indicator.
-  3) Add a postproc entry that points to the post that you use.  That can
-     be viewed with "mhparam postproc".
-- scan(1) -file argument can be a Maildir directory.
-- Updated mhn.defaults to prefer mpv(1) over xv(1) and replace mpeg_play(1),
-  and to use it for all video types, not just video/mpeg.  And prefer all
-  other searched-for pdf viewers over acroread(1).
-- Added mhshow-suffix-video.mp4 to mhn.defaults, for use by mhshow(1) and
-  send(1).
-- Removed support from mhn.defaults for application/x-ivs and text/richtext.
-- Changed interpretation of argument to mhfixmsg(1) -decodeheaderfieldbodies
-  switch to specify character set of the decoded field bodies.
-- repl(1) -convertargs now allows editing of the composition draft between
-  translation and any encoding of text content.
-- install-mh(1) now enables the mh-draft(5) draft folder facility.
-
------------------
-OBSOLETE FEATURES
------------------
-
-- The generation and verification of a Content-MD5 field has been removed
-  without deprecation.  The related -check and -nocheck options now error.
-- The MIME content cache functionality has been mostly non-functional since
-  the development on nmh, and consequently all of the content caching code
-  and related switches (-cache/-rcache/-wcache) have been removed.
-- Support for generating and reassembling message/partial messages has been
-  removed; it seems that this has been broken since 1.5 and there is very
-  little support across MUAs.
-- Marked Gmail OAuth2/XOAUTH support as being unsupported.
-- Support for the MHPDEBUG environment variable was removed.  It was
-  deprecated in nmh 1.7.  The pick(1) -debug switch replaced it.
-- The 'libdir' mhparam(1) component was removed.  It was deprecated in
-  nmh 1.7, when it was replaced by a new 'libexecdir' component.
-
----------
-BUG FIXES
----------
-
-- Fixed bcc to work with sendmail/pipe, and better documented that dcc
-  doesn't work with it [Bug 55700].
-- An -attendee switch has been added to mhical(1), for use when more than one
-  (or zero) attendees match a user's mailbox.
-- Fixed inc(1) and %(me) function escape to not obey Local-Mailbox profile
-  component.
-- Fixed source charset in mhfixmsg textcharset verbose output.
-- Fixed mhfixmsg charset determination of content added with -reformat.
-- Fixed file descriptor leak in mhfixmsg when run on multiple input files.
-- Fixed mhfixmsg(1) -decodeheaderfilebodies to support mixed encoded/undecoded.
-- Fixed memory corruption in post(1) and inc(1) when using XOAUTH2,
-  with 4 or more entries in the oauth-authservice file.
-- Added alias expansion to From: address for use by sendfrom.
-- Removed extra space added before header field bodies by dist(1) to $mhdraft.
-- Fixed display of iCalendar object with multiple VEVENTS using a VTIMEZONE.
-- Fixed allowable encodings with MIME message types to get closer to RFC 2046.
-- Detect other files regardless of backup prefix [Bug #49476].
-- Copy if hard link by refile(1) or send(1) fails with EACESS [Bug 56575].
diff --git a/nmh/DESCR b/nmh/DESCR
deleted file mode 100644
index 9bb225a989..0000000000
--- a/nmh/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-nmh (new MH) is a powerful electronic mail handling system. It was
-originally based on version 6.8.3 of the MH message system developed by
-the RAND Corporation and the University of California. It is intended
-to be a (mostly) compatible drop-in replacement for MH.
-
-nmh consists of a collection of fairly simple single-purpose programs
-to send, receive, save, retrieve, and manipulate e-mail messages. Since
-nmh is a suite rather than a single monolithic program, you may freely
-intersperse nmh commands with other commands at your shell prompt,
-or write custom scripts which use these commands in flexible ways.
diff --git a/nmh/Makefile b/nmh/Makefile
deleted file mode 100644
index 25b693efc4..0000000000
--- a/nmh/Makefile
+++ /dev/null
@@ -1,100 +0,0 @@
-# $NetBSD: Makefile,v 1.114 2022/10/26 10:31:38 wiz Exp $
-
-DISTNAME=		nmh-1.8
-CATEGORIES=		mail
-MASTER_SITES=		https://download.savannah.nongnu.org/releases/nmh/
-
-MAINTAINER=		leot%NetBSD.org@localhost
-HOMEPAGE=		https://www.nongnu.org/nmh/
-COMMENT=		Cleaned up MH mailer suite
-LICENSE=		modified-bsd
-
-CONFLICTS=		ja-mh-[0-9]*
-CONFLICTS+=		ja-mh6-[0-9]*
-
-USE_TOOLS+=		lex
-USE_FEATURES+=		strnlen
-
-.include "../../mk/bsd.prefs.mk"
-
-.include "options.mk"
-
-# Mail Transport Agent - either "smtp" or "sendmail"
-NMH_MTA?=		smtp
-
-GNU_CONFIGURE=		yes
-
-GNU_CONFIGURE_LIBDIR=	${PREFIX}/libexec/nmh
-CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFBASE}
-CONFIGURE_ARGS+=	--with-mts=${NMH_MTA:Q}
-CONFIGURE_ARGS+=	--without-readline
-
-DOCDIR=			share/doc/nmh
-EGDIR=			${PREFIX}/share/examples/nmh
-INSTALLATION_DIRS=	${DOCDIR} ${EGDIR}
-
-BUILD_DEFS+=		NMH_MTA NMH_EDITOR NMH_PAGER NMH_HASH_BACKUP PKG_SYSCONFBASE
-
-PKG_SYSCONFSUBDIR=	nmh
-CONF_FILES=		# empty
-.for f in		MailAliases		\
-			components		\
-			digestcomps		\
-			distcomps		\
-			forwcomps		\
-			mhical.12hour		\
-			mhical.24hour		\
-			mhl.body		\
-			mhl.digest		\
-			mhl.format		\
-			mhl.forward		\
-			mhl.headers		\
-			mhl.reply		\
-			mhl.replywithoutbody	\
-			mhn.defaults		\
-			mhshow.marker		\
-			mts.conf		\
-			rcvdistcomps		\
-			rcvdistcomps.outbox	\
-			replcomps		\
-			replgroupcomps		\
-			rmmproc.messageid	\
-			scan.MMDDYY		\
-			scan.YYYYMMDD		\
-			scan.curses		\
-			scan.default		\
-			scan.highlighted	\
-			scan.mailx		\
-			scan.nomime		\
-			scan.size		\
-			scan.time		\
-			scan.timely		\
-			scan.unseen
-CONF_FILES+=		${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
-.endfor
-
-# The configure script checks for arc4random(), but the program uses
-# arc4random_buf(); netbsd-5 (and presumably earlier) and some Darwin
-# versions has the one but not the other. Just disable it, because all
-# it's using the randomness for is message-ids.
-.if !empty(MACHINE_PLATFORM:MNetBSD-[1-5].*-*) || \
-    !empty(MACHINE_PLATFORM:MDarwin-[1-9].*-*) || \
-    !empty(MACHINE_PLATFORM:MDarwin-1[0-2].*-*)
-CONFIGURE_ENV+=		ac_cv_func_arc4random=no
-.endif
-
-TEST_TARGET=		check
-
-post-install:
-	${INSTALL_DATA} ${FILESDIR}/mhn.defaults.dist \
-	    ${DESTDIR}${EGDIR}/mhn.defaults
-
-.if ${OPSYS} == "Linux"
-.include "../../databases/gdbm_compat/buildlink3.mk"
-CONFIGURE_ARGS+=	--with-ndbm='gdbm_compat -lgdbm'
-CONFIGURE_ARGS+=	--with-ndbmheader=ndbm.h
-.endif
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/terminfo.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/nmh/PLIST b/nmh/PLIST
deleted file mode 100644
index 1101d0a7b1..0000000000
--- a/nmh/PLIST
+++ /dev/null
@@ -1,189 +0,0 @@
-@comment $NetBSD: PLIST,v 1.10 2017/11/21 10:32:02 leot Exp $
-bin/ali
-bin/anno
-bin/burst
-bin/comp
-bin/dist
-bin/flist
-bin/flists
-bin/fmttest
-bin/fnext
-bin/folder
-bin/folders
-bin/forw
-bin/fprev
-bin/inc
-bin/install-mh
-bin/mark
-bin/mhbuild
-bin/mhfixmsg
-bin/mhical
-bin/mhlist
-bin/mhlogin
-bin/mhmail
-bin/mhn
-bin/mhparam
-bin/mhpath
-bin/mhshow
-bin/mhstore
-bin/msgchk
-bin/new
-bin/next
-bin/packf
-bin/pick
-bin/prev
-bin/prompter
-bin/refile
-bin/repl
-bin/rmf
-bin/rmm
-bin/scan
-bin/send
-bin/sendfiles
-bin/show
-bin/sortm
-bin/unseen
-bin/whatnow
-bin/whom
-libexec/nmh/ap
-libexec/nmh/dp
-libexec/nmh/fmtdump
-libexec/nmh/mhl
-libexec/nmh/mkstemp
-libexec/nmh/post
-libexec/nmh/rcvdist
-libexec/nmh/rcvpack
-libexec/nmh/rcvstore
-libexec/nmh/rcvtty
-libexec/nmh/slocal
-libexec/nmh/spost
-libexec/nmh/viamail
-man/man1/ali.1
-man/man1/anno.1
-man/man1/burst.1
-man/man1/comp.1
-man/man1/dist.1
-man/man1/flist.1
-man/man1/flists.1
-man/man1/fmttest.1
-man/man1/fnext.1
-man/man1/folder.1
-man/man1/folders.1
-man/man1/forw.1
-man/man1/fprev.1
-man/man1/inc.1
-man/man1/install-mh.1
-man/man1/mark.1
-man/man1/mh-mkstemp.1
-man/man1/mhbuild.1
-man/man1/mhfixmsg.1
-man/man1/mhical.1
-man/man1/mhl.1
-man/man1/mhlist.1
-man/man1/mhlogin.1
-man/man1/mhmail.1
-man/man1/mhn.1
-man/man1/mhparam.1
-man/man1/mhpath.1
-man/man1/mhshow.1
-man/man1/mhstore.1
-man/man1/msgchk.1
-man/man1/new.1
-man/man1/next.1
-man/man1/packf.1
-man/man1/pick.1
-man/man1/prev.1
-man/man1/prompter.1
-man/man1/rcvdist.1
-man/man1/rcvpack.1
-man/man1/rcvstore.1
-man/man1/rcvtty.1
-man/man1/refile.1
-man/man1/repl.1
-man/man1/rmf.1
-man/man1/rmm.1
-man/man1/scan.1
-man/man1/send.1
-man/man1/sendfiles.1
-man/man1/show.1
-man/man1/slocal.1
-man/man1/sortm.1
-man/man1/unseen.1
-man/man1/whatnow.1
-man/man1/whom.1
-man/man5/mh-alias.5
-man/man5/mh-draft.5
-man/man5/mh-folders.5
-man/man5/mh-format.5
-man/man5/mh-mail.5
-man/man5/mh-profile.5
-man/man5/mh-sequence.5
-man/man5/mh-tailor.5
-man/man5/mh_profile.5
-man/man5/mts.conf.5
-man/man7/MH.7
-man/man7/mh-chart.7
-man/man7/mh-mime.7
-man/man7/nmh.7
-man/man8/ap.8
-man/man8/dp.8
-man/man8/fmtdump.8
-man/man8/post.8
-share/doc/nmh/COMPLETION-TCSH
-share/doc/nmh/COMPLETION-ZSH
-share/doc/nmh/COPYRIGHT
-share/doc/nmh/DIFFERENCES
-share/doc/nmh/FAQ
-share/doc/nmh/INSTALL
-share/doc/nmh/MAIL.FILTERING
-share/doc/nmh/MAILING-LISTS
-share/doc/nmh/NEWS
-share/doc/nmh/README
-share/doc/nmh/README-ATTACHMENTS
-share/doc/nmh/README-HOOKS
-share/doc/nmh/README-components
-share/doc/nmh/README.SASL
-share/doc/nmh/README.about
-share/doc/nmh/README.developers
-share/doc/nmh/README.manpages
-share/doc/nmh/TODO
-share/doc/nmh/VERSION
-share/doc/nmh/contrib/localpostproc
-share/doc/nmh/contrib/ml
-share/doc/nmh/contrib/replaliases
-share/doc/nmh/contrib/replyfilter
-share/doc/nmh/contrib/vpick
-share/examples/nmh/MailAliases
-share/examples/nmh/bash_completion_nmh
-share/examples/nmh/components
-share/examples/nmh/digestcomps
-share/examples/nmh/distcomps
-share/examples/nmh/forwcomps
-share/examples/nmh/mhical.12hour
-share/examples/nmh/mhical.24hour
-share/examples/nmh/mhl.body
-share/examples/nmh/mhl.digest
-share/examples/nmh/mhl.format
-share/examples/nmh/mhl.forward
-share/examples/nmh/mhl.headers
-share/examples/nmh/mhl.reply
-share/examples/nmh/mhl.replywithoutbody
-share/examples/nmh/mhn.defaults
-share/examples/nmh/mhshow.marker
-share/examples/nmh/mts.conf
-share/examples/nmh/rcvdistcomps
-share/examples/nmh/rcvdistcomps.outbox
-share/examples/nmh/replcomps
-share/examples/nmh/replgroupcomps
-share/examples/nmh/rmmproc.messageid
-share/examples/nmh/scan.MMDDYY
-share/examples/nmh/scan.YYYYMMDD
-share/examples/nmh/scan.curses
-share/examples/nmh/scan.default
-share/examples/nmh/scan.highlighted
-share/examples/nmh/scan.mailx
-share/examples/nmh/scan.nomime
-share/examples/nmh/scan.size
-share/examples/nmh/scan.time
-share/examples/nmh/scan.timely
-share/examples/nmh/scan.unseen
diff --git a/nmh/distinfo b/nmh/distinfo
deleted file mode 100644
index 8fb44f0389..0000000000
--- a/nmh/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.23 2021/10/26 10:54:10 nia Exp $
-
-BLAKE2s (nmh-1.8.tar.gz) = e90284c81c6e135c0f031e185b3ed9d291b62369fa2d2c570aecc6f1a10c5949
-SHA512 (nmh-1.8.tar.gz) = 12fc28d6a11da9e5a7d0ec1ca2811906ccdecdace94c06e17825d0029f6fbd1e5e1b81e82fe991ba1b7f8f045c2b60007473de0e2387e96d19262e94f0cafbf6
-Size (nmh-1.8.tar.gz) = 1513206 bytes
-SHA1 (patch-ca) = 5cf595da9003e311fbcf0a9bf738520290495366
-SHA1 (patch-cd) = 2f9be94dab854f86b103088471bc6b5529fca29e
diff --git a/nmh/files/mhn.defaults.dist b/nmh/files/mhn.defaults.dist
deleted file mode 100644
index 48980d3a30..0000000000
--- a/nmh/files/mhn.defaults.dist
+++ /dev/null
@@ -1,14 +0,0 @@
-#: $NetBSD: mhn.defaults.dist,v 1.1 2000/03/02 05:11:44 kim Exp $
-#:
-mhstore-store-application/PostScript: %m%P.ps
-mhstore-store-text: %m%P.txt
-mhstore-store-text/richtext: %m%P.rt
-mhstore-store-video/mpeg: %m%P.mpg
-#:
-#: If you install more packages you could enable these
-#:
-#: mhshow-show-application/PostScript: %plpr -Pps
-#: mhshow-show-application/x-ivs: %pivs_replay -o '%F'
-#: mhshow-show-image: %pxv '%f'
-#: mhshow-show-text/richtext: %prichtext -p '%F'
-#: mhshow-show-video/mpeg: %pmpeg_play '%f'" >> $TMP
diff --git a/nmh/options.mk b/nmh/options.mk
deleted file mode 100644
index 9bf8340e5b..0000000000
--- a/nmh/options.mk
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: options.mk,v 1.6 2017/11/22 08:42:24 leot Exp $
-
-PKG_OPTIONS_VAR=		PKG_OPTIONS.nmh
-PKG_SUPPORTED_OPTIONS=		nmh-backup-hash oauth sasl tls
-
-.include "../../mk/bsd.options.mk"
-
-###
-### Prepend a "#" instead of a "," to the name of a message that is
-### "removed" by rmm.
-###
-.if !empty(PKG_OPTIONS:Mnmh-backup-hash)
-CONFIGURE_ARGS+=	--with-hash-backup
-.else
-CONFIGURE_ARGS+=	--without-hash-backup
-.endif
-
-.if !empty(PKG_OPTIONS:Moauth)
-CONFIGURE_ARGS+=	--with-oauth
-.include "../../www/curl/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--without-oauth
-.endif
-
-.if !empty(PKG_OPTIONS:Msasl)
-CONFIGURE_ARGS+=	--with-cyrus-sasl
-.include "../../security/cyrus-sasl/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--without-cyrus-sasl
-.endif
-
-.if !empty(PKG_OPTIONS:Mtls)
-CONFIGURE_ARGS+=	--with-tls
-.include "../../security/openssl/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--without-tls
-.endif
diff --git a/nmh/patches/patch-ca b/nmh/patches/patch-ca
deleted file mode 100644
index 345d44a50a..0000000000
--- a/nmh/patches/patch-ca
+++ /dev/null
@@ -1,110 +0,0 @@
-$NetBSD: patch-ca,v 1.10 2018/03/09 09:05:37 leot Exp $
-
-- Introduce $egdir and install all configuration files in it, in order to
-  properly use CONF_FILES to manage configuration files for pkgsrc.
-- Adjust TEST_ENVIRONMENT in order to use $egdir instead of $nmhetcdir
-  and adjust $nmhetcdirinst to fix the `mhparam etcdir' test.
-
---- Makefile.in.orig	2023-01-01 16:30:07.000000000 +0000
-+++ Makefile.in
-@@ -988,6 +988,7 @@ smtpserver = @smtpserver@
- srcdir = @srcdir@
- supported_locks = @supported_locks@
- sysconfdir = @sysconfdir@
-+egdir = @prefix@/share/examples/nmh
- target_alias = @target_alias@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
-@@ -1003,8 +1004,8 @@ TESTS_ENVIRONMENT = MH_OBJ_DIR="@abs_bui
- 		    CURL_USER_AGENT='@CURL_USER_AGENT@' \
- 		    MH_TEST_DIR=`cd "@abs_builddir@" && pwd -P`/test/testdir \
- 		    nmhlibexecdir="$(nmhlibexecdir)" bindir="$(bindir)" \
--		    mandir="$(mandir)" nmhetcdir="$(nmhetcdir)" \
--		    nmhetcdirinst="@nmhetcdirinst@$(nmhetcdir)" \
-+		    mandir="$(mandir)" nmhetcdir="$(egdir)" \
-+		    nmhetcdirinst="$(nmhetcdir)" \
- 		    supported_locks="$(supported_locks)" \
- 		    default_locking="${default_locking}" \
- 		    MULTIBYTE_ENABLED=$(MULTIBYTE_ENABLED) \
-@@ -2756,10 +2757,10 @@ uninstall-dist_docs_contribSCRIPTS:
- 	dir='$(DESTDIR)$(docs_contribdir)'; $(am__uninstall_files_from_dir)
- install-dist_nmhetcSCRIPTS: $(dist_nmhetc_SCRIPTS)
- 	@$(NORMAL_INSTALL)
--	@list='$(dist_nmhetc_SCRIPTS)'; test -n "$(nmhetcdir)" || list=; \
-+	@list='$(dist_nmhetc_SCRIPTS)'; test -n "$(egdir)" || list=; \
- 	if test -n "$$list"; then \
--	  echo " $(MKDIR_P) '$(DESTDIR)$(nmhetcdir)'"; \
--	  $(MKDIR_P) "$(DESTDIR)$(nmhetcdir)" || exit 1; \
-+	  echo " $(MKDIR_P) '$(DESTDIR)$(egdir)'"; \
-+	  $(MKDIR_P) "$(DESTDIR)$(egdir)" || exit 1; \
- 	fi; \
- 	for p in $$list; do \
- 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-@@ -2778,8 +2779,8 @@ install-dist_nmhetcSCRIPTS: $(dist_nmhet
- 	while read type dir files; do \
- 	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- 	     test -z "$$files" || { \
--	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(nmhetcdir)$$dir'"; \
--	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(nmhetcdir)$$dir" || exit $$?; \
-+	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(egdir)$$dir'"; \
-+	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(egdir)$$dir" || exit $$?; \
- 	     } \
- 	; done
- 
-@@ -4871,18 +4872,18 @@ uninstall-dist_docs_contribDATA:
- 	dir='$(DESTDIR)$(docs_contribdir)'; $(am__uninstall_files_from_dir)
- install-dist_nmhetcDATA: $(dist_nmhetc_DATA)
- 	@$(NORMAL_INSTALL)
--	@list='$(dist_nmhetc_DATA)'; test -n "$(nmhetcdir)" || list=; \
-+	@list='$(dist_nmhetc_DATA)'; test -n "$(egdir)" || list=; \
- 	if test -n "$$list"; then \
--	  echo " $(MKDIR_P) '$(DESTDIR)$(nmhetcdir)'"; \
--	  $(MKDIR_P) "$(DESTDIR)$(nmhetcdir)" || exit 1; \
-+	  echo " $(MKDIR_P) '$(DESTDIR)$(egdir)'"; \
-+	  $(MKDIR_P) "$(DESTDIR)$(egdir)" || exit 1; \
- 	fi; \
- 	for p in $$list; do \
- 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- 	  echo "$$d$$p"; \
- 	done | $(am__base_list) | \
- 	while read files; do \
--	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(nmhetcdir)'"; \
--	  $(INSTALL_DATA) $$files "$(DESTDIR)$(nmhetcdir)" || exit $$?; \
-+	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(egdir)'"; \
-+	  $(INSTALL_DATA) $$files "$(DESTDIR)$(egdir)" || exit $$?; \
- 	done
- 
- uninstall-dist_nmhetcDATA:
-@@ -4892,18 +4893,18 @@ uninstall-dist_nmhetcDATA:
- 	dir='$(DESTDIR)$(nmhetcdir)'; $(am__uninstall_files_from_dir)
- install-nmhetcDATA: $(nmhetc_DATA)
- 	@$(NORMAL_INSTALL)
--	@list='$(nmhetc_DATA)'; test -n "$(nmhetcdir)" || list=; \
-+	@list='$(nmhetc_DATA)'; test -n "$(egdir)" || list=; \
- 	if test -n "$$list"; then \
--	  echo " $(MKDIR_P) '$(DESTDIR)$(nmhetcdir)'"; \
--	  $(MKDIR_P) "$(DESTDIR)$(nmhetcdir)" || exit 1; \
-+	  echo " $(MKDIR_P) '$(DESTDIR)$(egdir)'"; \
-+	  $(MKDIR_P) "$(DESTDIR)$(egdir)" || exit 1; \
- 	fi; \
- 	for p in $$list; do \
- 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- 	  echo "$$d$$p"; \
- 	done | $(am__base_list) | \
- 	while read files; do \
--	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(nmhetcdir)'"; \
--	  $(INSTALL_DATA) $$files "$(DESTDIR)$(nmhetcdir)" || exit $$?; \
-+	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(egdir)'"; \
-+	  $(INSTALL_DATA) $$files "$(DESTDIR)$(egdir)" || exit $$?; \
- 	done
- 
- uninstall-nmhetcDATA:
-@@ -5242,7 +5243,7 @@ check: check-am
- all-am: Makefile $(PROGRAMS) $(LIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
- 		$(HEADERS) config.h
- installdirs:
--	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(nmhlibexecdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docs_contribdir)" "$(DESTDIR)$(nmhetcdir)" "$(DESTDIR)$(nmhlibexecdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(docs_contribdir)" "$(DESTDIR)$(nmhetcdir)" "$(DESTDIR)$(nmhetcdir)"; do \
-+	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(nmhlibexecdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docs_contribdir)" "$(DESTDIR)$(egdir)" "$(DESTDIR)$(nmhlibexecdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(docs_contribdir)" "$(DESTDIR)$(egdir)" "$(DESTDIR)$(egdir)"; do \
- 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- 	done
- install: install-am
diff --git a/nmh/patches/patch-cd b/nmh/patches/patch-cd
deleted file mode 100644
index c27378d292..0000000000
--- a/nmh/patches/patch-cd
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-cd,v 1.8 2017/11/21 10:32:02 leot Exp $
-
-make sure a time_t fits in
-
---- sbr/fmt_scan.c.orig	2022-12-09 02:34:01.000000000 +0000
-+++ sbr/fmt_scan.c
-@@ -369,7 +369,7 @@ fmt_scan (struct format *format, charstr
-     char buffer[NMH_BUFSIZ], buffer2[NMH_BUFSIZ];
-     int i, c;
-     bool rjust;
--    int value;
-+    long long value;
-     time_t t;
-     size_t max;
-     struct format *fmt;


Home | Main Index | Thread Index | Old Index