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 | 13 | ||||
-rw-r--r-- | mail/heirloom-mailx/files/patch-ac | 11 |
3 files changed, 0 insertions, 35 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 74512a6c1871..000000000000 --- a/mail/heirloom-mailx/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Mon Feb 26 16:15:11 2001 -+++ Makefile.in Mon Feb 26 16:20:32 2001 -@@ -392,8 +392,8 @@ - - - install-data-local: -- -test -f $(DESTDIR)/etc/nail.rc || \ -- $(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 - - |