Index: head/japanese/ming/Makefile =================================================================== --- head/japanese/ming/Makefile (revision 317307) +++ head/japanese/ming/Makefile (revision 317308) @@ -1,89 +1,86 @@ -# Created by: kuriyama # $FreeBSD$ PORTNAME= ming PORTVERSION= 0.1.5 PORTREVISION= 7 CATEGORIES= japanese graphics MASTER_SITES= http://dist.bsdlab.org/ #MASTER_SITES= http://blue.ribbon.to/~harpy/ming/jaming/ DISTNAME= jaming-${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org COMMENT= LGPL'ed Flash 4/5 movie output library with Japanese languages support LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ gif.5:${PORTSDIR}/graphics/giflib - -BROKEN= does not compile CONFLICTS= ming-* WRKSRC= ${WRKDIR}/jaming-${PORTVERSION}/src MAKE_ARGS= NOPROFILE=true USE_LDCONFIG= yes USES= bison UTILS= gif2dbl \ gif2mask \ listfdb \ listjpeg \ listswf \ makefdb \ png2dbl \ swftophp DOCS= CHANGES \ CREDITS \ README \ TODO DOCS_UTIL= README \ TODO post-extract: ${SED} -e 's:"\.\./\.\./ming\.h"::g' \ ${WRKSRC}/ming.h > ${WRKSRC}/mingpp.h cd ${WRKSRC}/../util && \ ${RM} bindump.c decompile5.c hexdump.c listmp3.c pre-build: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ cd ${WRKSRC}/actioncompiler; ${MAKE} lex.swf4.c lex.swf5.c swf4compiler.tab.c swf5compiler.tab.c post-build: cd ${WRKSRC}/../util && \ ${CC} ${CFLAGS} -I${PREFIX}/include -I${PREFIX}/include/ming -c *.c cd ${WRKSRC}/../util && \ ${CC} ${CFLAGS} -L${PREFIX}/lib -o gif2dbl gif2dbl.o -lm -lz -lgif cd ${WRKSRC}/../util && \ ${CC} ${CFLAGS} -L${PREFIX}/lib -o gif2mask gif2mask.o -lm -lz -lgif cd ${WRKSRC}/../util && \ ${CC} ${CFLAGS} -L${PREFIX}/lib -o listfdb listfdb.o blocktypes.o cd ${WRKSRC}/../util && \ ${CC} ${CFLAGS} -L${PREFIX}/lib -o listjpeg listjpeg.o cd ${WRKSRC}/../util && \ ${CC} ${CFLAGS} -L${PREFIX}/lib -o listswf listswf.o blocktypes.o decompile.o read.o -lz cd ${WRKSRC}/../util && \ ${CC} ${CFLAGS} -L${PREFIX}/lib -o makefdb makefdb.o blocktypes.o read.o cd ${WRKSRC}/../util && \ ${CC} ${CFLAGS} -L${PREFIX}/lib -o png2dbl png2dbl.o -lm -lz -lpng cd ${WRKSRC}/../util && \ ${CC} ${CFLAGS} -L${PREFIX}/lib -o swftophp swftophp.o blocktypes.o decompile.o read.o -lm pre-install: ${MKDIR} ${PREFIX}/include/ming/blocks post-install: .for f in ${UTILS} ${INSTALL_PROGRAM} ${WRKSRC}/../util/${f} ${PREFIX}/bin/ .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ming/utils .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/../${f} ${PREFIX}/share/doc/ming/ .endfor .for f in ${DOCS_UTIL} ${INSTALL_DATA} ${WRKSRC}/../util/${f} ${PREFIX}/share/doc/ming/utils/ .endfor .endif .include Index: head/japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex =================================================================== --- head/japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex (nonexistent) +++ head/japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex (revision 317308) @@ -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; Property changes on: head/japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/japanese/ming/files/patch-src_actioncompiler_swf5compiler.flex =================================================================== --- head/japanese/ming/files/patch-src_actioncompiler_swf5compiler.flex (nonexistent) +++ head/japanese/ming/files/patch-src_actioncompiler_swf5compiler.flex (revision 317308) @@ -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; Property changes on: head/japanese/ming/files/patch-src_actioncompiler_swf5compiler.flex ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/japanese/ming/files/patch-util_gif2dbl.c =================================================================== --- head/japanese/ming/files/patch-util_gif2dbl.c (nonexistent) +++ head/japanese/ming/files/patch-util_gif2dbl.c (revision 317308) @@ -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); + } + Property changes on: head/japanese/ming/files/patch-util_gif2dbl.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/japanese/ming/files/patch-util_gif2mask.c =================================================================== --- head/japanese/ming/files/patch-util_gif2mask.c (nonexistent) +++ head/japanese/ming/files/patch-util_gif2mask.c (revision 317308) @@ -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); + } + Property changes on: head/japanese/ming/files/patch-util_gif2mask.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property