Ticket #20135: file_4.26_to_5.03.diff
File file_4.26_to_5.03.diff, 2.2 KB (added by boeyms@…, 15 years ago) |
---|
-
files/patch-src-file.h.diff
1 Prereq: 1.1082 --- src/file.h.orig 16 Jul 2008 18:00:57 -0000 1.1083 +++ src/file.h 2 Sep 2008 07:11:30 -0000 1.1094 @@ -27,7 +27,7 @@5 */6 /*7 * file.h - definitions for file(1) program8 - * @(#)$File: file.h,v 1.108 2008/07/16 18:00:57 christos Exp $9 + * @(#)$File: file.h,v 1.109 2008/09/02 07:11:30 christos Exp $10 */11 12 #ifndef __file_h__13 @@ -302,7 +302,7 @@14 int last_match;15 int last_cond; /* used for error checking by parse() */16 #endif17 -} *li;18 +};19 struct magic_set {20 struct mlist *mlist;21 struct cont { -
Portfile
4 4 PortSystem 1.0 5 5 6 6 name file 7 version 4.268 revision 17 version 5.03 8 revision 0 9 9 categories sysutils 10 10 maintainers jay.fm:jay-macports \ 11 11 openmaintainer … … 16 16 tests, and language tests. The first test that succeeds causes the file \ 17 17 type to be printed. 18 18 19 homepage ftp://ftp.astron.com/pub/${name}/19 homepage http://www.darwinsys.com/file/ 20 20 platforms darwin 21 21 master_sites ftp://ftp.fu-berlin.de/unix/tools/${name}/ \ 22 22 ftp://ftp.astron.com/pub/${name}/ \ 23 23 ftp://ftp.gw.com/mirrors/pub/unix/${name}/ 24 checksums md5 74cd5466416136da30a4e69f74dbc7a0\25 sha1 412cdac5cd778d867e2d91a01b09858be1998ec3\26 rmd160 e8b84e01d1f43faedfe676afc92c2cba4a01ecdf24 checksums md5 d05f08a53e5c2f51f8ee6a4758c0cc53 \ 25 sha1 f659a4e1fa96fbdc99c924ea8e2dc07319f046c1 \ 26 rmd160 bf9fcf85e40dc4ec9cdcdc806107dc88207c6e5b 27 27 28 28 patchfiles patch-lzma.diff \ 29 patch-src-file.h.diff \30 29 patch-magic-Magdir-msdos.diff 31 30 32 31 configure.args --mandir=${prefix}/share/man \