==== 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 |
| 4 | 4 | |
| 5 | 5 | LDLIBS = |
| 6 | 6 | |
| … |
… |
|
| 9 | 9 | LDFLAGS = |
| 10 | 10 | |
| 11 | 11 | OBJS =\ |
| 12 | | @@ -36,16 +36,19 @@ |
| | 12 | @@ -36,16 +36,19 @@ PROGS =\ |
| 13 | 13 | LOCAL_INSTALL_DIR = $(HOME)/bin |
| 14 | 14 | LOCAL_RESOURCES_DIR = $(HOME)/.antiword |
| 15 | 15 | |
=== 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" |
Property changes on: antiword/files/patch-main_u.c
___________________________________________________________________
Name: svn:eol-style
-native
=== antiword/Portfile
==================================================================
|
|
|
|
| 1 | 1 | # $Id$ |
| 2 | 2 | |
| 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 |
| | 3 | PortSystem 1.0 |
| | 4 | name antiword |
| | 5 | version 0.37 |
| | 6 | categories textproc |
| | 7 | maintainers mij@macports.org |
| | 8 | description Utility to read Microsoft Word (.doc) files |
| | 9 | long_description Antiword is a utility that can read binary files from \ |
| | 10 | Microsoft Word 6, 7, 97, and 2000. |
| | 11 | homepage http://www.winfield.demon.nl/index.html |
| | 12 | master_sites http://www.winfield.demon.nl/linux/ |
| 11 | 13 | |
| 12 | | long_description Antiword is a utility that can read binary files from \ |
| 13 | | Microsoft Word 6, 7, 97, and 2000. |
| | 14 | platforms darwin |
| | 15 | checksums md5 f868e2a269edcbc06bf77e89a55898d1 |
| 14 | 16 | |
| 15 | | master_sites http://www.winfield.demon.nl/linux/ |
| | 17 | patchfiles patch-Makefile.Linux |
| 16 | 18 | |
| 17 | | checksums md5 d46107219f4afaee658647a49dc45ed9 |
| | 19 | configure { reinplace "s|/usr|${prefix}|g" ${worksrcpath}/antiword.h } |
| 18 | 20 | |
| 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} |
| | 21 | destroot.args prefix=${destroot}${prefix} |