Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 10:48:55 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317308 - in head/japanese/ming: . files
Message-ID:  <201305041048.r44AmtCe026715@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sat May  4 10:48:54 2013
New Revision: 317308
URL: http://svnweb.freebsd.org/changeset/ports/317308

Log:
  - Ubreak.
  
  PR:		ports/176926
  Submitted by:	Hiroyuki Iwatsuki <don@na.rim.or.jp>

Added:
  head/japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex   (contents, props changed)
  head/japanese/ming/files/patch-src_actioncompiler_swf5compiler.flex   (contents, props changed)
  head/japanese/ming/files/patch-util_gif2dbl.c   (contents, props changed)
  head/japanese/ming/files/patch-util_gif2mask.c   (contents, props changed)
Modified:
  head/japanese/ming/Makefile

Modified: head/japanese/ming/Makefile
==============================================================================
--- head/japanese/ming/Makefile	Sat May  4 10:44:15 2013	(r317307)
+++ head/japanese/ming/Makefile	Sat May  4 10:48:54 2013	(r317308)
@@ -1,4 +1,3 @@
-# Created by: kuriyama
 # $FreeBSD$
 
 PORTNAME=	ming
@@ -15,8 +14,6 @@ COMMENT=	LGPL'ed Flash 4/5 movie output 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
 		gif.5:${PORTSDIR}/graphics/giflib
 
-BROKEN=		does not compile
-
 CONFLICTS=	ming-*
 
 WRKSRC=		${WRKDIR}/jaming-${PORTVERSION}/src

Added: head/japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex	Sat May  4 10:48:54 2013	(r317308)
@@ -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;

Added: head/japanese/ming/files/patch-src_actioncompiler_swf5compiler.flex
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/ming/files/patch-src_actioncompiler_swf5compiler.flex	Sat May  4 10:48:54 2013	(r317308)
@@ -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;

Added: head/japanese/ming/files/patch-util_gif2dbl.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/ming/files/patch-util_gif2dbl.c	Sat May  4 10:48:54 2013	(r317308)
@@ -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);
+ }
+ 

Added: head/japanese/ming/files/patch-util_gif2mask.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/ming/files/patch-util_gif2mask.c	Sat May  4 10:48:54 2013	(r317308)
@@ -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);
+ }
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305041048.r44AmtCe026715>