22 Commits

Author SHA1 Message Date
jasper
47eb2d3d2d remove arcane erlang 16 now that nothing in tree uses it anymore
ok solene@
2020-03-16 16:07:45 +00:00
jasper
761e95b61a remove ancient erlang17 2020-02-14 13:14:57 +00:00
jasper
d953a51ce6 fix reference to erlang18 in comment 2020-02-14 12:51:50 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
952dee95b5 Rename lang/erlang ports makefile variables used by "gen-versions" and
in PLISTs to avoid a conflict with "COMPILER" used in bsd.port.mk,
remove a hackish workaround, and allow COMPILER to be used as intended.

Use COMPILER to build with ports-gcc on !base-clang arches, needed with
-wx on these arches.

ok cwen@
2019-04-16 11:40:17 +00:00
sthen
c63703e54a - set PKGNAME to erlang-$V, this is a noop package-wise (the actual
produced packages are named according to PKGNAME-main/PKGNAME-wx) but
means that the port work directory has 'erlang' in the name rather
than 'otp', making it easier to identify the responsible port when
searching a big tree of source unpacked with "make extract".

- pick some <space><tab> nits while there
2018-06-02 14:03:24 +00:00
jasper
0de0f61c60 Let erlang tools find their versioned self; while here prevent
collisions during static analysis when multiple versions of erlang are installed

from Bill Karh
2018-03-19 20:57:20 +00:00
juanfra
4dff0eb3f1 Erlang fails to build on arm when smp is enable. Remove --enable-smp
from configure and disable explicitly it on arm and hppa. The 4
versions build fine on amd64 with and without smp enabled. The port
will also add a symlink to the erlang interpreter on those
architectures to avoid the use of a PFRAG file.

Based on a patch from phessler@. OK phessler@.
2017-12-09 21:28:58 +00:00
visa
d63e8163a7 Fix GOT overflow on mips64.
OK jasper@
2017-08-21 13:49:41 +00:00
espie
4ce2d1756d erlang wants COMPILER to mean something, let it not interfere 2017-05-30 08:08:15 +00:00
jasper
4b42a77043 hookup erlang 19 2016-06-30 07:19:23 +00:00
naddy
5fc24d3cb3 removing SHARED_ONLY is safe here 2016-03-16 20:02:11 +00:00
jasper
c40625a1f0 remove html documentation from the erlang packages, but keep the manpages. the
html documentation is available online (http://www.erlang.org/erldoc) where
it's searchable (offline it isn't).
This saves about 18M for -main (1/3rd) and 14M for -wx.
2015-11-27 19:19:01 +00:00
jasper
e6cd8caeea - fix symlink for erl_call
- add erl_call to _MODERL_LINKS
2015-10-28 19:18:31 +00:00
jasper
be641b8bb9 - unbreak linking of wx bindings now that wxwidgets has been fixed
- move all wx and observer bits into a wx subpackage

this shrinks the main package by about 18M
2015-07-09 19:46:39 +00:00
jasper
d19326bb2c mark SHARED_ONLY 2015-06-26 07:33:17 +00:00
jasper
e6dc7d42e6 - de-conflict erlang versions so they can be installed along-side
* erlang now gets installed into lib/erlang${MAJOR}/ and binaries get a ${MAJOR} suffix
2015-06-25 13:16:08 +00:00
jasper
e3a96e6180 - cleanup CONFIGURE_ARGS:
* use correct switch to disable jinterface and odbc and remove now bogus pre-configure target
- sort gen-versions output
2015-06-23 20:51:57 +00:00
jasper
fc00419aec move configure-related bits 2015-06-23 19:41:20 +00:00
jasper
c0ad2c5ec8 - move gen-versions target and related bits to Makefile.inc 2015-06-23 19:33:50 +00:00
jasper
9417f25ea4 upstream mirror doesn't handle '//' as '/' 2015-06-23 12:54:28 +00:00
jasper
0714574e24 move some common bits to Makefile.inc 2015-06-22 13:18:26 +00:00