Date: Thu, 14 Mar 2013 05:52:08 +0900 From: Hiroyuki Iwatsuki <don@na.rim.or.jp> To: FreeBSD-gnats-submit@freebsd.org Cc: kuriyama@FreeBSD.org Subject: ports/176926: [PATCH] japanese/ja-ming: Fix build failure Message-ID: <5140e6fb.e3f5440a.18bc.1786@mx.google.com> Resent-Message-ID: <201303132100.r2DL017W051958@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176926 >Category: ports >Synopsis: [PATCH] japanese/ja-ming: Fix build failure >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 13 21:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hiroyuki Iwatsuki >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD www21248u.sakura.ne.jp 9.1-STABLE FreeBSD 9.1-STABLE #22 r247683: Sun Mar 3 19:44:25 >Description: Fix build failure. - Add YYPARSE_PARAM defines. - Replace giflib's function. (PrintGifError -> GifError) Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- ja-ming-0.1.5_7.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 314111) +++ Makefile (working copy) @@ -15,8 +15,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ gif.5:${PORTSDIR}/graphics/giflib -BROKEN= does not compile - CONFLICTS= ming-* WRKSRC= ${WRKDIR}/jaming-${PORTVERSION}/src Index: files/patch-src_actioncompiler_swf4compiler.flex =================================================================== --- files/patch-src_actioncompiler_swf4compiler.flex (revision 0) +++ files/patch-src_actioncompiler_swf4compiler.flex (working copy) @@ -0,0 +1,10 @@ +--- actioncompiler/swf4compiler.flex~ 2002-06-24 21:21:54.000000000 +0900 ++++ actioncompiler/swf4compiler.flex 2013-03-14 04:49:15.000000000 +0900 +@@ -5,6 +5,7 @@ + + #include "compile.h" + #include "action.h" ++#define YYPARSE_PARAM buffer + #include "swf4compiler.tab.h" /* defines token types */ + + int swf4debug; Index: files/patch-src_actioncompiler_swf5compiler.flex =================================================================== --- files/patch-src_actioncompiler_swf5compiler.flex (revision 0) +++ files/patch-src_actioncompiler_swf5compiler.flex (working copy) @@ -0,0 +1,10 @@ +--- actioncompiler/swf5compiler.flex~ 2013-03-14 04:53:36.000000000 +0900 ++++ actioncompiler/swf5compiler.flex 2013-03-14 04:52:36.000000000 +0900 +@@ -5,6 +5,7 @@ + + #include "compile.h" + #include "action.h" ++#define YYPARSE_PARAM buffer + #include "swf5compiler.tab.h" /* defines token types */ + + int swf5debug; Index: files/patch-util_gif2dbl.c =================================================================== --- files/patch-util_gif2dbl.c (revision 0) +++ files/patch-util_gif2dbl.c (working copy) @@ -0,0 +1,11 @@ +--- ../util/gif2dbl.c~ 2002-06-24 21:21:54.000000000 +0900 ++++ ../util/gif2dbl.c 2013-03-14 04:57:51.000000000 +0900 +@@ -16,7 +16,7 @@ + void error(char *msg) + { + printf("%s:\n\n", msg); +- PrintGifError(); ++ GifError(); + exit(-1); + } + Index: files/patch-util_gif2mask.c =================================================================== --- files/patch-util_gif2mask.c (revision 0) +++ files/patch-util_gif2mask.c (working copy) @@ -0,0 +1,11 @@ +--- ../util/gif2mask.c~ 2002-06-24 21:21:54.000000000 +0900 ++++ ../util/gif2mask.c 2013-03-14 04:57:54.000000000 +0900 +@@ -11,7 +11,7 @@ + void error(char *msg) + { + printf("%s:\n\n", msg); +- PrintGifError(); ++ GifError(); + exit(-1); + } + --- ja-ming-0.1.5_7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5140e6fb.e3f5440a.18bc.1786>