Ticket #11084: dports_textproc_antiword_0_37.patch

File dports_textproc_antiword_0_37.patch, 3.4 KB (added by mark@…, 17 years ago)
  • antiword/files/patch-Makefile.Linux

    ==== Patch <dports_textproc_antiword> level 1
    Source: f4683a9b-5f3c-4ec4-b7f8-a7e21da36217:/local/trunk/dports/textproc:20167 [local]
    Target: f4683a9b-5f3c-4ec4-b7f8-a7e21da36217:/pristine/trunk/dports/textproc:20162 [local]
    Log:
     r19897@entropy:  mark | 2006-11-08 11:01:13 -0800
     Copy the mirrored repository to a local repository.
     r20163@entropy:  mark | 2006-11-29 00:35:24 -0800
     UPDATE: antiword-0.37
     r20167@entropy:  mark | 2006-11-29 12:48:39 -0800
     fix Makefile patch
    
    === antiword/files/patch-Makefile.Linux
    ==================================================================
     
    1 --- Makefile    Thu Oct 21 20:13:03 2004
    2 +++ Makefile.new        Sun Jan  2 11:27:21 2005
    3 @@ -16,7 +16,7 @@
     1--- Makefile.Linux.orig 2006-11-29 12:43:35.000000000 -0800
     2+++ Makefile.Linux      2006-11-29 12:46:08.000000000 -0800
     3@@ -16,7 +16,7 @@ OPT   = -O2
    44 
    55 LDLIBS =
    66 
     
    99 LDFLAGS        =
    1010 
    1111 OBJS   =\
    12 @@ -36,16 +36,19 @@
     12@@ -36,16 +36,19 @@ PROGS =\
    1313 LOCAL_INSTALL_DIR = $(HOME)/bin
    1414 LOCAL_RESOURCES_DIR = $(HOME)/.antiword
    1515 
  • antiword/files/patch-main_u.c

    === antiword/files/patch-main_u.c
    ==================================================================
     
    1 --- main_u.c    Thu Oct 14 18:49:18 2004
    2 +++ ../../main_u.c      Sun Jan  2 11:31:57 2005
    3 @@ -29,9 +29,7 @@
    4  #include <fcntl.h>
    5  #include <io.h>
    6  #endif /* __dos */
    7 -#if defined(__STDC_ISO_10646__)
    8  #include <locale.h>
    9 -#endif /* __STDC_ISO_10646__ */
    10  #if defined(N_PLAT_NLM)
    11  #if !defined(_VA_LIST)
    12  #include "NW-only/nw_os.h"
  • antiword/Portfile

    Property changes on: antiword/files/patch-main_u.c
    ___________________________________________________________________
    Name: svn:eol-style
     -native
    
    === antiword/Portfile
    ==================================================================
     
    11# $Id$
    22
    3 PortSystem 1.0
    4 name            antiword
    5 version         0.36.1
    6 categories      textproc
    7 maintainers     mij@macports.org
    8 description     Utility to read Microsoft Word (.doc) files
    9 homepage        http://www.winfield.demon.nl/index.html
    10 platforms       darwin
     3PortSystem        1.0
     4name              antiword
     5version           0.37
     6categories        textproc
     7maintainers       mij@macports.org
     8description       Utility to read Microsoft Word (.doc) files
     9long_description  Antiword is a utility that can read binary files from \
     10                  Microsoft Word 6, 7, 97, and 2000.
     11homepage          http://www.winfield.demon.nl/index.html
     12master_sites      http://www.winfield.demon.nl/linux/
    1113
    12 long_description Antiword is a utility that can read binary files from \
    13                  Microsoft Word 6, 7, 97, and 2000.
     14platforms         darwin
     15checksums         md5 f868e2a269edcbc06bf77e89a55898d1
    1416
    15 master_sites    http://www.winfield.demon.nl/linux/
     17patchfiles        patch-Makefile.Linux
    1618
    17 checksums       md5 d46107219f4afaee658647a49dc45ed9
     19configure         { reinplace "s|/usr|${prefix}|g" ${worksrcpath}/antiword.h }
    1820
    19 patchfiles      patch-Makefile.Linux \
    20                         patch-main_u.c
    21 
    22 configure       { reinplace "s|/usr|${prefix}|g" ${worksrcpath}/antiword.h }
    23 
    24 destroot.args   prefix=${destroot}${prefix}
     21destroot.args     prefix=${destroot}${prefix}