Revision: 87242 http://trac.macports.org/changeset/87242 Author: dports@macports.org Date: 2011-11-14 14:12:08 -0800 (Mon, 14 Nov 2011) Log Message: ----------- p5-text-bibtex: actually add the patchfiles for r87240 Revision Links: -------------- http://trac.macports.org/changeset/87240 Added Paths: ----------- trunk/dports/perl/p5-text-bibtex/files/ trunk/dports/perl/p5-text-bibtex/files/patch-btparse_tests_namebug.c.diff trunk/dports/perl/p5-text-bibtex/files/patch-btparse_tests_tex_test.c.diff Added: trunk/dports/perl/p5-text-bibtex/files/patch-btparse_tests_namebug.c.diff =================================================================== --- trunk/dports/perl/p5-text-bibtex/files/patch-btparse_tests_namebug.c.diff (rev 0) +++ trunk/dports/perl/p5-text-bibtex/files/patch-btparse_tests_namebug.c.diff 2011-11-14 22:12:08 UTC (rev 87242) @@ -0,0 +1,11 @@ +--- btparse/tests/namebug.c.orig 2011-11-14 16:23:54.000000000 -0500 ++++ btparse/tests/namebug.c 2011-11-14 16:24:43.000000000 -0500 +@@ -2,7 +2,7 @@ + #include <string.h> + #include "btparse.h" + +-void main (void) ++int main (void) + { + char * snames[4] = { "Joe Blow", "John Smith", "Fred Rogers", "" }; + bt_name * names[4]; Added: trunk/dports/perl/p5-text-bibtex/files/patch-btparse_tests_tex_test.c.diff =================================================================== --- trunk/dports/perl/p5-text-bibtex/files/patch-btparse_tests_tex_test.c.diff (rev 0) +++ trunk/dports/perl/p5-text-bibtex/files/patch-btparse_tests_tex_test.c.diff 2011-11-14 22:12:08 UTC (rev 87242) @@ -0,0 +1,11 @@ +--- btparse/tests/tex_test.c.orig 2011-11-14 16:24:08.000000000 -0500 ++++ btparse/tests/tex_test.c 2011-11-14 16:24:27.000000000 -0500 +@@ -4,7 +4,7 @@ + #include <stdio.h> + #include "btparse.h" + +-void main (void) ++int main (void) + { + char line[1024]; + int line_num;