Index: head/graphics/flasm/Makefile =================================================================== --- head/graphics/flasm/Makefile (revision 524786) +++ head/graphics/flasm/Makefile (revision 524787) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= flasm PORTVERSION= 1.62 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= LOCAL/kuriyama \ http://www.nowrap.de/download/ DISTNAME= flasm16src MAINTAINER= kuriyama@FreeBSD.org COMMENT= Command line assembler/disassembler of flash actionscript bytecode USES= bison dos2unix gmake gperf zip NO_WRKSUBDIR= yes PLIST_FILES= bin/flasm MAKE_ARGS= CFLAGS="${CFLAGS}" MAKE_JOBS_UNSAFE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flasm ${STAGEDIR}${PREFIX}/bin .include Index: head/graphics/flasm/files/patch-keywords.gperf =================================================================== --- head/graphics/flasm/files/patch-keywords.gperf (nonexistent) +++ head/graphics/flasm/files/patch-keywords.gperf (revision 524787) @@ -0,0 +1,18 @@ +--- keywords.gperf.orig 2020-01-07 17:04:30 UTC ++++ keywords.gperf +@@ -11,7 +11,7 @@ All rights reserved. See LICENSE.TXT for terms of use. + #ifdef MEMWATCH + #include "memwatch.h" + #endif +-struct keyword *in_word_set(register const char *str, register unsigned int len); ++struct keyword *in_word_set(register const char *str, register size_t len); + %} + struct keyword {} + %% +@@ -266,4 +266,4 @@ hexdata, 0, HEXDATA + off, 0, OFF + from, 0, FROM + recursion, 0, RECURSION +-timeout, 0, TIMEOUT +\ No newline at end of file ++timeout, 0, TIMEOUT Property changes on: head/graphics/flasm/files/patch-keywords.gperf ___________________________________________________________________ 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: head/graphics/flasm/files/patch-util.h =================================================================== --- head/graphics/flasm/files/patch-util.h (nonexistent) +++ head/graphics/flasm/files/patch-util.h (revision 524787) @@ -0,0 +1,11 @@ +--- util.h.orig 2020-01-07 17:07:08 UTC ++++ util.h +@@ -47,7 +47,7 @@ struct keyword { + int token; + }; + +-extern struct keyword *in_word_set(register const char *str, register unsigned int len); ++extern struct keyword *in_word_set(register const char *str, register size_t len); + + void checkByteOrder(void); + int longintCompare(const void *ap, const void *bp); Property changes on: head/graphics/flasm/files/patch-util.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