Index: branches/2014Q1/textproc/p5-Text-ClearSilver/files/patch-noe_err.h =================================================================== --- branches/2014Q1/textproc/p5-Text-ClearSilver/files/patch-noe_err.h (nonexistent) +++ branches/2014Q1/textproc/p5-Text-ClearSilver/files/patch-noe_err.h (revision 339102) @@ -0,0 +1,29 @@ +--- cs/util/neo_err.h.orig 2013-12-31 23:09:45.821123833 +0900 ++++ cs/util/neo_err.h 2013-12-31 23:16:18.810123255 +0900 +@@ -85,7 +85,7 @@ + */ + #if defined(USE_C99_VARARG_MACROS) + #define nerr_raise(e,f,...) \ +- nerr_raisef(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__) ++ nerr_raisef(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,## __VA_ARGS__) + #elif defined(USE_GNUC_VARARG_MACROS) + #define nerr_raise(e,f,a...) \ + nerr_raisef(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,##a) +@@ -99,7 +99,7 @@ + + #if defined(USE_C99_VARARG_MACROS) + #define nerr_raise_errno(e,f,...) \ +- nerr_raise_errnof(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__) ++ nerr_raise_errnof(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,## __VA_ARGS__) + #elif defined(USE_GNUC_VARARG_MACROS) + #define nerr_raise_errno(e,f,a...) \ + nerr_raise_errnof(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,##a) +@@ -139,7 +139,7 @@ + */ + #if defined(USE_C99_VARARG_MACROS) + #define nerr_pass_ctx(e,f,...) \ +- nerr_pass_ctxf(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__) ++ nerr_pass_ctxf(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,## __VA_ARGS__) + #elif defined(USE_GNUC_VARARG_MACROS) + #define nerr_pass_ctx(e,f,a...) \ + nerr_pass_ctxf(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,##a) Property changes on: branches/2014Q1/textproc/p5-Text-ClearSilver/files/patch-noe_err.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2014Q1/textproc/p5-Text-ClearSilver/files/patch-rules.mk.in =================================================================== --- branches/2014Q1/textproc/p5-Text-ClearSilver/files/patch-rules.mk.in (nonexistent) +++ branches/2014Q1/textproc/p5-Text-ClearSilver/files/patch-rules.mk.in (revision 339102) @@ -0,0 +1,11 @@ +--- cs/rules.mk.in.orig 2013-12-31 22:42:58.734123396 +0900 ++++ cs/rules.mk.in 2013-12-31 22:43:10.268123883 +0900 +@@ -158,7 +158,7 @@ + @touch Makefile.depends + @if test "x" != "x$(SOURCE_FILES)"; then \ + for II in "$(SOURCE_FILES)"; do \ +- gcc -M -MG ${CFLAGS} $$II >> Makefile.depends; \ ++ ${CC} -M -MG ${CFLAGS} $$II >> Makefile.depends; \ + done; \ + fi + @echo "** (done) " Property changes on: branches/2014Q1/textproc/p5-Text-ClearSilver/files/patch-rules.mk.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2014Q1 =================================================================== --- branches/2014Q1 (revision 339101) +++ branches/2014Q1 (revision 339102) Property changes on: branches/2014Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r338312