diff options
Diffstat (limited to 'mail/heirloom-mailx/files')
-rw-r--r-- | mail/heirloom-mailx/files/patch-aa | 11 | ||||
-rw-r--r-- | mail/heirloom-mailx/files/patch-ab | 14 | ||||
-rw-r--r-- | mail/heirloom-mailx/files/patch-ac | 11 |
3 files changed, 0 insertions, 36 deletions
diff --git a/mail/heirloom-mailx/files/patch-aa b/mail/heirloom-mailx/files/patch-aa deleted file mode 100644 index 638d3b91a9a8..000000000000 --- a/mail/heirloom-mailx/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- mime.c.orig Thu Jan 25 08:36:11 2001 -+++ mime.c Thu Feb 1 01:50:57 2001 -@@ -179,7 +179,7 @@ - if ((sz = xmbstowcs(w, t, LINESIZE)) == -1) - return; - for (p = w, i = 0; *p && i < sz; p++, i++) { -- if (!iswprint(*p) && *p != '\n' && *p != '\r' -+ if (!isprint(*p) && *p != '\n' && *p != '\r' - && *p != '\b' && *p != '\t') - *p = '?'; - } diff --git a/mail/heirloom-mailx/files/patch-ab b/mail/heirloom-mailx/files/patch-ab deleted file mode 100644 index 6e17c4aa8a97..000000000000 --- a/mail/heirloom-mailx/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig Sat Jun 9 18:40:06 2001 -+++ Makefile.in Sat Jun 9 18:40:51 2001 -@@ -392,9 +392,8 @@ - - - install-data-local: -- -test -f $(DESTDIR)/etc/nail.rc || \ -- { $(mkinstalldirs) $(DESTDIR)/etc; \ -- $(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)/etc/nail.rc; } -+ -test -f $(sysconfdir)/nail.rc || \ -+ $(INSTALL_DATA) $(srcdir)/nail.rc $(sysconfdir)/nail.rc - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/mail/heirloom-mailx/files/patch-ac b/mail/heirloom-mailx/files/patch-ac deleted file mode 100644 index cceb71d283d5..000000000000 --- a/mail/heirloom-mailx/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Feb 17 16:24:48 2001 -+++ configure Mon Feb 26 19:35:15 2001 -@@ -1335,7 +1335,7 @@ - test "$libdir" = '${exec_prefix}/lib' && libdir=${prefix}/lib - test "$sysconfdir" = '/etc' && sysconfdir=/etc - cat >> confdefs.h <<EOF --#define PATH_MASTER_RC "/etc/nail.rc" -+#define PATH_MASTER_RC "`eval echo ${sysconfdir}/nail.rc`" - EOF - - |