From 66a7d52f7415469e3c46a0cce519583a869462b3 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Wed, 13 Aug 1997 21:02:23 +0000 Subject: [PATCH] Version update: 3.6 -> 3.8. Use better (up to date) MASTER_SITES PR: ports/4294 Submitted by: Ian Vaudrey --- emulators/mtools/distinfo | 2 +- emulators/mtools/files/patch-a | 8 ++++---- emulators/mtools/files/patch-b | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/emulators/mtools/distinfo b/emulators/mtools/distinfo index 8d90cab911a6..14d4ca40fa94 100644 --- a/emulators/mtools/distinfo +++ b/emulators/mtools/distinfo @@ -1 +1 @@ -MD5 (mtools-3.6.tar.gz) = 87f670df9bec4537598182429c1ffb8e +MD5 (mtools-3.8.tar.gz) = 837176ae3ef9ba3ab0aff6833dfa60b6 diff --git a/emulators/mtools/files/patch-a b/emulators/mtools/files/patch-a index 710db0cac0b7..9482e23199f5 100644 --- a/emulators/mtools/files/patch-a +++ b/emulators/mtools/files/patch-a @@ -1,7 +1,7 @@ *** Makefile.in.orig Thu Feb 20 18:54:20 1997 --- Makefile.in Thu Apr 3 04:16:37 1997 *************** -*** 96,102 **** +*** 98,104 **** streamcache.c subdir.c toupper.c tty.o vfat.c xdf_io.c mkmanifest.c @@ -9,7 +9,7 @@ LINKS=mattrib mcd mcopy mdel mdeltree mdir mformat minfo mlabel \ mmd mmount mmove mpartition mrd mread mren mtype mwrite mtoolstest \ ---- 96,102 ---- +--- 98,104 ---- streamcache.c subdir.c toupper.c tty.o vfat.c xdf_io.c mkmanifest.c @@ -18,7 +18,7 @@ LINKS=mattrib mcd mcopy mdel mdeltree mdir mformat minfo mlabel \ mmd mmount mmove mpartition mrd mread mren mtype mwrite mtoolstest \ *************** -*** 187,193 **** +*** 195,201 **** install-scripts: $(bindir)/mtools @$(top_srcdir)/mkinstalldirs $(bindir) @for j in $(SCRIPTS) ; do \ @@ -26,7 +26,7 @@ echo $(bindir)/$$j ; \ done rm -f $(bindir)/lz ---- 187,193 ---- +--- 195,201 ---- install-scripts: $(bindir)/mtools @$(top_srcdir)/mkinstalldirs $(bindir) @for j in $(SCRIPTS) ; do \ diff --git a/emulators/mtools/files/patch-b b/emulators/mtools/files/patch-b index 70a30340a894..93e7e6022ecc 100644 --- a/emulators/mtools/files/patch-b +++ b/emulators/mtools/files/patch-b @@ -5,7 +5,7 @@ --- 201,210 ---- #ifdef HAVE_TZSET { - #ifndef ultrix + #ifndef OS_ultrix + #ifndef __FreeBSD__ /* Ultrix defines this to be a different type */ extern long timezone;