mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
lang/erlang: rename typer to avoid conflicts with other ports
typer is rarely used, so rename to erl_typer to allow the far more common py-typer to take its place, used by many py-* CLI tools. Sponsored by: SkunkWerks, GmbH Approved by: erlang
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
PORTNAME= erlang
|
||||
DISTVERSIONPREFIX= OTP-
|
||||
DISTVERSION= 26.2.5.16
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= lang parallel java
|
||||
DIST_SUBDIR= erlang
|
||||
@@ -169,6 +170,8 @@ post-install:
|
||||
${STAGEDIR}${PREFIX}/bin/erl_call
|
||||
${LN} -sf ../lib/${_ERLANG_LIB}/lib/snmp-${_SNMP_VSN}/bin/snmpc \
|
||||
${STAGEDIR}${PREFIX}/bin/snmpc
|
||||
# avoid conflict with very common binary from other ports
|
||||
${MV} ${STAGEDIR}${PREFIX}/bin/typer ${STAGEDIR}${PREFIX}/bin/erl_typer
|
||||
|
||||
post-install-CORBA-on:
|
||||
cd ${WRKSRC_corba} && \
|
||||
|
||||
@@ -3,10 +3,10 @@ bin/dialyzer
|
||||
bin/epmd
|
||||
bin/erl
|
||||
bin/erl_call
|
||||
bin/erl_typer
|
||||
bin/erlc
|
||||
bin/escript
|
||||
bin/run_erl
|
||||
bin/snmpc
|
||||
bin/to_erl
|
||||
bin/typer
|
||||
%%FOP%%etc/man.d/erlang.conf
|
||||
|
||||
Reference in New Issue
Block a user