New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82716


Ignore:
Timestamp:
08/18/11 16:13:42 (4 years ago)
Author:
ricci@…
Message:

file: regen two patches, they failed to apply when variant +with_text_magic_file was used; see #30837

Location:
trunk/dports/sysutils/file/files
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/file/files/patch-magic-Magdir-msdos.diff

    r41083 r82716  
    1 --- magic/Magdir/msdos.orig     2008-10-22 10:44:44.000000000 -0700 
    2 +++ magic/Magdir/msdos  2008-10-22 10:46:35.000000000 -0700 
    3 @@ -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 @@ 
    44 0      string  \224\246\056            Microsoft Word Document 
    55 !:mime application/msword 
    66  
    7 -512    string  R\0o\0o\0t\0\ \0E\0n\0t\0r\0y   Microsoft Word Document 
    8 -!:mime application/msword 
    97+## this is not completely accurate, there are Excel documents that have the same pattern 
    108+## 512 string  R\0o\0o\0t\0\ \0E\0n\0t\0r\0y   Microsoft Word Document 
    119+## !: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 
    1312+!:mime application/x-msoffice 
    1413  
  • trunk/dports/sysutils/file/files/patch-magic-Makefile.in.diff

    r77678 r82716  
    1 --- magic/Makefile.in.orig      2010-01-22 13:44:34.000000000 -0800 
    2 +++ magic/Makefile.in   2010-02-08 16:43:06.000000000 -0800 
    3 @@ -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 @@ 
    44 MAGIC_FRAGMENT_BASE = Magdir 
    55 MAGIC_DIR = $(top_srcdir)/magic 
     
    1010 $(MAGIC_DIR)/Header \ 
    1111 $(MAGIC_DIR)/Localstuff \ 
    12 @@ -606,6 +606,17 @@ 
    13         @mkdir magic && cp -p $(EXTRA_DIST) magic 
     12@@ -669,6 +669,17 @@ 
    1413        $(FILE_COMPILE) -C -m magic 
    1514        @rm -fr magic 
    16 + 
     15  
    1716+magic: $(EXTRA_DIST) ${MAGIC} 
    1817+       for frag in $(EXTRA_DIST); do \ 
     
    2524+       done >> $@ 
    2625+ 
     26+ 
    2727 # Tell versions [3.59,3.63) of GNU make to not export all variables. 
    2828 # Otherwise a system limit (for SysV at least) may be exceeded. 
Note: See TracChangeset for help on using the changeset viewer.