summaryrefslogtreecommitdiff
path: root/japanese/mtools/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-04-28 15:19:58 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-04-28 15:19:58 +0000
commit985736c85ca57f34a444af110176e93138785f46 (patch)
tree40bc8dfe571f30e07e580b1d0ae7227f9f916e60 /japanese/mtools/files
parentAdded LIB_DEPENDS for xpm. (diff)
Tools for manipulating MSDOS files + support 1232KB , Unicode LFN, SJIS
Submitted by: WTANABE Junya <junya-w@remus.dti.ne.jp> PR: ports/4707
Notes
Notes: svn path=/head/; revision=10738
Diffstat (limited to 'japanese/mtools/files')
-rw-r--r--japanese/mtools/files/patch-225
-rw-r--r--japanese/mtools/files/patch-a24
-rw-r--r--japanese/mtools/files/patch-b15
-rw-r--r--japanese/mtools/files/patch-c11
4 files changed, 75 insertions, 0 deletions
diff --git a/japanese/mtools/files/patch-2 b/japanese/mtools/files/patch-2
new file mode 100644
index 000000000000..bfccda0863fe
--- /dev/null
+++ b/japanese/mtools/files/patch-2
@@ -0,0 +1,25 @@
+*** mtools.conf~ Wed Jan 31 22:02:11 1996
+--- mtools.conf Mon May 27 05:03:09 1996
+***************
+*** 2,11 ****
+ drive b: file="/dev/fd1" exclusive
+
+ # First SCSI hard disk partition
+! drive c: file="/dev/sda1"
+
+ # First IDE hard disk partition
+! #drive c: file="/dev/hda1"
+
+ #dosemu floppy image
+ drive m: file="/var/lib/dosemu/diskimage"
+--- 2,11 ----
+ drive b: file="/dev/fd1" exclusive
+
+ # First SCSI hard disk partition
+! drive c: file="/dev/sd0s1"
+
+ # First IDE hard disk partition
+! #drive c: file="/dev/wd0s1"
+
+ #dosemu floppy image
+ drive m: file="/var/lib/dosemu/diskimage"
diff --git a/japanese/mtools/files/patch-a b/japanese/mtools/files/patch-a
new file mode 100644
index 000000000000..83fd39545776
--- /dev/null
+++ b/japanese/mtools/files/patch-a
@@ -0,0 +1,24 @@
+--- Makefile.in.orig Sat Apr 12 15:39:59 1997
++++ Makefile.in Tue May 27 22:45:57 1997
+@@ -97,7 +97,7 @@
+ streamcache.c subdir.c toupper.c tty.o vfat.c xdf_io.c mkmanifest.c
+
+
+-SCRIPTS = mcheck mxtar uz tgz xcopy mcomp
++SCRIPTS = mcheck mxtar xcopy mcomp
+
+ LINKS=mattrib mcd mcopy mdel mdeltree mdir mformat minfo mlabel \
+ mmd mmount mmove mpartition mrd mread mren mtype mwrite mtoolstest \
+@@ -194,11 +194,9 @@
+ install-scripts: $(bindir)/mtools
+ @$(top_srcdir)/mkinstalldirs $(bindir)
+ @for j in $(SCRIPTS) ; do \
+- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(bindir)/$$j ; \
++ install -c -o bin -g bin -m 755 $(srcdir)/scripts/$$j $(bindir)/$$j ; \
+ echo $(bindir)/$$j ; \
+ done
+- rm -f $(bindir)/lz
+- $(LN_S) uz $(bindir)/lz
+
+ install-man:
+ @$(top_srcdir)/mkinstalldirs $(MAN1DIR)
diff --git a/japanese/mtools/files/patch-b b/japanese/mtools/files/patch-b
new file mode 100644
index 000000000000..70a30340a894
--- /dev/null
+++ b/japanese/mtools/files/patch-b
@@ -0,0 +1,15 @@
+*** file.c~ Fri Apr 4 22:08:01 1997
+--- file.c Fri Apr 18 04:51:07 1997
+***************
+*** 201,208 ****
+--- 201,210 ----
+ #ifdef HAVE_TZSET
+ {
+ #ifndef ultrix
++ #ifndef __FreeBSD__
+ /* Ultrix defines this to be a different type */
+ extern long timezone;
++ #endif
+ #endif
+ tzset();
+ tzone = (long) timezone;
diff --git a/japanese/mtools/files/patch-c b/japanese/mtools/files/patch-c
new file mode 100644
index 000000000000..e790edab9322
--- /dev/null
+++ b/japanese/mtools/files/patch-c
@@ -0,0 +1,11 @@
+--- ./mtools.texi.org Sun Apr 13 00:59:18 1997
++++ ./mtools.texi Sun Jun 8 05:33:03 1997
+@@ -26,7 +26,7 @@
+ @ifinfo
+ @format
+ START-INFO-DIR-ENTRY
+-* Mtools: (mtools). Mtools: utilities to access DOS disks in Unix.
++* Mtools: (mtools). Mtools: utilities to access DOS disks in Unix.
+ END-INFO-DIR-ENTRY
+ @end format
+ @end ifinfo