Index: head/graphics/wings/Makefile =================================================================== --- head/graphics/wings/Makefile (revision 422678) +++ head/graphics/wings/Makefile (revision 422679) @@ -1,57 +1,55 @@ # Created by: olgeni@FreeBSD.org # $FreeBSD$ PORTNAME= wings PORTVERSION= 1.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF DIST_SUBDIR= erlang MAINTAINER= amdmi3@FreeBSD.org COMMENT= Polygon mesh modeler written in Erlang LICENSE= Wings3D LICENSE_NAME= Wings 3D License # similar to TclTk license LICENSE_FILE= ${WRKSRC}/license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -BROKEN= fails to build BUILD_DEPENDS= erl:lang/erlang \ erlang-esdl>0:devel/erlang-esdl RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_ENV= ESDL_PATH=${LOCALBASE}/lib/erlang/lib/esdl PLIST_SUB= VERSION="${PORTVERSION}" MAKE_JOBS_UNSAFE=yes SUB_FILES= ${PORTNAME}.sh USES= tar:bzip2 gmake PORTSCOUT= limitw:1,even DESKTOP_ENTRIES="Wings" \ "${COMMENT}" \ "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ "${PORTNAME}" \ "Graphics;3DGraphics;" \ "" post-patch: @${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ ${WRKSRC}/plugins_src/accel/Makefile @${FIND} ${WRKSRC} -name "*.orig" -delete do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} "src ebin fonts plugins textures shaders patches" \ ${STAGEDIR}${PREFIX}/lib/erlang/lib/${DISTNAME} ${LN} -sf ${DISTNAME} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/src/${PORTNAME}.icon ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.ico ${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/erlang/lib/${DISTNAME}/plugins/accel/*.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${DISTNAME}/plugins/accel/*.so ${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/erlang/lib/${DISTNAME}/plugins/accel/*.so .include Index: head/graphics/wings/files/patch-intl__tools_tools.erl =================================================================== --- head/graphics/wings/files/patch-intl__tools_tools.erl (nonexistent) +++ head/graphics/wings/files/patch-intl__tools_tools.erl (revision 422679) @@ -0,0 +1,26 @@ +--- intl_tools/tools.erl.orig 2016-09-23 14:29:04 UTC ++++ intl_tools/tools.erl +@@ -244,7 +244,7 @@ get_en_template_1([_|T]) -> + %%% + + -define(STRINGS, wings_lang_transform_strings). +--define(FUNCTION_NAME, wings_lang_transform_function_name). ++-define(WINGS_FUNCTION_NAME, wings_lang_transform_function_name). + -define(ERRORS, wings_lang_transform_errors). + -define(FILENAME, wings_lang_transform_filename). + +@@ -269,12 +269,12 @@ transform({attribute,_,file,{Filename,_} + put(?FILENAME, Filename), + Form; + transform({function,L,Name,Arity,Cs}) -> +- put(?FUNCTION_NAME, Name), ++ put(?WINGS_FUNCTION_NAME, Name), + {function,L,Name,Arity,transform(Cs)}; + transform({call,L,{remote,_,{atom,_,wings_lang},{atom,_,str}}=Rem, + [{tuple,_,[{atom,_,M}=Mod,Key]}, + {string,_,S}=Str]}) -> +- FunName = get(?FUNCTION_NAME), ++ FunName = get(?WINGS_FUNCTION_NAME), + K = literal_key(Key), + add_string({{M,FunName,K},{S,L}}), + {call,L,Rem,[{tuple,L,[Mod,{atom,L,FunName},Key]},Str]}; Property changes on: head/graphics/wings/files/patch-intl__tools_tools.erl ___________________________________________________________________ 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