Index: head/archivers/erlang-snappy/Makefile =================================================================== --- head/archivers/erlang-snappy/Makefile (revision 444179) +++ head/archivers/erlang-snappy/Makefile (revision 444180) @@ -1,20 +1,21 @@ # $FreeBSD$ PORTNAME= snappy PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= archivers PKGNAMEPREFIX= erlang- MAINTAINER= vanilla@FreeBSD.org COMMENT= Erlang interface to Google Snappy (de)compressor LICENSE= APACHE20 USES= erlang:rebar gmake USE_GITHUB= yes GH_ACCOUNT= skunkwerks GH_PROJECT= snappy-erlang-nif GH_TAGNAME= 0951a1b .include Index: head/archivers/erlang-snappy/files/patch-rebar.config =================================================================== --- head/archivers/erlang-snappy/files/patch-rebar.config (nonexistent) +++ head/archivers/erlang-snappy/files/patch-rebar.config (revision 444180) @@ -0,0 +1,8 @@ +--- rebar.config.orig 2017-06-23 09:04:51 UTC ++++ rebar.config +@@ -1,4 +1,4 @@ +-{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19"}. ++{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19|20"}. + {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}. + {eunit_opts, [verbose]}. + {pre_hooks, [ Property changes on: head/archivers/erlang-snappy/files/patch-rebar.config ___________________________________________________________________ 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/databases/couchdb/Makefile =================================================================== --- head/databases/couchdb/Makefile (revision 444179) +++ head/databases/couchdb/Makefile (revision 444180) @@ -1,85 +1,85 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= couchdb PORTVERSION= 1.6.1 -PORTREVISION= 10 +PORTREVISION= 11 PORTEPOCH= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${PORTVERSION} DISTNAME= apache-couchdb-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= Document database server, accessible via a RESTful JSON API LICENSE= APACHE20 LIB_DEPENDS= libicudata.so:devel/icu \ libmozjs185.so:lang/spidermonkey185 \ libcurl.so:ftp/curl BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man \ erlang>=15.b.01,2:lang/erlang RUN_DEPENDS= erlang>=15.b.01,2:lang/erlang USERS= couchdb GROUPS= couchdb USE_RC_SUBR= couchdb SUB_FILES= pkg-message PLIST_SUB= VERSION=${PORTVERSION} USES= cpe gmake libtool CPE_VENDOR= apache GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-erlang=${LOCALBASE}/lib/erlang/usr/include \ --localstatedir=/var \ --disable-init \ --with-js-include=${LOCALBASE}/include/js \ --with-js-lib=${LOCALBASE}/lib # Override default value of ${STRIP} because the underlying Makefile # erroneously tries to install a shell script with ${STRIP}, causing # an install error. STRIP= #empty INFO= CouchDB .include # This stanza could be removed around version 1.7 pre-everything:: @if [ -f ${PREFIX}/etc/couchdb/local.ini -a \ ! -f ${PREFIX}/etc/couchdb/local.ini.sample ] && \ ${PKG_INFO} -qX '${PKGBASE}-[01].[^2-6][0-9]*(\.[0-9a-z]*)*(,1)?'; \ then ${ECHO_MSG} Please see UPDATING note 20120702 to avoid loss of your local.ini ; \ exit 2 ; \ fi pre-fetch: @${ECHO_MSG} "" @${ECHO_MSG} "If you are upgrading CouchDB, please double-check that the datafile is" @${ECHO_MSG} "compatible and that you have BACKED UP YOUR DB directory before proceeding!" @${ECHO_MSG} "" @${ECHO_MSG} "Upgrading also might require you to rebuild your views entirely." @${ECHO_MSG} "" post-patch: # DB files are stored by default in /var/db/couchdb # Ports framework expects info pages to have an info extension @${REINPLACE_CMD} '/localstatelibdir=/s|/lib/|/db/|' \ ${WRKSRC}/configure @${REINPLACE_CMD} 's|\(info_file_inst = CouchDB\)$$|\1.info|' \ ${WRKSRC}/share/doc/build/Makefile.in post-patch-DOCS-off: @${REINPLACE_CMD} -e 's/install-data-am$$//' ${WRKSRC}/Makefile.in post-configure: # Cater for parallel Spidermonkey v1.7 and v1.8.5 installs by ensuring that # jsapi.h gets pulled from /usr/local/include/js/ instead of /usr/local/include @${FIND} ${WRKSRC} -name Makefile|${XARGS} ${REINPLACE_CMD} -e 's|include -I/usr/local/include/js|include/js -I/usr/local/include|' post-install: @${CP} -p ${WRKSRC}/etc/couchdb/local.ini ${STAGEDIR}${PREFIX}/etc/couchdb/local.ini.sample .include Index: head/databases/couchdb/files/patch-configure =================================================================== --- head/databases/couchdb/files/patch-configure (revision 444179) +++ head/databases/couchdb/files/patch-configure (revision 444180) @@ -1,38 +1,38 @@ --- configure.orig 2015-06-26 09:25:19 UTC +++ configure @@ -18532,7 +18532,7 @@ esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking Erlang version compatibility" >&5 $as_echo_n "checking Erlang version compatibility... " >&6; } -erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 17 (erts-6.0)" -+erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 18 (erts-8.0)" ++erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 20 (erts-9.0)" version="`${ERL} -version 2>&1 | ${SED} 's/[^0-9]/ /g'` 0 0 0" major_version=`echo $version | ${AWK} "{print \\$1}"` @@ -18540,7 +18540,7 @@ minor_version=`echo $version | ${AWK} "{ patch_version=`echo $version | ${AWK} "{print \\$3}"` echo -n "detected Erlang version: $major_version.$minor_version.$patch_version..." -if test $major_version -lt 5 -o $major_version -gt 6; then -+if test $major_version -lt 5 -o $major_version -gt 8; then ++if test $major_version -lt 5 -o $major_version -gt 9; then as_fn_error $? "$erlang_version_error major_version does not match" "$LINENO" 5 fi @@ -18559,7 +18559,7 @@ otp_release="`\ - if can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17)"); then -+ if can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17|18|19)"); then ++ if can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17|18|19|20)"); then USE_OTP_NIFS_TRUE= USE_OTP_NIFS_FALSE='#' else @@ -18567,7 +18567,7 @@ else USE_OTP_NIFS_FALSE= fi - if can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17)"); then -+ if can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17|18|19)"); then ++ if can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17|18|19|20)"); then USE_EJSON_COMPARE_NIF_TRUE= USE_EJSON_COMPARE_NIF_FALSE='#' else Index: head/devel/elixir-conform/Makefile =================================================================== --- head/devel/elixir-conform/Makefile (revision 444179) +++ head/devel/elixir-conform/Makefile (revision 444180) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= conform -DISTVERSION= 2.3.3 +DISTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= elixir- MAINTAINER= olgeni@FreeBSD.org COMMENT= Easy release configuration for Elixir apps LICENSE= APACHE20 MIT LICENSE_COMB= multi USES= elixir USE_GITHUB= yes GH_ACCOUNT= bitwalker MIX_BUILD_DEPS= devel/erlang-neotoma MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} .include Index: head/devel/elixir-conform/distinfo =================================================================== --- head/devel/elixir-conform/distinfo (revision 444179) +++ head/devel/elixir-conform/distinfo (revision 444180) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495220502 -SHA256 (bitwalker-conform-2.3.3_GH0.tar.gz) = 63a0482ac201beb94dac47c3c242762ce9d7391cb9f8629fbcf45dbf0320200d -SIZE (bitwalker-conform-2.3.3_GH0.tar.gz) = 2969982 +TIMESTAMP = 1498119949 +SHA256 (bitwalker-conform-2.3.4_GH0.tar.gz) = 1f2a295082240974e51b8b0d1cd9cb1b0d23978dd638d44d650d72ce55fba5bc +SIZE (bitwalker-conform-2.3.4_GH0.tar.gz) = 2969948 Index: head/devel/erlang-cuttlefish/Makefile =================================================================== --- head/devel/erlang-cuttlefish/Makefile (revision 444179) +++ head/devel/erlang-cuttlefish/Makefile (revision 444180) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= cuttlefish PORTVERSION= 2.0.11 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Configuration library for Erlang LICENSE= APACHE20 USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho REBAR_TARGETS= compile escriptize ERL_BUILD_DEPS= devel/erlang-getopt \ devel/erlang-lager \ devel/erlang-neotoma ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} .include Index: head/devel/erlang-cuttlefish/files/patch-rebar.config =================================================================== --- head/devel/erlang-cuttlefish/files/patch-rebar.config (revision 444179) +++ head/devel/erlang-cuttlefish/files/patch-rebar.config (revision 444180) @@ -1,22 +1,25 @@ ---- rebar.config.orig 2017-01-04 20:43:48 UTC +--- rebar.config.orig 2017-01-04 17:58:38 UTC +++ rebar.config -@@ -1,4 +1,4 @@ +@@ -1,6 +1,6 @@ -{require_otp_vsn, "R16|17|18"}. -+{require_otp_vsn, "R16|17|18|19"}. ++{require_otp_vsn, "R16|17|18|19|20"}. - {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}. +-{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}. ++{erl_opts, [{parse_transform, lager_transform}, debug_info, warn_untyped_record]}. + {eunit_opts, [verbose]}. + {cover_enabled, true}. @@ -12,12 +12,9 @@ {xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}. {deps, [ - {getopt, ".*", {git, "https://github.com/basho/getopt.git", {tag, "v0.8.2"}}}, - {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}}, - {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.4"}}} ]}. {post_hooks, [ {"-win32", compile, "rebar escriptize"}, - {"^((?!-win32).)*$", compile, "./rebar escriptize"} + {"^((?!-win32).)*$", compile, "rebar escriptize"} ]}. Index: head/devel/erlang-erlware_commons/Makefile =================================================================== --- head/devel/erlang-erlware_commons/Makefile (revision 444179) +++ head/devel/erlang-erlware_commons/Makefile (revision 444180) @@ -1,20 +1,21 @@ # $FreeBSD$ PORTNAME= erlware_commons PORTVERSION= 0.22.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang project focused on all aspects of reusable components LICENSE= MIT USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= erlware ERL_BUILD_DEPS= devel/erlang-cf ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} .include Index: head/devel/erlang-erlware_commons/files/patch-rebar.config =================================================================== --- head/devel/erlang-erlware_commons/files/patch-rebar.config (revision 444179) +++ head/devel/erlang-erlware_commons/files/patch-rebar.config (revision 444180) @@ -1,10 +1,20 @@ ---- rebar.config.orig 2016-12-10 09:13:15 UTC +--- rebar.config.orig 2016-11-27 19:19:42 UTC +++ rebar.config @@ -2,7 +2,6 @@ %% Dependencies ================================================================ {deps, [ - {cf, "0.2.2"} ]}. {erl_first_files, ["ec_dictionary", "ec_vsn"]}. +@@ -14,8 +13,7 @@ + {platform_define, "^R1[4|5]", deprecated_crypto}, + {platform_define, "^1[8|9]", rand_module}, + {platform_define, "^2", rand_module}, +- debug_info, +- warnings_as_errors]}. ++ debug_info]}. + + %% EUnit ======================================================================= + {eunit_opts, [verbose, Index: head/devel/erlang-erlware_commons/files/patch-rebar.config.script =================================================================== --- head/devel/erlang-erlware_commons/files/patch-rebar.config.script (revision 444179) +++ head/devel/erlang-erlware_commons/files/patch-rebar.config.script (revision 444180) @@ -1,10 +1,10 @@ ---- rebar.config.script.orig 2016-08-02 12:50:27 UTC +--- rebar.config.script.orig 2016-11-27 19:19:42 UTC +++ rebar.config.script @@ -7,7 +7,6 @@ IsRebar3 = case application:get_key(reba end, Rebar2Deps = [ - {cf, ".*", {git, "https://github.com/project-fifo/cf", {tag, "0.2.0"}}} ], case IsRebar3 of Index: head/devel/erlang-msgpack/Makefile =================================================================== --- head/devel/erlang-msgpack/Makefile (revision 444179) +++ head/devel/erlang-msgpack/Makefile (revision 444180) @@ -1,18 +1,19 @@ # $FreeBSD$ PORTNAME= msgpack PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= MessagePack (de)serializer for Erlang LICENSE= APACHE20 USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= msgpack GH_PROJECT= msgpack-erlang .include Index: head/devel/erlang-msgpack/files/patch-rebar.config =================================================================== --- head/devel/erlang-msgpack/files/patch-rebar.config (nonexistent) +++ head/devel/erlang-msgpack/files/patch-rebar.config (revision 444180) @@ -0,0 +1,8 @@ +--- rebar.config.orig 2017-06-23 09:06:28 UTC ++++ rebar.config +@@ -1,4 +1,4 @@ +-{require_otp_vsn, "17|18|19"}. ++{require_otp_vsn, "17|18|19|20"}. + + {erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}. + %%, {parse_transform, eqc_cover}]}. Property changes on: head/devel/erlang-msgpack/files/patch-rebar.config ___________________________________________________________________ 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/devel/erlang-unicode_util_compat/Makefile =================================================================== --- head/devel/erlang-unicode_util_compat/Makefile (revision 444179) +++ head/devel/erlang-unicode_util_compat/Makefile (revision 444180) @@ -1,17 +1,18 @@ # $FreeBSD$ PORTNAME= unicode_util_compat PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Compatibility library for unicode_util from Erlang R20 LICENSE= BSD3CLAUSE USES= gmake erlang:rebar3 USE_GITHUB= yes GH_ACCOUNT= benoitc .include Index: head/devel/erlang-unicode_util_compat/pkg-plist =================================================================== --- head/devel/erlang-unicode_util_compat/pkg-plist (revision 444179) +++ head/devel/erlang-unicode_util_compat/pkg-plist (revision 444180) @@ -1,7 +1,5 @@ -lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util.beam lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util_compat.app lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util_compat.beam -lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util.erl lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util_compat.app.src lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util_compat.erl %%PORTDOCS%%%%DOCSDIR%%/README.md Index: head/graphics/wings/Makefile =================================================================== --- head/graphics/wings/Makefile (revision 444179) +++ head/graphics/wings/Makefile (revision 444180) @@ -1,62 +1,62 @@ # Created by: olgeni@FreeBSD.org # $FreeBSD$ PORTNAME= wings PORTVERSION= 1.5.4 -PORTREVISION= 1 +PORTREVISION= 2 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 BUILD_DEPENDS= erl:lang/erlang \ erlang-esdl>0:devel/erlang-esdl \ erlang-cl>0:devel/erlang-cl RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_ENV= ESDL_PATH=${LOCALBASE}/lib/erlang/lib/esdl PLIST_SUB= VERSION="${PORTVERSION}" MAKE_JOBS_UNSAFE=yes USE_GL= gl glu 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 @${REINPLACE_CMD} -e 's|random:|rand:|' \ ${WRKSRC}/src/wings_deform.erl \ ${WRKSRC}/src/wings_sel_cmd.erl \ ${WRKSRC}/e3d/e3d_util.erl \ ${WRKSRC}/plugins_src/autouv/auv_mapping.erl - @${FIND} ${WRKSRC} -name "*.orig" -delete +# @${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-e3d_e3d__qbvh.erl =================================================================== --- head/graphics/wings/files/patch-e3d_e3d__qbvh.erl (revision 444179) +++ head/graphics/wings/files/patch-e3d_e3d__qbvh.erl (revision 444180) @@ -1,21 +1,30 @@ --- e3d/e3d_qbvh.erl.orig 2015-08-06 10:38:19 UTC +++ e3d/e3d_qbvh.erl -@@ -40,6 +40,7 @@ +@@ -17,6 +17,8 @@ + -module(e3d_qbvh). + ++-compile({no_auto_import,[ceil/1]}). ++ + -export([init/1, init/2, + n_nodes/1, n_quads/1, convert_to_image2d/3 + ]). +@@ -40,6 +42,7 @@ + -define(F32, 32/float-native). -define(I32, 32/signed-native). +-define(U32, 32/unsigned-native). -define(QNODE_SZ, ((24+4)*4)). -define(QTRI_SZ, ((12*3+4)*4)). -@@ -118,8 +119,8 @@ convert_to_image(W, <>, Acc) -> Acc. convert_children(4, _W, Qns, Acc) -> {Qns, Acc}; -convert_children(J, W, <<16#ffffffff:?I32, Qns/binary>>, Acc) -> %% EMPTY - convert_children(J+1, W, Qns, <>); +convert_children(J, W, <<16#ffffffff:?U32, Qns/binary>>, Acc) -> %% EMPTY + convert_children(J+1, W, Qns, <>); convert_children(J, W, <>, Acc) when C0 < 0 -> %% IS_LEAF Count = first_quad(C0) * 10, X = (Count rem W) div 10, %% "div 10" in order to not waste bits Index: head/graphics/wings/files/patch-intl__tools_tools.erl =================================================================== --- head/graphics/wings/files/patch-intl__tools_tools.erl (revision 444179) +++ head/graphics/wings/files/patch-intl__tools_tools.erl (revision 444180) @@ -1,26 +1,26 @@ ---- intl_tools/tools.erl.orig 2016-09-23 14:29:04 UTC +--- intl_tools/tools.erl.orig 2015-08-06 10:38:19 UTC +++ intl_tools/tools.erl -@@ -244,7 +244,7 @@ get_en_template_1([_|T]) -> +@@ -261,7 +261,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(T_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,_} +@@ -286,12 +286,12 @@ transform({attribute,_,file,{Filename,_} put(?FILENAME, Filename), Form; transform({function,L,Name,Arity,Cs}) -> - put(?FUNCTION_NAME, Name), -+ put(?WINGS_FUNCTION_NAME, Name), ++ put(?T_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), ++ FunName = get(?T_FUNCTION_NAME), K = literal_key(Key), add_string({{M,FunName,K},{S,L}}), {call,L,Rem,[{tuple,L,[Mod,{atom,L,FunName},Key]},Str]}; Index: head/graphics/wings/files/patch-src_Makefile =================================================================== --- head/graphics/wings/files/patch-src_Makefile (nonexistent) +++ head/graphics/wings/files/patch-src_Makefile (revision 444180) @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2015-08-06 10:38:19 UTC ++++ src/Makefile +@@ -132,7 +132,7 @@ TARGET_FILES= $(MODULES:%=$(EBIN)/%.beam + # ---------------------------------------------------- + # FLAGS + # ---------------------------------------------------- +-ERL_COMPILE_FLAGS += -Werror -I ../e3d $(TYPE_FLAGS) \ ++ERL_COMPILE_FLAGS += -I ../e3d $(TYPE_FLAGS) \ + '-Dwings_version="$(WINGS_VSN)"' -pa $(WINGS_INTL) $(USE_WX) + + # ---------------------------------------------------- Property changes on: head/graphics/wings/files/patch-src_Makefile ___________________________________________________________________ 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