ports/176926: [PATCH] japanese/ja-ming: Fix build failure
Hiroyuki Iwatsuki
don at na.rim.or.jp
Wed Mar 13 21:00:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list