Changeset 82716
- Timestamp:
- 08/18/11 16:13:42 (4 years ago)
- Location:
- trunk/dports/sysutils/file/files
- Files:
-
- 2 edited
-
patch-magic-Magdir-msdos.diff (modified) (1 diff)
-
patch-magic-Makefile.in.diff (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/file/files/patch-magic-Magdir-msdos.diff
r41083 r82716 1 --- magic/Magdir/msdos.orig 20 08-10-22 10:44:44.000000000 -07002 +++ magic/Magdir/msdos 20 08-10-22 10:46:35.000000000 -07003 @@ - 671,8 +671,11 @@1 --- magic/Magdir/msdos.orig 2011-06-06 06:01:41.000000000 -0700 2 +++ magic/Magdir/msdos 2011-08-18 15:59:01.000000000 -0700 3 @@ -833,8 +833,11 @@ 4 4 0 string \224\246\056 Microsoft Word Document 5 5 !:mime application/msword 6 6 7 -512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y Microsoft Word Document8 -!:mime application/msword9 7 +## this is not completely accurate, there are Excel documents that have the same pattern 10 8 +## 512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y Microsoft Word Document 11 9 +## !:mime application/msword 12 +512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y Microsoft Office Document 10 512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y Microsoft Word Document 11 -!:mime application/msword 13 12 +!:mime application/x-msoffice 14 13 -
trunk/dports/sysutils/file/files/patch-magic-Makefile.in.diff
r77678 r82716 1 --- magic/Makefile.in.orig 201 0-01-22 13:44:34.000000000 -08002 +++ magic/Makefile.in 201 0-02-08 16:43:06.000000000 -08003 @@ - 175,7 +175,7 @@1 --- magic/Makefile.in.orig 2011-08-03 09:55:56.000000000 -0700 2 +++ magic/Makefile.in 2011-08-18 16:04:14.000000000 -0700 3 @@ -201,7 +201,7 @@ 4 4 MAGIC_FRAGMENT_BASE = Magdir 5 5 MAGIC_DIR = $(top_srcdir)/magic … … 10 10 $(MAGIC_DIR)/Header \ 11 11 $(MAGIC_DIR)/Localstuff \ 12 @@ -606,6 +606,17 @@ 13 @mkdir magic && cp -p $(EXTRA_DIST) magic 12 @@ -669,6 +669,17 @@ 14 13 $(FILE_COMPILE) -C -m magic 15 14 @rm -fr magic 16 + 15 17 16 +magic: $(EXTRA_DIST) ${MAGIC} 18 17 + for frag in $(EXTRA_DIST); do \ … … 25 24 + done >> $@ 26 25 + 26 + 27 27 # Tell versions [3.59,3.63) of GNU make to not export all variables. 28 28 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.

