Index: head/graphics/sswf/Makefile =================================================================== --- head/graphics/sswf/Makefile (revision 474114) +++ head/graphics/sswf/Makefile (revision 474115) @@ -1,40 +1,40 @@ # Created by: anhot # $FreeBSD$ PORTNAME= sswf PORTVERSION= 1.8.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Library and script language tool to create Flash movies LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= bison iconv jpeg libtool localbase pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_OFF= --disable-debug --disable-yydebug .include .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_libiconv_open=no \ ac_cv_lib_iconv_iconv_open=no .endif .include Index: head/graphics/sswf/files/patch-src_libas_compiler.c++ =================================================================== --- head/graphics/sswf/files/patch-src_libas_compiler.c++ (nonexistent) +++ head/graphics/sswf/files/patch-src_libas_compiler.c++ (revision 474115) @@ -0,0 +1,11 @@ +--- src/libas/compiler.c++.orig 2018-07-07 18:08:29 UTC ++++ src/libas/compiler.c++ +@@ -416,7 +416,7 @@ String IntCompiler::GetPackageFilename(const char *pac + int cnt; + + cnt = 0; +- while(package_info != '\0') { ++ while(*package_info != '\0') { + package_info++; + if(package_info[-1] == ' ') { + cnt++; Property changes on: head/graphics/sswf/files/patch-src_libas_compiler.c++ ___________________________________________________________________ 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